This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 13db9d5c314 branch-3.0: [Fix](Test) debug point should be cleared in
the end #47458 (#47464)
13db9d5c314 is described below
commit 13db9d5c314900577337a26692a383e7c522fa05
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 08:47:00 2025 +0800
branch-3.0: [Fix](Test) debug point should be cleared in the end #47458
(#47464)
Cherry-picked from #47458
Co-authored-by: abmdocrt <[email protected]>
---
.../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: [email protected]
For additional commands, e-mail: [email protected]