A merge of the new test framework caused both the asan and msan make check tests in evergreen to fail. Ideally we should pick this up prior to merge.
See: WT-7174 and WT-7175 for links to the failures.
A possible solution to this would be to create an msan and an asan variant and run the csuite tests and cppsuite tests across them. This however may cause the duration of PR testing to increase substantially and the solution should avoid this.
Its worth mentioning that the memory sanitizer failures that were recently reported for the cpp test suite are false positives, a solution to this is being tracked here: WT-7162
- related to
-
WT-7369 Various improvements for the evergreen.yml
- Backlog