Skip to content

Commit

Permalink
[fix](cloud) Fix version_p0 run in cloud mode (apache#31810)
Browse files Browse the repository at this point in the history
  • Loading branch information
deardeng authored Mar 5, 2024
1 parent b8f13c1 commit 214eea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/suites/version_p0/version_p0.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit 214eea0

Please sign in to comment.