-
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
Fix the flaky test for derived fields highlighter test #13313
Conversation
Signed-off-by: Rishabh Maurya <[email protected]>
@mch2 Please review when you get a chance |
❌ Gradle check result for 013bed0: 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? |
thanks @rishabhmaurya. I took a quick look at the failing seeds and re-ran this a bunch and don't see failures. Looks like the fix is that we are now always using a |
|
❕ Gradle check result for 013bed0: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13313 +/- ##
============================================
- Coverage 71.42% 71.40% -0.02%
- Complexity 59978 60609 +631
============================================
Files 4985 5039 +54
Lines 282275 285432 +3157
Branches 40946 41337 +391
============================================
+ Hits 201603 203808 +2205
- Misses 63999 64796 +797
- Partials 16673 16828 +155 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Rishabh Maurya <[email protected]> (cherry picked from commit bfbdc9f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@mch2 thanks for the review. I don't have a reason for not using |
(cherry picked from commit bfbdc9f) Signed-off-by: Rishabh Maurya <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fixes flaky test introduced in highlighter test for derived field.
Related Issues
Resolves #13249
Check List
[ ] Commit changes are listed out in CHANGELOG.md file (See: Changelog)[ ] Public documentation issue/PR createdBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.