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: flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/nonha/standalone/StandaloneHaServicesTest.java
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -145,26 +145,34 @@ public void testJobMasterLeaderRetrieval() throws Exception {
145
145
}
146
146
147
147
/**
148
-
* Tests that the constructor properly validates null parameters and provides meaningful error messages.
148
+
* Tests that the constructor properly validates null parameters and provides meaningful error
0 commit comments