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 2f45ba900b7 branch-3.1: [regression-test](variant) fix
test_variant_index_format_v1 in cloud mode #54730 (#54768)
2f45ba900b7 is described below
commit 2f45ba900b701f73dcf7ce3b7903b3e414191a4c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 17:47:07 2025 +0800
branch-3.1: [regression-test](variant) fix test_variant_index_format_v1 in
cloud mode #54730 (#54768)
Cherry-picked from #54730
Co-authored-by: lihangyu <[email protected]>
---
.../suites/inverted_index_p2/test_variant_index_format_v1.groovy | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/regression-test/suites/inverted_index_p2/test_variant_index_format_v1.groovy
b/regression-test/suites/inverted_index_p2/test_variant_index_format_v1.groovy
index b6b6d5aeef5..be0c76ab588 100644
---
a/regression-test/suites/inverted_index_p2/test_variant_index_format_v1.groovy
+++
b/regression-test/suites/inverted_index_p2/test_variant_index_format_v1.groovy
@@ -16,6 +16,9 @@
// under the License.
suite("test_variant_index_format_v1", "p2, nonConcurrent") {
+ if (isCloudMode()) {
+ return;
+ }
def calc_file_crc_on_tablet = { ip, port, tablet ->
return curl("GET",
String.format("http://%s:%s/api/calc_crc?tablet_id=%s", ip, port, tablet))
}
@@ -61,9 +64,6 @@ suite("test_variant_index_format_v1", "p2, nonConcurrent") {
def table_name = "github_events"
sql """DROP TABLE IF EXISTS ${table_name}"""
setFeConfigTemporary([enable_inverted_index_v1_for_variant: true]) {
- if (isCloudMode()) {
- return;
- }
sql """
CREATE TABLE IF NOT EXISTS ${table_name} (
k bigint,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]