This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new dcbd8551f43 [Fix](Test) debug point should be cleared in the end (#47458) dcbd8551f43 is described below commit dcbd8551f43401b646d800f80f09989221371336 Author: abmdocrt <lianyuk...@selectdb.com> AuthorDate: Sun Jan 26 18:59:15 2025 +0800 [Fix](Test) debug point should be cleared in the end (#47458) --- .../variant_p0/schema_change/schema_change_with_txn_conflict.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-test/suites/variant_p0/schema_change/schema_change_with_txn_conflict.groovy b/regression-test/suites/variant_p0/schema_change/schema_change_with_txn_conflict.groovy index 5f566cef885..00466373f07 100644 --- a/regression-test/suites/variant_p0/schema_change/schema_change_with_txn_conflict.groovy +++ b/regression-test/suites/variant_p0/schema_change/schema_change_with_txn_conflict.groovy @@ -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" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org