Skip to content

Commit

Permalink
Testing: Print error logs in the integration test actions rucio#5253
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Dierkes committed Feb 21, 2022
1 parent a50a60f commit 44fe883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tests.yml
Expand Up @@ -109,6 +109,10 @@ jobs:
echo "TPC failed"
exit 1
fi
- name: Print server error logs
shell: bash
run: |
docker exec -t dev_rucio_1 cat /var/log/rucio/httpd_error_log
- name: Archive Upload/Download Test
run: docker exec -t dev_rucio_1 tools/pytest.sh -v --tb=short test_download.py::test_download_from_archive_on_xrd
- name: Stop containers
Expand Down

0 comments on commit 44fe883

Please sign in to comment.