[Test] testCorruptionOnNetworkLayer had a typo in test name.
This commit is contained in:
parent
bb964e7817
commit
8f0a4ed390
|
@ -281,7 +281,7 @@ public class CorruptedFileTest extends ElasticsearchIntegrationTest {
|
|||
* to the replica. The file on disk stays uncorrupted
|
||||
*/
|
||||
@Test
|
||||
public void testCorrupteOnNetworkLayer() throws ExecutionException, InterruptedException {
|
||||
public void testCorruptionOnNetworkLayer() throws ExecutionException, InterruptedException {
|
||||
int numDocs = scaledRandomIntBetween(100, 1000);
|
||||
assertThat(cluster().numDataNodes(), greaterThanOrEqualTo(2));
|
||||
if (cluster().numDataNodes() < 3) {
|
||||
|
|
Loading…
Reference in New Issue