Skip to content

Commit 0846d3d

Browse files
committed
Quarantine: Fix cdb2sql test failure
Signed-off-by: mdouglas47 <mdouglas47@bloomberg.net>
1 parent 5aae094 commit 0846d3d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

db/sqlinterfaces.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5492,6 +5492,7 @@ void reset_clnt(struct sqlclntstate *clnt, int initial)
54925492
clnt->netwaitus = 0;
54935493
clnt->set_continue_on_chunk_verify_error = 0;
54945494
clnt->continued_on_chunk_verify_error = 0;
5495+
clnt->multiline = 0;
54955496

54965497
if (gbl_sockbplog) {
54975498
init_bplog_socket(clnt);

tests/quarantine.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ analyze,UNKNOWN,180528295
1010
analyze_partial_index_off_generated,UNKNOWN,180528295
1111
analyze_fastinit_race,DB_BUG,180915422
1212
incoherent_slow,UNKNOWN,180565323
13-
cdb2sql,UNKNOWN,180565576
1413
logfill_logput_window_generated,UNKNOWN,180717427
1514
logfill,UNKNOWN,180717427
1615
comdb2sys,FLAKEY,180779255

0 commit comments

Comments
 (0)