Skip to content

Commit d6a0c7d

Browse files
committed
Fixed test
1 parent 34fad92 commit d6a0c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ut/client_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ TEST_P(ClientCase, Query_ID) {
890890
" WHERE type = 'QueryStart' AND query_id == '" + query_id +"'",
891891
[&total_count](const Block & block) {
892892
total_count += block.GetRowCount();
893-
std::cerr << PrettyPrintBlock{block} << std::endl;
893+
// std::cerr << PrettyPrintBlock{block} << std::endl;
894894
});
895895

896896
// We've executed 5 queries with explicit query_id, hence we expect to see 5 entries in logs.

0 commit comments

Comments
 (0)