freeipa/ipatests/azure/scripts
Stanislav Levin a941e8f602 azure: Ignore tar errors
Sometimes tar fails on changed in process files:
```
[2021-09-07 11:03:33] + tar --ignore-failed-read -czf ipaserver_install_logs.tar.gz --warning=no-failed-read /var/log/dirsrv /var/log/httpd2 /var/log/ipa /var/log/ipaclient-install.log /var/log/ipa-custodia.audit.log /var/log/ipaserver-install.log /var/log/krb5kdc.log /var/log/pki /var/log/samba /var/lib/bind/data systemd_journal.log
[2021-09-07 11:03:33] tar: Removing leading `/' from member names
[2021-09-07 11:03:33] tar: Removing leading `/' from hard link targets
[2021-09-07 11:03:33] tar: /var/log/dirsrv/slapd-IPA-TEST/access: file changed as we read it
[2021-09-07 11:03:33] + tests_result=1
```

This is expected failure since processes are not stopped during logs
collection and can flush their logs.

Fixes: https://pagure.io/freeipa/issue/8983
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2021-09-15 08:48:13 +02:00
..
azure-run-base-tests.sh azure: Ignore tar errors 2021-09-15 08:48:13 +02:00
azure-run-integration-tests.sh pytest: Show extra summary information for all except passed tests 2021-05-25 10:45:49 +03:00
azure-run-tests.sh azure: Make it possible to adjust Docker resources per test env 2021-05-25 10:45:49 +03:00
dump_cores.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
gating_compare.py azure: Warn about extra and missing gating tests compared to PR-CI 2021-05-25 10:45:49 +03:00
generate-matrix.py azure: Make it possible to adjust Docker resources per test env 2021-05-25 10:45:49 +03:00
install-debuginfo-fedora.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
install-debuginfo.sh Azure: Gather coredumps 2020-04-08 11:27:45 +03:00
setup_containers.py azure: Wait for systemd booted 2021-05-25 10:45:49 +03:00
variables-fedora.sh azure: Collect installed packages 2021-05-25 10:45:49 +03:00
variables.sh azure: Collect installed packages 2021-05-25 10:45:49 +03:00
wait-for-systemd.sh azure: coredump: Wait for systemd fully booted 2021-05-25 10:45:49 +03:00