This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 59b6d7d4727 [fix](cases)fix ip case2.1 with sync after streamload (#42543) 59b6d7d4727 is described below commit 59b6d7d4727f599d953b487323f2bef76bdd3483 Author: amory <wangqian...@selectdb.com> AuthorDate: Mon Oct 28 14:54:36 2024 +0800 [fix](cases)fix ip case2.1 with sync after streamload (#42543) ## Proposed changes fix ip case2.1 with sync after streamload Issue Number: close #xxx <!--Describe your changes.--> --- regression-test/suites/datatype_p0/ip/test_ip_in_inverted_index.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/datatype_p0/ip/test_ip_in_inverted_index.groovy b/regression-test/suites/datatype_p0/ip/test_ip_in_inverted_index.groovy index 79aee287a37..b41f6bf9105 100644 --- a/regression-test/suites/datatype_p0/ip/test_ip_in_inverted_index.groovy +++ b/regression-test/suites/datatype_p0/ip/test_ip_in_inverted_index.groovy @@ -86,6 +86,7 @@ suite("test_ip_in_inverted_index") { time 10000 // limit inflight 10s // stream load action will check result, include Success status, and NumberTotalRows == NumberLoadedRows } + sql """ sync; """ qt_sql "select count() from test_ip_with_inverted_index" // query with inverted index and no inverted index sql """set enable_inverted_index_query=true; """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org