Skip to content

Commit 2193526

Browse files
committed
cc tests: use threadsafe death tests for deadlock detector
commit_hash:a4ff15a5eff57ba3b9b41efb17d684274c6df5a2
1 parent 5fed6ca commit 2193526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/engine/deadlock_detector_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
USERVER_NAMESPACE_BEGIN
1010

1111
TEST(DeadlockDetectorDeathTest, Smoke) {
12+
testing::FLAGS_gtest_death_test_style = "threadsafe";
13+
1214
engine::TaskProcessorPoolsConfig config;
1315
config.deadlock_detector = engine::DeadlockDetector::kOn;
1416

0 commit comments

Comments
 (0)