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 242b841 commit a0bb46dCopy full SHA for a0bb46d
docs/changelog/120799.yaml
@@ -0,0 +1,5 @@
1
+pr: 120799
2
+summary: Remove duplicate code in ESIntegTestCase
3
+area: Search
4
+type: bug
5
+issues: []
test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java
@@ -1265,10 +1265,6 @@ protected final void doEnsureClusterStateConsistency(NamedWriteableRegistry name
1265
masterClusterState.stateUUID(),
1266
localClusterState.stateUUID()
1267
);
1268
-
1269
- // Compare the stateMaps for equality.
1270
- assertNull(XContentTestUtils.differenceBetweenMapsIgnoringArrayOrder(masterStateMap, localStateMap));
1271
1272
// Compare JSON serialization
1273
assertNull(
1274
"cluster state JSON serialization does not match",
0 commit comments