GJL commented on a change in pull request #10666: [FLINK-15214] Introduce
multiple submission e2e test
URL: https://github.com/apache/flink/pull/10666#discussion_r363261744
##########
File path:
flink-end-to-end-tests/test-scripts/docker-mesos-cluster/docker-compose.yml
##########
@@ -55,6 +55,7 @@ services:
volumes:
- ${END_TO_END_DIR}:${END_TO_END_DIR}
environment:
+ MESOS_RESOURCES: "cpus:1"
Review comment:
Ideally the number of cpus is configurable from within the test. If that is
too much effort, I would be ok with adding a comment that this shouldn't be
changed because `test_mesos_multiple_submissions.sh` relies on cpus being 1.
WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services