separet recovery tests to one with small buffer size and on with bigger one

This commit is contained in:
kimchy 2010-08-14 13:44:42 +03:00
parent e1226626bc
commit 01b3d42cee
3 changed files with 36 additions and 3 deletions
modules/test/integration/src/test/java/org/elasticsearch/test/integration/recovery

@ -4,7 +4,4 @@ cluster:
index:
number_of_shards: 5
number_of_replicas: 1
shard:
recovery:
file_chunk_size: 3b

@ -0,0 +1,26 @@
/*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.elasticsearch.test.integration.recovery;
/**
* @author kimchy (shay.banon)
*/
public class SmallBufferRecoveryTests extends SimpleRecoveryTests {
}

@ -0,0 +1,10 @@
cluster:
routing:
schedule: 100ms
index:
number_of_shards: 5
number_of_replicas: 1
shard:
recovery:
file_chunk_size: 3b