[galaxyproject/galaxy] 5844bd: Add integration test for remote shell CLI runners
Branch: refs/heads/release_18.05 Home: https://github.com/galaxyproject/galaxy Commit: 5844bdc7aa0a90d992c3b36e041abb8d103e3b95 https://github.com/galaxyproject/galaxy/commit/5844bdc7aa0a90d992c3b36e041ab... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M test/functional/tools/job_environment_default.xml M test/functional/tools/job_environment_default_legacy.xml M test/functional/tools/job_environment_explicit_shared_home.xml A test/integration/test_cli_runners.py M test/integration/test_job_environments.py Log Message: ----------- Add integration test for remote shell CLI runners This tests both the SecureShell and Paramiko shell plugins and the Slurm and Torque CLI runner. Commit: 57a1f19b069597bde97852b3e0d0a3e1c0068bc4 https://github.com/galaxyproject/galaxy/commit/57a1f19b069597bde97852b3e0d0a... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/local.py M lib/galaxy/jobs/runners/util/cli/shell/rsh.py Log Message: ----------- Fix slurm cli plugin by avoiding `shell=True` in subprocess Fixes the remaining issue in https://github.com/galaxyproject/galaxy/issues/6831#issuecomment-428097520 Commit: fc28e0bd83a2df59f11b80f0119e67da1326887f https://github.com/galaxyproject/galaxy/commit/fc28e0bd83a2df59f11b80f0119e6... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/rsh.py Log Message: ----------- Use long-form options Commit: 5e12e509bf20d7e4f4464a60f04c7479cb4e232d https://github.com/galaxyproject/galaxy/commit/5e12e509bf20d7e4f4464a60f04c7... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M test/integration/test_cli_runners.py Log Message: ----------- Fix selection of job plugin and image Thanks @nsoranzo. Commit: b08c6219c3fe771e00d0b6d8b9adb1c97e38e9a6 https://github.com/galaxyproject/galaxy/commit/b08c6219c3fe771e00d0b6d8b9adb... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M test/integration/test_cli_runners.py Log Message: ----------- Simplify ssh key handling in integration test Commit: ac3e1ca1d0d7bb85cc00e2e113f70e3576f0b048 https://github.com/galaxyproject/galaxy/commit/ac3e1ca1d0d7bb85cc00e2e113f70... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-10-10 (Wed, 10 Oct 2018) Changed paths: M test/integration/test_cli_runners.py Log Message: ----------- Use Crypto to generate SSH keys Also remove key files in `stop_ssh_docker()`. Commit: fd0b24ecd2bff2f8baa636304e45eb2dbdcaf3a9 https://github.com/galaxyproject/galaxy/commit/fd0b24ecd2bff2f8baa636304e45e... Author: Dannon <dannon.baker@gmail.com> Date: 2018-10-11 (Thu, 11 Oct 2018) Changed paths: M lib/galaxy/jobs/runners/util/cli/shell/local.py M lib/galaxy/jobs/runners/util/cli/shell/rsh.py M test/functional/tools/job_environment_default.xml M test/functional/tools/job_environment_default_legacy.xml M test/functional/tools/job_environment_explicit_shared_home.xml A test/integration/test_cli_runners.py M test/integration/test_job_environments.py Log Message: ----------- Merge pull request #6845 from mvdbeek/fix_slurm_cli_on_secure_shell [18.05] Fix slurm cli on secure shell Compare: https://github.com/galaxyproject/galaxy/compare/fe6c1738c0ea...fd0b24ecd2bf **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub