diff --git a/openQA-4.6.1601184375.8f2898f37.obscpio b/openQA-4.6.1601184375.8f2898f37.obscpio deleted file mode 100644 index 4176bdc..0000000 --- a/openQA-4.6.1601184375.8f2898f37.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f19b63631a9c94453bd11c53f97b6df3d4a8fd4686bcf2aeb5fda2ecd8aeb3 -size 12555277 diff --git a/openQA-4.6.1601399198.460883e61.obscpio b/openQA-4.6.1601399198.460883e61.obscpio new file mode 100644 index 0000000..176a2e1 --- /dev/null +++ b/openQA-4.6.1601399198.460883e61.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc208bedd5021e90fd61bd94db85ae4129f4f6bd24dfa06d076a1a1b69411d4 +size 12557325 diff --git a/openQA-client-test.spec b/openQA-client-test.spec index 371a657..6fc4f32 100644 --- a/openQA-client-test.spec +++ b/openQA-client-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1601184375.8f2898f37 +Version: 4.6.1601399198.460883e61 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-devel-test.spec b/openQA-devel-test.spec index b07049d..ee54b73 100644 --- a/openQA-devel-test.spec +++ b/openQA-devel-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1601184375.8f2898f37 +Version: 4.6.1601399198.460883e61 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-test.spec b/openQA-test.spec index 34c74a3..f9b7d6b 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1601184375.8f2898f37 +Version: 4.6.1601399198.460883e61 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA-worker-test.spec b/openQA-worker-test.spec index 420b7a4..82a784d 100644 --- a/openQA-worker-test.spec +++ b/openQA-worker-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1601184375.8f2898f37 +Version: 4.6.1601399198.460883e61 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index b06add0..32bd8f9 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 30 05:32:24 UTC 2020 - coolo@suse.com + +- Update to version 4.6.1601399198.460883e61: + * spec: Use higher timeout for tests within OBS due to performance fluctuations + * t: Reduce back the test module specific timeout limits + * Extract trivial _distri_key helper in OpenQA::Schema::Result::ScheduledProducts + * Configure a timeout for javascript in webdriver + * Handle services being stopped explicitely during tests + * Add test for catching warnings in sub processes during tests + * Catch Perl warnings in spawned workers as well + * Fail tests when a Perl warning within a sub process occurs + * t: Catch unhandled output in t/14-grutasks.t + * t: Extract helper for client user agent initialization + * t: Reuse existing schema variable in t/api/04-jobs.t + * t: Simplify ui/17-product-log.t + * Tweak test timeouts for full-stack + ------------------------------------------------------------------- Sun Sep 27 05:26:32 UTC 2020 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index 5abc633..fece2c3 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1601184375.8f2898f37 -mtime: 1601184375 -commit: 8f2898f37b8ad3639e863bbc6170d144d1605f0c +version: 4.6.1601399198.460883e61 +mtime: 1601399198 +commit: 460883e6153e645ede90f86f6f5c1ff073781345 diff --git a/openQA.spec b/openQA.spec index ba63e60..5bab875 100644 --- a/openQA.spec +++ b/openQA.spec @@ -75,7 +75,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1601184375.8f2898f37 +Version: 4.6.1601399198.460883e61 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -266,6 +266,10 @@ rm \ t/api/14-plugin_obs_rsync_async.t \ t/ui/*.t +# "CI" set with longer timeouts as needed for higher performance variations +# within CI systems, e.g. OBS. See t/lib/OpenQA/Test/TimeLimit.pm +export CI=1 +export OPENQA_TEST_TIMEOUT_SCALE_CI=10 make test PROVE_ARGS='-r -v' CHECKSTYLE=0 TEST_PG_PATH=%{buildroot}/DB rm -rf %{buildroot}/DB %endif