This is an automated email from the ASF dual-hosted git repository. adelapena pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 520fb2bb24cef6891ec9912690b0e94d2ff2016c Merge: dfd152cfa0 27a31f4cfa Author: Andrés de la Peña <[email protected]> AuthorDate: Thu Jul 14 15:48:08 2022 +0100 Merge branch 'cassandra-4.1' into trunk .../cassandra/distributed/upgrade/BatchUpgradeTest.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --cc test/distributed/org/apache/cassandra/distributed/upgrade/BatchUpgradeTest.java index 3eb72f3add,db5e2e1278..7ba12ff598 --- a/test/distributed/org/apache/cassandra/distributed/upgrade/BatchUpgradeTest.java +++ b/test/distributed/org/apache/cassandra/distributed/upgrade/BatchUpgradeTest.java @@@ -31,10 -32,9 +32,9 @@@ public class BatchUpgradeTest extends U { new TestCase() .nodes(2) - .nodesToUpgrade(2) - .upgradesFrom(v40).setup((cluster) -> { + .upgradesToCurrentFrom(v40).setup((cluster) -> { - cluster.schemaChange("CREATE TABLE "+KEYSPACE+".users (" + + cluster.schemaChange("CREATE TABLE " + KEYSPACE + ".users (" + "userid uuid PRIMARY KEY," + "firstname ascii," + "lastname ascii," + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
