-
Notifications
You must be signed in to change notification settings - Fork 932
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
Improve reliability of the ssh units #2941
Conversation
After multiple consecutive re-runs, the SSH suit looks ok. Recently there was one unrelated failure here. |
Related runs are filtered here |
Looks promising: Both got tcp timeouts in SSH suit - both recovered. I'm wondering if nine attempts is a bit excessive, but IMO that's a good start. |
8d3bdea
to
21b5840
Compare
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.
LGTM
- Simplified CLI SSH Suit execution to run togetheer with other non-plugin tests https://onsi.github.io/ginkgo/#repeating-spec-runs-and-managing-flaky-specs
21b5840
to
a59d826
Compare
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.
LGTM
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.
LGTM
Description of the Change
Utilize Ginkgo v2 granular
FlakeAttempts()
to improve reliability of util/clissh/ssh_test.go on mac workers.Why Is This PR Valuable?
Less false negative tests.
Backport