Remove logging to ERROR in test.
GitOrigin-RevId: 42bbb8c16d135148a9eea640ab4e4094df86c27e
This commit is contained in:
parent
d6d923882b
commit
fa065a77aa
@ -195,7 +195,7 @@ TEST(MpmcQueue, multi_thread) {
|
||||
CHECK(all[i].from == i / qn);
|
||||
CHECK(all[i].value == i % qn + 1);
|
||||
}
|
||||
LOG(ERROR) << "Undeleted pointers: " << q.hazard_pointers_to_delele_size_unsafe();
|
||||
LOG(INFO) << "Undeleted pointers: " << q.hazard_pointers_to_delele_size_unsafe();
|
||||
CHECK(q.hazard_pointers_to_delele_size_unsafe() <= (n + m + 1) * (n + m + 1));
|
||||
for (size_t id = 0; id < n + m + 1; id++) {
|
||||
q.gc(id);
|
||||
|
Reference in New Issue
Block a user