Skip to content

Commit 4496f68

Browse files
committed
multithread issue test 15
1 parent 3f26d97 commit 4496f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ring_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ namespace bq {
136136
}
137137
ring_buffer.end_read();
138138
for (size_t i = 0; i < task_check_vector.size(); ++i) {
139-
result.add_result(task_check_vector[i] == chunk_count_per_task, "chunk count check error");
139+
result.add_result(task_check_vector[i] == chunk_count_per_task, "chunk count check error, real:%d , expected:%d", task_check_vector[i], chunk_count_per_task);
140140
}
141141

142142
return result;

0 commit comments

Comments
 (0)