Skip to content

Commit

Permalink
rucio#2311 stop containers in gh action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 26, 2020
1 parent bb182d8 commit 06353f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration_tests.yml
Expand Up @@ -16,5 +16,7 @@ jobs:
run: docker exec -t dev_rucio_1 tools/run_tests_docker.sh -ir
- name: File Upload/Download Test
run: docker exec -t dev_rucio_1 pytest -v --full-trace lib/rucio/tests/test_rucio_server.py
- name: Test Protocol XrootD
run: docker exec -t dev_rucio_1 pytest -v --full-trace lib/rucio/tests/test_rse_protocol_xrootd.py
# - name: Test Protocol XrootD
# run: docker exec -t dev_rucio_1 pytest -v --full-trace lib/rucio/tests/test_rse_protocol_xrootd.py
- name: Stop containers
run: docker-compose -f etc/docker/dev/docker-compose-storage.yml down
1 change: 1 addition & 0 deletions lib/rucio/tests/rsemgr_api_test.py
Expand Up @@ -43,6 +43,7 @@
@skip_rse_tests_with_accounts
class MgrTestCases:
files_local = ["1_rse_local_put.raw", "2_rse_local_put.raw", "3_rse_local_put.raw", "4_rse_local_put.raw"]
files_local_and_remote = ['1_rse_local_and_remote_put.raw', '2_rse_local_and_remote_put.raw']
files_remote = ['1_rse_remote_get.raw', '2_rse_remote_get.raw', '3_rse_remote_get.raw', '4_rse_remote_get.raw',
'1_rse_remote_delete.raw', '2_rse_remote_delete.raw', '3_rse_remote_delete.raw', '4_rse_remote_delete.raw',
'1_rse_remote_exists.raw', '2_rse_remote_exists.raw',
Expand Down

0 comments on commit 06353f0

Please sign in to comment.