-
Notifications
You must be signed in to change notification settings - Fork 47
fix: test flakes #1742
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
base: main
Are you sure you want to change the base?
fix: test flakes #1742
Conversation
internal/extension/oop_test.go
Outdated
| //} | ||
|
|
||
| // TODO: Revisit but commented out due to it's flaky | ||
| //func TestOOPExtensionForwardsLog(t *testing.T) { |
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.
I'd actually looked into this one and I've maybe got a potential fix; just a bit harder to reproduce
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.
I was thinking this might help #1744
I thought it might be the 50ms wait is inconsistent in the test runners so instead of waiting a fixed time I've exposed the wait itself just for the test.. if it doesn't fix things though happy to potentially disable this test
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
…lake Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Signed-off-by: KevFan <kevin_fan@hotmail.co.uk>
Desription
Fix/comment out test flakes to hopefully make test pipeline more stable