Skip to content

Commit

Permalink
branch-3.0: [fix](test) fix memtable flush regression test fail #46749 (
Browse files Browse the repository at this point in the history
#46822)

Cherry-picked from #46749

Co-authored-by: hui lai <[email protected]>
  • Loading branch information
github-actions[bot] and sollhui authored Jan 12, 2025
1 parent 4e9b737 commit 4225092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suite("test_memtable_flush_is_high_priority_for_vtablet_writerV2", "nonConcurren
qt_sql """select * from ${testTable} order by id"""
sql """set enable_memtable_on_sink_node = ${original_status}"""
} catch(Exception e) {
log.error(e.message())
log.error(e.getMessage())
} finally {
GetDebugPoint().disableDebugPointForAllBEs("VTabletWriterV2._init.is_high_priority")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suite("test_memtable_flush_is_high_priority_for_vtablet_writerV1", "nonConcurren
qt_sql """select * from ${testTable} order by id"""
sql """set enable_memtable_on_sink_node = ${original_status}"""
} catch(Exception e) {
log.error(e.message())
log.error(e.getMessage())
} finally {
GetDebugPoint().disableDebugPointForAllBEs("VTabletWriter._init.is_high_priority")
}
Expand Down

0 comments on commit 4225092

Please sign in to comment.