#20 run tests with timeout parameter
Merged 4 years ago by santiago. Opened 4 years ago by bgoncalv.
rpms/ bgoncalv/podman fix-test  into  master

file modified
+2
@@ -13,8 +13,10 @@ 

          - root-test:

              dir: ./

              run: ./test_podman.sh

+             timeout: 15m

          - rootless-test:

              # running the test with su doesn't create the directory for fedora user on /run/user/

              # so create it manually

              dir: ./

              run: mkdir /run/user/$(id -u fedora); su -c ${PWD}/test_podman.sh - fedora

+             timeout: 15m

The tests are failing, but rootless-test got aborted due to timeout as intended as it seems the test got stuck.

https://jenkins-continuous-infra.apps.ci.centos.org/job/fedora-rawhide-pr-pipeline/1807/artifact/package-tests/logs/

I've submitted a PR addressing the root problem but this is a good complement for next time something like this happens. Thank you!

Pull-Request has been merged by santiago

4 years ago