boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

TSAN tests for kqueue implementations #194

Open anarthal opened 8 months ago

anarthal commented 8 months ago

TSAN tests were disabled due to a reported race condition in Asio for systems using kqueue (like OSX). Same stacktrace as https://github.com/chriskohlhoff/asio/issues/641 (except we're not mixing sync and async).