This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 214eea0317c [fix](cloud) Fix `version_p0` run in cloud mode (#31810)
214eea0317c is described below
commit 214eea0317cc5dee776e476af5d26e5e5a9cce77
Author: deardeng <[email protected]>
AuthorDate: Tue Mar 5 23:56:04 2024 +0800
[fix](cloud) Fix `version_p0` run in cloud mode (#31810)
---
regression-test/suites/version_p0/version_p0.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regression-test/suites/version_p0/version_p0.groovy
b/regression-test/suites/version_p0/version_p0.groovy
index b72f231eb62..98d3e2eaeb7 100644
--- a/regression-test/suites/version_p0/version_p0.groovy
+++ b/regression-test/suites/version_p0/version_p0.groovy
@@ -41,5 +41,6 @@ suite("version_p0", "p0") {
// check written partition version is higher
assertEquals(res[0][2].toString(), "2")
- assertEquals(res[1][2].toString(), "1")
+ assert res[1][2].toString() == "1" || \
+ res[1][2].toString() == "0" // Cloud will returns zero.
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]