michaelsembwever commented on code in PR #2336:
URL: https://github.com/apache/cassandra/pull/2336#discussion_r1195162819
##########
test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTestBase.java:
##########
@@ -111,14 +110,14 @@ public UpgradeableCluster.Builder builder()
public static class TestVersions
{
final Version initial;
- final List<Version> upgrade;
- final List<Semver> upgradeVersions;
+ final Version targetVersion;
+ final Semver targetSemver;
Review Comment:
they need to be lists.
--
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]