fix_internal_queue_test_ut (#8754)
This commit is contained in:
@ -222,7 +222,7 @@ TEST(InternalQueue, TestClear) {
|
||||
|
||||
TEST(InternalQueue, TestSingleProducerSingleConsumer) {
|
||||
std::vector<IntNode> nodes;
|
||||
std::atomic<int32_t> counter;
|
||||
std::atomic<int32_t> counter = 0;
|
||||
nodes.resize(LOOP_LESS_OR_MORE(100, 1000000));
|
||||
std::vector<int> results;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user