robertmu commented on code in PR #73:
URL: https://github.com/apache/cloudberry-backup/pull/73#discussion_r2867282429
##########
integration/statistics_queries_test.go:
##########
@@ -56,6 +56,39 @@ var _ = Describe("backup integration tests", func() {
expectedStats5J.Collation1 = 100
expectedStats5J.Collation2 = 100
}
+ if connectionPool.Version.IsCBDB() &&
connectionPool.Version.AtLeast("2.1.0") {
Review Comment:
Like I mentioned in this issue
(https://github.com/apache/cloudberry-backup/issues/65), all tests pass
successfully on the official apache-cloudberry-2.0.0-incubating release. If you
are experiencing test failures on what you call "Cloudberry 2.0", it's highly
likely that your version is not the true apache-cloudberry-2.0.0-incubating
release but rather some development branch or 2.0.x variant where this new
statistic kind was cherry-picked or merged early. Therefore, I believe we
should stick to >= 2.1.0 as the boundary to keep it aligned with official
release features.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]