-
Notifications
You must be signed in to change notification settings - Fork 8
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
Intermittent test "Tooltip should render the information severity when selected and render the corresponding icon when true" #1166
Comments
Related,
https://github.com/ni/nimble/actions/runs/4661440580/jobs/8250719307?pr=1177#step:16:3923 |
It looks like any of the tests that call I replicated one of these tests 3000 times and ran it a few times. It failed between 2-6 times per run (~0.1% failure rate). I then added a third |
I disagree that it addresses the problem. We need a more robust solution then waiting 16ms * some random value (effectively what multiple waits is doing). I'm disabling the test in #1180 to get main stable and put it with the rest of the failing firefox tests. But feel free to investigate further |
# Pull Request ## 🤨 Rationale As part of #1156 a change was made to tooltip icon tests to run in Firefox. The implemented solution added arbitrary additional waits which are turning out to be intermittent. This PR disables those tests until a more robust implementation can be found. Additional investigation is being skipped to get main stable at the moment. Fixes #1166 (fixes the intermittency on main, and #1075 covers fixing the actual disabled tests) I'm also disabling the intermittent test associated with #1172 as it was causing failues locally trying to reproduce the intermittency of this test. ## 👩💻 Implementation Revert the test changes and place them into the existing original bucket of firefox failing tests. ## 🧪 Testing Relying on CI ## ✅ Checklist - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
🐛 Bug Report
Saw error in a build on main:
💻 Repro or Code Sample
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: