-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport 2.x [Workload Management] QueryGroup Stats API Logic #16274
Backport 2.x [Workload Management] QueryGroup Stats API Logic #16274
Conversation
…15777) Signed-off-by: Ruirui Zhang <[email protected]> * changelog Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> * add tests Signed-off-by: Ruirui Zhang <[email protected]> * modify uri Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> * modify based on comments Signed-off-by: Ruirui Zhang <[email protected]> * changelog Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> * add tests Signed-off-by: Ruirui Zhang <[email protected]> * modify uri Signed-off-by: Ruirui Zhang <[email protected]> * modify based on comments Signed-off-by: Ruirui Zhang <[email protected]> * modify based on comments Signed-off-by: Ruirui Zhang <[email protected]> * revise Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> * changelog Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> * add tests Signed-off-by: Ruirui Zhang <[email protected]> * modify uri Signed-off-by: Ruirui Zhang <[email protected]> * modify based on comments Signed-off-by: Ruirui Zhang <[email protected]> * modify based on comments Signed-off-by: Ruirui Zhang <[email protected]> * git pull Signed-off-by: Ruirui Zhang <[email protected]> * rebase Signed-off-by: Ruirui Zhang <[email protected]> * encapsulate querygroupstats in wlmstats Signed-off-by: Ruirui Zhang <[email protected]> * fix UT Signed-off-by: Ruirui Zhang <[email protected]> (cherry picked from commit b2253f1)
❌ Gradle check result for 7ce85e2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Ruirui Zhang <[email protected]>
dbc7c71
to
c169973
Compare
Signed-off-by: Ruirui Zhang <[email protected]>
❕ Gradle check result for fd9505b: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16274 +/- ##
============================================
+ Coverage 71.71% 71.74% +0.02%
- Complexity 64985 65016 +31
============================================
Files 5296 5302 +6
Lines 303765 303876 +111
Branches 44182 44193 +11
============================================
+ Hits 217848 218009 +161
+ Misses 67800 67668 -132
- Partials 18117 18199 +82 ☔ View full report in Codecov by Sentry. |
Backport #15777