dongjoon-hyun commented on code in PR #41071:
URL: https://github.com/apache/spark/pull/41071#discussion_r1186762877
##########
common/network-common/src/test/java/org/apache/spark/network/RequestTimeoutIntegrationSuite.java:
##########
@@ -110,7 +110,7 @@ public StreamManager getStreamManager() {
}
};
- context = new TransportContext(conf, handler);
+ context = new TransportContext(conf, handler, true);
Review Comment:
Which patter does Apache Spark use; (1) `new TransportContext(conf, handler,
true)`, (2) `new TransportContext(conf, handler)`. Is this test coverage change
valid?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]