Actions
action #81068
closedopenQA tests fail on OBS Tumbleweed
Description
See Request 855720. From the build log I was able to extract the following failures:
not ok 762 - no (unexpected) warnings (via done_testing)
# Subtest: error pages shown for OpenQA::WebAPI::Controller::Step
not ok 3 - no (unexpected) warnings (via done_testing)
not ok 29 - short test URLs are supported the same # TODO not implemented
[ 711s] # Failed (TODO) test 'short test URLs are supported the same'
[ 711s] # at ./t/40-script_openqa-clone-custom-git-refspec.t line 93.
[ 711s] # STDOUT & STDERR:
[ 711s] # openqa-clone-job --skip-chained-deps --within-instance https://openqa.opensuse.org t1234 _GROUP=0 TEST=my_test@user/repo#my/branch BUILD=user/repo#9128 CASEDIR=https://github.com/user/repo.git#my/branch PRODUCTDIR=repo/product NEEDLES_DIR=/my/case/dir/product/needles
[ 711s] #
[ 711s] # don't match:
[ 711s] # (?^:openqa-clone-job --skip-chained-deps --within-instance https://openqa.opensuse.org 1234 _GROUP=0 TEST=my_test@user/repo#my/branch BUILD=user/repo#9128 CASEDIR=https://github.com/user/repo.git#my/branch PRODUCTDIR=repo/product NEEDLES_DIR=/my/case/dir/product/needles)
[ 711s] # as expected
not ok 31 - multiple short URLs from different hosts point to individual hosts # TODO not implemented
[ 711s] # Failed (TODO) test 'multiple short URLs from different hosts point to individual hosts'
[ 711s] # at ./t/40-script_openqa-clone-custom-git-refspec.t line 95.
[ 711s] # STDOUT & STDERR:
[ 711s] # openqa-clone-job --skip-chained-deps --within-instance https://openqa.opensuse.org t1234 _GROUP=0 TEST=my_test@user/repo#my/branch BUILD=user/repo#9128 CASEDIR=https://github.com/user/repo.git#my/branch PRODUCTDIR=repo/product NEEDLES_DIR=/my/case/dir/product/needles
[ 711s] # openqa-clone-job --skip-chained-deps --within-instance https://openqa.suse.de t1234 _GROUP=0 TEST=my_test@user/repo#my/branch BUILD=user/repo#9128 CASEDIR=https://github.com/user/repo.git#my/branch PRODUCTDIR=repo/product NEEDLES_DIR=/my/case/dir/product/needles
[ 711s] #
[ 711s] # don't match:
[ 711s] # (?^s:openqa-clone-job --skip-chained-deps --within-instance https://openqa.opensuse.org 1234 _GROUP=0 TEST=my_test@user/repo#my/branch BUILD=user/repo#9128 CASEDIR=https://github.com/user/repo.git#my/branch PRODUCTDIR=repo/product NEEDLES_DIR=/my/case/dir/product/needles.* 1234)
[ 711s] # as expected
[ 800s] [error] [pid:5450] Stopping openqa-webapi process because a Perl warning occurred: Mojolicious::Routes::Route::via is DEPRECATED in favor of Mojolicious::Routes::Route::methods at template not_found.html.ep line 26.
[ 800s] not ok 3 - sub process openqa-webapi terminated with exit code 10752
[ 800s] 1..3
[ 800s] not ok 4 - no (unexpected) warnings (via END block)
not ok 13 - no (unexpected) warnings (via done_testing)
not ok 17 - Calling 'openqa --help' returns exit code 0
not ok 25 - Calling 'openqa-cli --help' returns exit code 0
not ok 41 - Calling 'openqa-livehandler --help' returns exit code 0
not ok 45 - Calling 'openqa-scheduler --help' returns exit code 0
not ok 55 - Calling 'openqa-websockets --help' returns exit code 0
not ok 63 - Calling 'openqa-workercache --help' returns exit code 0
Actions