Maysam Yabandeh 12ad711247 Suppress tsan lock-order-inversion on FlushWAL
Summary:
TSAN reports a false alarm for lock-order-inversion in DBWriteTest.IOErrorOnWALWritePropagateToWriteThreadFollower but Open and FlushWAL are not run concurrently. Suppressing the error by skipping FlushWAL in the test until TSAN is fixed.

The alternative would be to use
```
TSAN_OPTIONS="suppressions=tsan-suppressions.txt" ./db_write_test
```
but it does not seem straightforward to integrate it to our test infra.
Closes https://github.com/facebook/rocksdb/pull/3854

Differential Revision: D8000202

Pulled By: maysamyabandeh

fbshipit-source-id: fde33483d963a7ad84d3145123821f64960a4802
2018-05-14 21:13:35 -07:00
..
2017-11-10 09:26:24 -08:00
2018-04-27 16:56:59 -07:00
2017-10-17 08:57:09 -07:00
2017-07-26 21:11:47 -07:00
2018-04-13 11:27:17 -07:00
2018-05-03 15:43:09 -07:00
2018-05-03 15:43:09 -07:00
2017-12-01 10:42:05 -08:00
2018-04-10 15:59:24 -07:00
2018-01-29 12:56:42 -08:00
2018-04-07 21:56:42 -07:00
2018-03-05 13:13:41 -08:00
2018-05-11 11:28:54 -07:00