aweisberg commented on code in PR #4708:
URL: https://github.com/apache/cassandra/pull/4708#discussion_r3423846456
##########
test/unit/org/apache/cassandra/service/reads/repair/AbstractReadRepairTest.java:
##########
@@ -381,7 +383,7 @@ public InstrumentedReadRepair
createInstrumentedReadRepair(ReplicaPlan.Shared<?,
@Test
public void readSpeculationCycle()
{
- InstrumentedReadRepair repair =
createInstrumentedReadRepair(ReplicaPlan.shared(replicaPlan(replicas,
EndpointsForRange.of(replica1, replica2))));
+ InstrumentedReadRepair repair =
createInstrumentedReadRepair(CoordinationPlanTestUtils.create(replicaPlan(replicas,
EndpointsForRange.of(replica1, replica2))));
Review Comment:
`create` is kind of vague for what is going on here
--
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]