This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new ab142f8d28 Put Harry upgrade test under upgrade directory
ab142f8d28 is described below
commit ab142f8d288e522468b5e011677690feb5022510
Author: Alex Petrov <[email protected]>
AuthorDate: Wed Jan 10 17:18:17 2024 +0100
Put Harry upgrade test under upgrade directory
Patch by Alex Petrov, reviewed by Stefan Miklosovic for CASSANDRA-19250
---
.../ring => distributed/upgrade}/ClusterMetadataUpgradeHarryTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/test/distributed/org/apache/cassandra/fuzz/ring/ClusterMetadataUpgradeHarryTest.java
b/test/distributed/org/apache/cassandra/distributed/upgrade/ClusterMetadataUpgradeHarryTest.java
similarity index 98%
rename from
test/distributed/org/apache/cassandra/fuzz/ring/ClusterMetadataUpgradeHarryTest.java
rename to
test/distributed/org/apache/cassandra/distributed/upgrade/ClusterMetadataUpgradeHarryTest.java
index 1d8a5db820..c8dffce52a 100644
---
a/test/distributed/org/apache/cassandra/fuzz/ring/ClusterMetadataUpgradeHarryTest.java
+++
b/test/distributed/org/apache/cassandra/distributed/upgrade/ClusterMetadataUpgradeHarryTest.java
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package org.apache.cassandra.fuzz.ring;
+package org.apache.cassandra.distributed.upgrade;
import java.util.Collections;
import java.util.concurrent.ExecutorService;
@@ -27,7 +27,6 @@ import java.util.concurrent.atomic.AtomicReference;
import com.google.common.util.concurrent.Uninterruptibles;
-import org.apache.cassandra.distributed.upgrade.UpgradeTestBase;
import org.apache.cassandra.harry.HarryHelper;
import org.apache.cassandra.harry.core.Configuration;
import org.apache.cassandra.harry.ddl.SchemaSpec;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]