SHA256
2
0
forked from pool/openQA

Offline generation of 4.6.1563452417.5a40564d

4.6.1563452417.5a40564d
4.6.1563452417.5a40564d

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=245
This commit is contained in:
2019-07-18 16:28:32 +00:00
committed by Git OBS Bridge
parent 11ae367d92
commit 2ad1881940
9 changed files with 90 additions and 60 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Jul 18 16:28:15 UTC 2019 - coolo@suse.com
- Update to version 4.6.1563452417.5a40564d:
* Make sure all four levels of API access have named routes for plugins and tests
* Prevent cleaning pool directory in worker availability check
* Add helper script 'openqa-label-all'
* Set log for failing to stop cmd srv to info level
* Do not fail fullstack test when connection closed
* Extend unit tests for OpenQA::Worker
* Do not stop current job twice when stopping during setup
* Remove unused function from worker
* Remove check for cpu_opmode from worker test
* Stop job directly with reason 'api-failure' on API failures
* Give the API authentication routes plugins will use names and test them
* Log sent commands in the developer console as well
* Replay commands send though developer console while offline
* Fix test doing an equality check on an exception instead of a regular expression comparison
* Adapt codecov target to current coverage
* Default to HTTPS instead of HTTP with openqa-client
* .travis.yml: Save travis CI some testing time
* Add Test::More based error handler to SeleniumTest
-------------------------------------------------------------------
Mon Jul 15 16:24:19 UTC 2019 - coolo@suse.com