Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Jun 2, 2023
1 parent c3d599a commit d78745a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ public void testPrimaryReceivesDocsDuringReplicaRecovery() throws Exception {
* This test validates that segment replications works with random compression mode
* @throws Exception
*/
public void testCodecWithDifferentCompressionModes() throws Exception {
public void testWithDifferentCompressionModes() throws Exception {
final String nodeA = internalCluster().startNode();
final String nodeB = internalCluster().startNode();
final Settings settings = Settings.builder()
Expand Down Expand Up @@ -1308,7 +1308,7 @@ public void testCodecWithDifferentCompressionModes() throws Exception {
* This test validates that segment replications works for older codec implementations
* @throws Exception
*/
public void testCodecWithOlderCodecs() throws Exception {
public void testWithOlderCodecs() throws Exception {
final String nodeA = internalCluster().startNode();
final String nodeB = internalCluster().startNode();
final Settings settings = Settings.builder()
Expand Down

0 comments on commit d78745a

Please sign in to comment.