ArmandGrillet commented on issue #345: Allow `mesos task exec/attach` for any task_id URL: https://github.com/apache/mesos/pull/345#issuecomment-548871609 `mesos-cli-tests` does not pass following the change on my machine: ``` py3-lint: commands succeeded congratulations :) TestAgentPlugin test_list (cli.tests.agent.TestAgentPlugin) ... ERROR TestInfrastructure test_capture_output (cli.tests.tests.TestInfrastructure) ... ok test_launch_binaries (cli.tests.tests.TestInfrastructure) ... ERROR TestTaskPlugin test_exec (cli.tests.task.TestTaskPlugin) ... ERROR test_exec_exit_status (cli.tests.task.TestTaskPlugin) ... ERROR test_exec_interactive (cli.tests.task.TestTaskPlugin) ... ERROR test_list (cli.tests.task.TestTaskPlugin) ... ERROR test_list_all (cli.tests.task.TestTaskPlugin) ... ERROR ====================================================================== ERROR: test_list (cli.tests.agent.TestAgentPlugin) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/armandgrillet/Code/mesos/src/python/cli_new/lib/cli/tests/base.py", line 280, in launch http.get_json(self.flags["master"], "slaves", single_slave, timeout) File "/Users/armandgrillet/Code/mesos/src/python/cli_new/lib/cli/http.py", line 86, in get_json .format(seconds=str(timeout))) cli.exceptions.CLIException: Failed to get data within 5 seconds ``` I will investigate more on Monday.
---------------------------------------------------------------- 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
