drogon/lib/tests/unittests
Martin Chang 834e3eabdd
Fix CacheMap crash in CI tests (#890)
It is possible for the CacheMap to destruct while timeout callback is
active. This causes a very rare data race. And it's my hypothesis that
this is the reason behind CacheMap crashes on CI. This patch locks the
weels upon cestructing.
2021-06-13 10:33:30 +08:00
..
Base64Test.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
BrotliTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
CacheMapTest.cc Fix CacheMap crash in CI tests (#890) 2021-06-13 10:33:30 +08:00
ClassNameTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
CookieTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
CoroutineTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
DrObjectTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
FileTypeTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
GzipTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
HttpDateTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
HttpFullDateTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
HttpHeaderTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
HttpViewDataTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
MD5Test.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
MainLoopTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
MsgBufferTest.cc Fix compiler warnings (#886) 2021-06-09 19:14:15 +08:00
OStringStreamTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
PubSubServiceUnittest.cc Fix compiler warnings (#886) 2021-06-09 19:14:15 +08:00
Sha1Test.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
StringOpsTest.cc Fix compiler warnings (#886) 2021-06-09 19:14:15 +08:00
UrlCodecTest.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00
main.cc Drogon test framework (#869) 2021-05-27 20:09:57 +08:00