Skip to content

Commit

Permalink
snapshot multithread test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Oct 9, 2024
1 parent bdd2cbb commit 8d61387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_log_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ namespace bq {
}
if (cccc1.load() != cccc2.load()
|| cccc1.load() != cccc3.load()
|| cccc1.load() != cccc4.load()
|| cccc1.load() != cccc5.load()
|| cccc4.load() != cccc5.load()
|| cccc3.load() < cccc4.load()
) {
bq::util::log_device_console(bq::log_level::fatal, "%d, %d, %d, %d, %d", cccc1.load(), cccc2.load(), cccc3.load(), cccc4.load(), cccc5.load());
}
Expand Down

0 comments on commit 8d61387

Please sign in to comment.