This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new c1cc7a3a85b [fix](regression-test) fix non stable case
test_bitmap_index (#29592) (#29890)
c1cc7a3a85b is described below
commit c1cc7a3a85b3519bf52ba2ee963e3abf6095b04c
Author: camby <[email protected]>
AuthorDate: Fri Jan 12 11:09:12 2024 +0800
[fix](regression-test) fix non stable case test_bitmap_index (#29592)
(#29890)
---
regression-test/suites/index_p0/test_bitmap_index.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/index_p0/test_bitmap_index.groovy
b/regression-test/suites/index_p0/test_bitmap_index.groovy
index 5fa1c2b9a40..90b1c277e52 100644
--- a/regression-test/suites/index_p0/test_bitmap_index.groovy
+++ b/regression-test/suites/index_p0/test_bitmap_index.groovy
@@ -318,7 +318,7 @@ suite("test_bitmap_index") {
"""
max_try_secs = 60
while (max_try_secs--) {
- String res = getJobState(tbName3)
+ String res = getJobState(tbName4)
if (res == "FINISHED" || res == "CANCELLED") {
assertEquals("FINISHED", res)
sleep(3000)
@@ -417,7 +417,7 @@ suite("test_bitmap_index") {
"""
max_try_secs = 60
while (max_try_secs--) {
- String res = getJobState(tbName3)
+ String res = getJobState(tbName5)
if (res == "FINISHED" || res == "CANCELLED") {
assertEquals("FINISHED", res)
sleep(3000)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]