[
https://issues.apache.org/jira/browse/CASSANDRA-16244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272373#comment-17272373
]
Yifan Cai commented on CASSANDRA-16244:
---------------------------------------
Thanks for the update!
The test LGTM. +1
I also looped the test for over 20 times and no failures to make sure it is not
flaky.
{code:java}
➜ COUNTER=0 && while [[ "$(ant testclasslist -Dtest.classlistfile=<(echo
test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeRepairTest.java)
| grep -c 'BUILD SUCCESSFUL')" == "1" ]]; do echo "It was a good run.
$COUNTER"; ((COUNTER=COUNTER+1)) done
It was a good run. 0
It was a good run. 1
...
It was a good run. 24
It was a good run. 25
{code}
> Create a jvm upgrade dtest for mixed versions repairs
> -----------------------------------------------------
>
> Key: CASSANDRA-16244
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16244
> Project: Cassandra
> Issue Type: Task
> Components: Test/dtest/java
> Reporter: Alexander Dejanovski
> Assignee: Andres de la Peña
> Priority: Normal
> Fix For: 4.0-rc
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Repair during upgrades should fail on mixed version clusters.
> We'd need an in-jvm upgrade dtest to check that repair indeed fails as
> expected with mixed current version+previous major version clusters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]