We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53ebd4 commit 1fcbf53Copy full SHA for 1fcbf53
launcher/src/test/java/org/apache/spark/launcher/LauncherServerSuite.java
@@ -177,7 +177,7 @@ public void testStreamFiltering() throws Exception {
177
client.send(new EvilPayload());
178
} catch (SocketException se) {
179
// SPARK-21522: this can happen if the server closes the socket before the full message has
180
- // been written, so it's expected. It may cause false positives through (socket errors
+ // been written, so it's expected. It may cause false positives though (socket errors
181
// happening for other reasons).
182
}
183
0 commit comments