afedulov commented on code in PR #19856:
URL: https://github.com/apache/flink/pull/19856#discussion_r896150381
##########
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/container/FlinkImageBuilder.java:
##########
@@ -149,15 +160,15 @@ public FlinkImageBuilder setTimeout(Duration timeout) {
/** Use this image for building a JobManager. */
public FlinkImageBuilder asJobManager() {
checkStartupCommandNotSet();
- this.startupCommand = "flink/bin/jobmanager.sh start-foreground &&
tail -f /dev/null";
+ this.startupCommand = "bin/jobmanager.sh start-foreground && tail -f
/dev/null";
Review Comment:
This is why I've added this:
https://github.com/apache/flink/blob/88ac2f5ba12b0597fe63e92e8a0ae65a61576e99/flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/container/FlinkContainersBuilder.java#L207
It makes everything nicely deterministic in relation to the Flink home
directory.
--
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]