script/thread-sanitizer.supp


Log

Author Commit Date CI Message
lhchavez 4ae41f9c 2020-08-02T16:26:25 Make the odb race-free This change adds all the necessary locking to the odb to avoid races in the backends. Part of: #5592
lhchavez 896b1db4 2020-08-03T07:17:52 Add a ThreadSanitizer build This change adds a ThreadSanitizer CI build rule. It's informative for now because there are still known places where there are races. Part of: #5592