After cd0a5889d71, unittest would run in shard mode where many tests
share a single process. Need to clear some global state to make the test
results stable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for this update @ychen , it fixes our downstream tsan>RaceWithDeadThread failure since the original commit and gets to the root cause nicely..
Comment Actions
LGTM. I also confirmed this fixed the RaceWithDeadThread unit test failure since integrating sharding. Nice fix.