Try fix ObjectDisposedException test race condition#2241
Try fix ObjectDisposedException test race condition#2241
Conversation
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Just ran into this race condition in CI.
I thought I'd fixed this by factoring away some calls to
ClearAllPools.I'm hopeful that that did help (It certainly hasn't happened often recently) and that this last one will truly prevent this from happening.