fix: add missing waits for httproute#985
Conversation
Signed-off-by: averevki <sandyverevkin@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR adds route readiness synchronisation to four test fixture configurations. Each fixture now waits for its created route instance to become ready before returning it, ensuring consistent test setup sequencing across gRPC, HTTP route, and topology test suites. ChangesTest fixture readiness synchronisation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
emmaaroche
left a comment
There was a problem hiding this comment.
Should this PR also cover the multicluster route fixture? The routes fixture in testsuite/tests/multicluster/conftest.py:94 commits without wait_for_ready().
Just a question / not a blocker though, still approving!
|
To follow up on my last comment these httproute fixtures also do not currently have a
|
Summary
Add missing waits for httproute. Adding the missing wait on the route fixture in singlecluster's conftest triggered a few sporadic testsuite failures, so I made a follow-up issue for it: #984
Summary by CodeRabbit