Fix intermittently failing unit test for ActiveSolutionTracker#38
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Improves stability of ActiveSolutionTracker unit tests by replacing fixed delays with deterministic waits, reducing test flakiness caused by timing variance during async activation/refresh.
Changes:
- Replace
waitTimeout()usage withwaitForCondition()in tests that need to wait untilworkspace.findFilesis triggered. - Replace
waitTimeout()usage withwaitForEvent()in tests that can wait on tracker events.
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on 🛟 Help
|
|
I'm not sure if it solves the problem, I have submitted another fix: #37 |
|
@edriouk Please, explain uncertainty. |

Fixes
Changes
Screenshots
Checklist