Skip to content

Commit

Permalink
rename the test to match the new upstream strategy name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Needham committed Mar 24, 2017
1 parent f93640b commit 4be5579
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ public void shouldCatchupThroughHierarchy() throws Throwable

// 5, 6 are other DCs
ReadReplica east5 = cluster.addReadReplicaWithId( 5 );
east5.setUpstreamDatabaseSelectionStrategy( "connect-within-data-center" );
east5.setUpstreamDatabaseSelectionStrategy( "connect-randomly-within-server-group" );
east5.start();
ReadReplica west6 = cluster.addReadReplicaWithId( 6 );
west6.setUpstreamDatabaseSelectionStrategy( "connect-within-data-center" );
west6.setUpstreamDatabaseSelectionStrategy( "connect-randomly-within-server-group" );
west6.start();

checkDataHasReplicatedToReadReplicas( cluster, numberOfNodesToCreate );
Expand Down

0 comments on commit 4be5579

Please sign in to comment.