🧪 Stabilize several flaky tests - #7469
Draft
agoscinski wants to merge 1 commit into
Draft
Conversation
📝 WalkthroughWalkthroughThe ChangesBackend test fixture
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7469 +/- ##
==========================================
- Coverage 80.61% 80.54% -0.06%
==========================================
Files 580 580
Lines 46757 46757
==========================================
- Hits 37689 37657 -32
- Misses 9068 9100 +32 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Reset the profile before `test_get_info` so the node creation timestamps are not affected by data created in earlier tests. This avoids flaky assertions on the first and last created node reported by the storage backend.
agoscinski
force-pushed
the
test/flaky-get-info
branch
from
July 21, 2026 08:02
8c12de9 to
92baa99
Compare
Collaborator
Author
|
Flaky test |
agoscinski
marked this pull request as draft
July 21, 2026 09:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reset the profile before
test_get_infoso the node creation timestamps are not affected by data created in earlier tests.This avoids flaky assertions on the first and last created node reported by the storage backend.