Skip to content

Commit

Permalink
fix the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gesterzhou committed Oct 29, 2019
1 parent cdddd73 commit 94ef730
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRes
@Parameterized.Parameter(1)
public Boolean singleHopEnabled;

@Parameterized.Parameters(name = "from_currentVersion, with reindex={0}, singleHopEnabled={1}")
@Parameterized.Parameters(name = "currentVersion, reindex={0}, singleHopEnabled={1}")
public static Collection<Object[]> data() {
Collection<Object[]> rval = new ArrayList<>();
rval.add(new Object[] {true, true});
Expand All @@ -57,7 +57,7 @@ public static Collection<Object[]> data() {
}

@Test
public void luceneFunctionsShouldFailOverByRetryWhenRestartOneServerWithRebalance()
public void functionsFailOverWhenRestartOneServer()
throws Exception {
// Since the changes relating to GEODE-7258 is not applied on 1.10.0,
// use this test to roll from develop to develop to verify.
Expand Down Expand Up @@ -145,4 +145,5 @@ public void luceneFunctionsShouldFailOverByRetryWhenRestartOneServerWithRebalanc
invokeRunnableInVMs(true, invokeCloseCache(), client, server2);
}
}

}

0 comments on commit 94ef730

Please sign in to comment.