Accepting request 1208704 from devel:openQA:tested

Update to 4.6.1729175067.9ff0bc1e
4.6.1729175067.9ff0bc1e
4.6.1729175067.9ff0bc1e
4.6.1729175067.9ff0bc1e
4.6.1729175067.9ff0bc1e

OBS-URL: https://build.opensuse.org/request/show/1208704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=632
This commit is contained in:
Ana Guerrero 2024-10-18 13:57:19 +00:00 committed by Git OBS Bridge
commit 8fad7af01d
11 changed files with 40 additions and 15 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b3c9cf69f923017ac3641e6b0d3603f7613859e41a8fea3030d86d0fcaf0d01
size 20181408
oid sha256:44dd4c7913054129d1ecdd8d14bc22d529d762615f786bbd781b0e34a38c40f3
size 20182968

View File

@ -15,7 +15,7 @@ Source1013: https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz#
Source1014: https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz#/@types-estree-1.0.6.tgz
Source1015: https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz#/@types-json-schema-7.0.15.tgz
Source1016: https://registry.npmjs.org/ace-builds/-/ace-builds-1.36.2.tgz#/ace-builds-1.36.2.tgz
Source1017: https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz#/acorn-8.12.1.tgz
Source1017: https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz#/acorn-8.13.0.tgz
Source1018: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz
Source1019: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz
Source1020: https://registry.npmjs.org/anser/-/anser-2.3.0.tgz#/anser-2.3.0.tgz
@ -138,7 +138,7 @@ Source1136: https://registry.npmjs.org/supports-color/-/supports-color-7
Source1137: https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz#/synckit-0.9.2.tgz
Source1138: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz
Source1139: https://registry.npmjs.org/timeago/-/timeago-1.6.7.tgz#/timeago-1.6.7.tgz
Source1140: https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz#/tslib-2.7.0.tgz
Source1140: https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz#/tslib-2.8.0.tgz
Source1141: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#/type-check-0.4.0.tgz
Source1142: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#/uri-js-4.4.1.tgz
Source1143: https://registry.npmjs.org/which/-/which-2.0.2.tgz#/which-2.0.2.tgz

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2e8a890c563af3a4ae839f53ff8e3f0fb656fc3604ea33c06957ea61a042705
size 14719501

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e1a4f183b90fcc741c02f81c2e74e48b968531900797b5c6bbfefe924c79ee3
size 14731789

View File

@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 4.6.1728897629.cd422eac
Version: 4.6.1729175067.9ff0bc1e
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
Version: 4.6.1728897629.cd422eac
Version: 4.6.1729175067.9ff0bc1e
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1728897629.cd422eac
Version: 4.6.1729175067.9ff0bc1e
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
Version: 4.6.1728897629.cd422eac
Version: 4.6.1729175067.9ff0bc1e
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 17 19:14:37 UTC 2024 - okurz@suse.com
- Update to version 4.6.1729175067.9ff0bc1e:
* Ensure recurring text streaming callback is invoked by tests
* Ensure finish handler for streaming is consistently covered by tests
* Ensure drain callback of text streaming is consistently covered by tests
* Simplify setup of `t/26-controllerrunning.t`
* Fix handling of job array in enqueue_git_clones
* t: Debug reponse in case of failure
* Reuse existing GruTasks for same git_clone task
* Extend worker tests to reach 100 % statement coverage
* Bump acorn from 8.12.1 to 8.13.0
* Bump tslib from 2.7.0 to 2.8.0
* Allow enabling worker online limit in scalability test
* Log limit of online worker slots when starting websocket server
* Improve small mistakes in scalability test
* Check bookkeeping of ws connections by worker in `t/27-websockets.t`
* Ensure `lib/openQA/Worker` is fully covered by extending CI check
* Simplify code in command handler, avoid nested if block
* Cover all special cases of the command handler
* Test validation errors on worker registration and fix missing return
* Cover all lines of worker engine code or mark as uncoverable
* etc: Clarify how to set max_online_workers best
-------------------------------------------------------------------
Tue Oct 15 11:15:06 UTC 2024 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: openQA
version: 4.6.1728897629.cd422eac
mtime: 1728897629
commit: cd422eac54b0265822257b985ebc4c08b509d900
version: 4.6.1729175067.9ff0bc1e
mtime: 1729175067
commit: 9ff0bc1e87439639246f78454b6130a9c81e042f

View File

@ -90,7 +90,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 4.6.1728897629.cd422eac
Version: 4.6.1729175067.9ff0bc1e
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later