This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 95a12acbe6b branch-2.1: [fix](regression-test) Fix potential multi FE
desc table result not refresh after schema change #44989 (#45009)
95a12acbe6b is described below
commit 95a12acbe6bc1603e7f450bb759907ca7879824d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 12:10:32 2024 +0800
branch-2.1: [fix](regression-test) Fix potential multi FE desc table result
not refresh after schema change #44989 (#45009)
Cherry-picked from #44989
Co-authored-by: Siyang Tang <[email protected]>
---
.../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index fe355e01f77..e13e3eca4a3 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -657,6 +657,8 @@ class Suite implements GroovyInterceptable {
runAction(new WaitForAction(context), actionSupplier)
if (ObjectUtils.isNotEmpty(insertSql)){
sql insertSql
+ } else {
+ sql "SYNC"
}
if (cleanOperator==true){
if (ObjectUtils.isEmpty(tbName)) throw new
RuntimeException("tbName cloud not be null")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]