Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Change threshold for logs #181

Closed
wants to merge 1 commit into from
Closed

Change threshold for logs #181

wants to merge 1 commit into from

Conversation

mihirgt
Copy link
Contributor

@mihirgt mihirgt commented Oct 31, 2023

No description provided.

@mihirgt mihirgt requested a review from a team as a code owner October 31, 2023 09:37
@github-actions
Copy link

Test Results

361 tests  ±0   361 ✔️ ±0   10s ⏱️ ±0s
  66 suites ±0       0 💤 ±0 
  66 files   ±0       0 ±0 

Results for commit b3b6819. ± Comparison against base commit 1997536.

This pull request removes 17 and adds 2 tests. Note that renamed tests count towards both.

      long: 60
      string: "PT1M"
      valueType: LONG
      valueType: STRING
    alias: "numCalls"
    columnName: "SERVICE.numCalls"
    value {
    }
  columnIdentifier {
…
org.hypertrace.gateway.service.baseline.BaselineServiceImplTest ‑ [1] function: AVGRATE
arguments {
  columnIdentifier {
    columnName: "SERVICE.numCalls"
    alias: "numCalls"
  }
}
arguments {
  literal {
    value {
      valueType: STRING
      string: "PT1M"
    }
  }
}
alias: "numCalls"

org.hypertrace.gateway.service.baseline.BaselineServiceImplTest ‑ [2] function: AVGRATE
arguments {
  columnIdentifier {
    columnName: "SERVICE.numCalls"
    alias: "numCalls"
  }
}
arguments {
  literal {
    value {
      valueType: LONG
      long: 60
    }
  }
}
alias: "numCalls"

@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #181 (b3b6819) into main (1997536) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #181   +/-   ##
=========================================
  Coverage     81.40%   81.40%           
  Complexity     1327     1327           
=========================================
  Files           125      125           
  Lines          5964     5964           
  Branches        490      490           
=========================================
  Hits           4855     4855           
  Misses          865      865           
  Partials        244      244           
Flag Coverage Δ
unit 81.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mihirgt mihirgt closed this Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant