Skip to content

Commit

Permalink
branch-3.0: [Fix](Test) debug point should be cleared in the end #47458
Browse files Browse the repository at this point in the history
… (#47464)

Cherry-picked from #47458

Co-authored-by: abmdocrt <[email protected]>
  • Loading branch information
github-actions[bot] and Yukang-Lian authored Jan 27, 2025
1 parent 2ebf871 commit 13db9d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ suite("test_schema_change_txn_conflict", "nonConcurrent") {
sql """insert into ${tableName} values (2, '{"a" : 12345}')"""
} catch (Exception e) {
GetDebugPoint().disableDebugPointForAllBEs("CloudSchemaChangeJob::_convert_historical_rowsets.test_conflict")
} finally {
GetDebugPoint().disableDebugPointForAllBEs("CloudSchemaChangeJob::_convert_historical_rowsets.test_conflict")
GetDebugPoint().clearDebugPointsForAllFEs()
}
}
qt_sql "select * from ${tableName} order by k limit 5"
Expand Down

0 comments on commit 13db9d5

Please sign in to comment.