You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/core/src/test/java/org/apache/ignite/cache/affinity/rendezvous/MdcAffinityBackupFilterSelfTest.java
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,8 @@ public void testAffinityFilterConfigurationValidation() throws Exception {
171
171
startGrid(1);
172
172
173
173
fail("Expected exception was not thrown.");
174
-
} catch (IgniteCheckedExceptione) {
174
+
}
175
+
catch (IgniteCheckedExceptione) {
175
176
StringerrMsg = e.getMessage();
176
177
177
178
assertNotNull(errMsg);
@@ -184,7 +185,8 @@ public void testAffinityFilterConfigurationValidation() throws Exception {
184
185
startGrid(1);
185
186
186
187
fail("Expected exception was not thrown.");
187
-
} catch (IgniteCheckedExceptione) {
188
+
}
189
+
catch (IgniteCheckedExceptione) {
188
190
StringerrMsg = e.getMessage();
189
191
190
192
assertNotNull(errMsg);
@@ -232,7 +234,12 @@ private IgniteEx startClusterAcrossDataCenters(String[] dcIds, int nodesPerDc) t
0 commit comments