charon icon indicating copy to clipboard operation
charon copied to clipboard

Fix TestSchedulerWait with a flaky behaviour

Open boulder225 opened this issue 1 year ago • 0 comments

🎯 Problem to be solved

The test TestSchedulerWait has a flaky behaviour. It fails intermittently when run with the -race and -count flags locally.

🛠️ Proposed solution

  • [ ] Investigate the test's implementation to identify any race conditions or timing dependencies.
  • [ ] Run the test with increased verbosity to gather detailed logs during failure instances.
  • [ ] Implement fixes to address identified race conditions or timing issues.

boulder225 avatar Dec 06 '23 09:12 boulder225