-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines - Foundations
-
None
-
3
For some reason, when tests are executed with ASAN by many processes in parallel, many warnings get hidden. I tried to even replace the current multiprocessing test implementation with something simpler, but it didn't fix the issue. It seems like the issue could be in the ASAN design, however, since the reason is still unclear, it still requires additional investigation.
It also worth investigation whether other sanitisers could hide issues when executed in parallel too. I tried to do some simple examples and it seems like they work normal, but I am not 100% sure, because the correct approach would be to intentionally introduce errors in different parts of the code and verify whether CI consistently reports them.
I’m also not certain whether all other testing types detect all warnings. As far as I see, format.sh always creates a background job to run tests, which could also be problematic.
- related to
-
WT-16082 ASAN hides memory leaks in python tests when executed in parallel
-
- In Code Review
-