Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxin01 committed Oct 26, 2024
1 parent abb7983 commit d391bb2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ suite("test_delta_writer_v2_back_pressure_fault_injection", "nonConcurrent") {
}
} catch(Exception e) {
logger.info(e.getMessage())
}finally {
GetDebugPoint().disableDebugPointForAllBEs("DeltaWriterV2.write.back_pressure")
}

sql """ DROP TABLE IF EXISTS `baseall` """
sql """ DROP TABLE IF EXISTS `test` """
sql """ set enable_memtable_on_sink_node=false """
}
}

0 comments on commit d391bb2

Please sign in to comment.