We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8378f98 commit 086c73fCopy full SHA for 086c73f
src/test/java/org/elasticsearch/indices/store/IndicesStoreTests.java
@@ -210,7 +210,7 @@ public void testShardActiveRequestStreaming() throws IOException {
210
IndicesStore.ShardActiveRequest readShardActiveRequest = new IndicesStore.ShardActiveRequest();
211
readShardActiveRequest.readFrom(in);
212
in.close();
213
- if (version.onOrAfter(Version.V_1_5_0)) {
+ if (version.onOrAfter(Version.V_1_6_0)) {
214
assertThat(shardActiveRequest.timeout, equalTo(readShardActiveRequest.timeout));
215
} else {
216
assertThat(readShardActiveRequest.timeout, equalTo(IndicesStore.DEFAULT_SHARD_DELETE_TIMEOUT));
0 commit comments