This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 12984570931 branch-3.1: [fix](test) Enable
'enable_inverted_index_v1_for_variant' for check before quit test #53607
(#53665)
12984570931 is described below
commit 12984570931e7bafa50211a8065a250c8ba89438
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 14:06:34 2025 +0800
branch-3.1: [fix](test) Enable 'enable_inverted_index_v1_for_variant' for
check before quit test #53607 (#53665)
Cherry-picked from #53607
Co-authored-by: Uniqueyou <[email protected]>
---
regression-test/suites/check_before_quit/check_before_quit.groovy | 3 +++
1 file changed, 3 insertions(+)
diff --git a/regression-test/suites/check_before_quit/check_before_quit.groovy
b/regression-test/suites/check_before_quit/check_before_quit.groovy
index 9e624fa1ead..bd79bc11bb3 100644
--- a/regression-test/suites/check_before_quit/check_before_quit.groovy
+++ b/regression-test/suites/check_before_quit/check_before_quit.groovy
@@ -235,6 +235,9 @@ suite("check_before_quit", "nonConcurrent,p0") {
def failureList = []
sql "set enable_decimal256 = true;"
+ sql """
+ ADMIN SET ALL FRONTENDS CONFIG ('enable_inverted_index_v1_for_variant'
= 'true');
+ """
for (int i = 0; i < num; i++) {
def db = allDataBases[i][0]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]