mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Add comment about older cluster states
This commit is contained in:
parent
7cdd647d7b
commit
3abf8177e8
@ -711,6 +711,7 @@ public class PublishClusterStateActionTests extends ESTestCase {
|
||||
}
|
||||
largestVersionSeen = state.getVersion();
|
||||
} else {
|
||||
// older cluster states will be rejected
|
||||
assertNotNull(channel.error.get());
|
||||
assertThat(channel.error.get(), instanceOf(IllegalStateException.class));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user