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

ENG-43684: add filters to selection as well #200

Closed
wants to merge 1 commit into from
Closed

Conversation

saxenakshitiz
Copy link
Contributor

No description provided.

@saxenakshitiz saxenakshitiz requested a review from a team as a code owner May 20, 2024 12:48
Copy link

Test Results

366 tests  ±0   366 ✅ ±0   9s ⏱️ -1s
 67 suites ±0     0 💤 ±0 
 67 files   ±0     0 ❌ ±0 

Results for commit aa65010. ± Comparison against base commit 77592de.

This pull request removes 31 and adds 16 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"

org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [10] aggregations-with-groupby
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [11] aggregations-with-groupby-and-the-rest-deprecated
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [12] group-by-with-group-limit
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [13] grouped-time-aggregation-with-group-limit
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [14] simple-aggregations
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [15] time-aggregations-space-filtered
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [1] grouped-time-aggregation-with-group-limit-with-null-and-nonnull-value-group
org.hypertrace.gateway.service.explore.ExploreServiceTest ‑ [2] aggregations-with-multiple-groupbys-and-the-rest-deprecated
…

@saxenakshitiz saxenakshitiz deleted the ENG-43684 branch May 21, 2024 07:06
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