-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Changes to support unmapped fields in metric aggregation #16481
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: expani <[email protected]>
❌ Gradle check result for 1f8dcc6: 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? |
@expani Thanks for debugging this. Can you please add a unit test case and move this out of draft state. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16481 +/- ##
============================================
- Coverage 72.23% 72.22% -0.01%
- Complexity 65210 65287 +77
============================================
Files 5299 5299
Lines 303475 303475
Branches 43925 43925
============================================
- Hits 219217 219193 -24
- Misses 66254 66365 +111
+ Partials 18004 17917 -87 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for a1256aa: 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: expani <[email protected]>
❌ Gradle check result for 47b2996: 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: expani <[email protected]>
Signed-off-by: expani <[email protected]>
❌ Gradle check result for f2d0091: 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: expani <[email protected]>
Signed-off-by: expani <[email protected]>
❌ Gradle check result for b3c736b: 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: expani <[email protected]>
@sandeshkr419 @bharath-techie I have added a unit test for this bug in
Kindly review the PR. |
Looks like merging from main is making the UTs fail again. Taking a look |
❌ Gradle check result for 7a231e8: 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? |
…names Signed-off-by: expani <[email protected]>
❌ Gradle check result for ea6929e: 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: expani <[email protected]>
❌ Gradle check result for 330088c: 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: expani <[email protected]>
Signed-off-by: expani <[email protected]>
❌ Gradle check result for 6bf70e4: 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: expani <[email protected]>
The UTs are passing now. @bharath-techie @msfroh @sandeshkr419 Please review when you get sometime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes LGTM
Description
Handling empty field context for fields absent in the index.
Related Issues
Resolves #16473