Accepting request 619223 from devel:openQA:tested
Update to 4.6.1530017682.0f384112 4.6.1530017682.0f384112 OBS-URL: https://build.opensuse.org/request/show/619223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=26
This commit is contained in:
commit
e19dfe45ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6173df62f026bf4c06536e428f5584bf85d9a33dfd664545bde2854b587b674d
|
|
||||||
size 8888333
|
|
3
openQA-4.6.1530017682.0f384112.obscpio
Normal file
3
openQA-4.6.1530017682.0f384112.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7af385b27c16def5e30b6dbf9de57b5afd21506f67a27ba389e891f97123ca37
|
||||||
|
size 8893453
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1530017682.0f384112:
|
||||||
|
* Allow 'assigned' state in fullstack.t (#1699)
|
||||||
|
* Move constants from Schema::Result::Jobs to a separate package (#1696)
|
||||||
|
* Remove leftovers of interacitve mode (#1697)
|
||||||
|
* Adapt fullstack test for the logging changes
|
||||||
|
* Adapt tests for the display of pid in the log in debug mode
|
||||||
|
* Print pids of processes in logs if log level is debug
|
||||||
|
* Avoid db locks on asset_lookup
|
||||||
|
* Treat the case when we could not update asset in critical section
|
||||||
|
* More protection for critical section in the cache
|
||||||
|
* Add other cache tests and more refactoring
|
||||||
|
* Try to bring coverage back
|
||||||
|
* Add locking test, and remove useless query in fullstack.t
|
||||||
|
* Reduce the critical section
|
||||||
|
* Avoid Perl 5.18 complain
|
||||||
|
* No need to import getcwd
|
||||||
|
* Do not run the cache test in parallel
|
||||||
|
* Reduce parallel processes for concurrency test to avoid travis to crash
|
||||||
|
* Wrap also toggle_asset_lock in lock_section
|
||||||
|
* Flip download = 0 from the same function used to toggle on/off
|
||||||
|
* Make the cache test more stable - add also option for stress test
|
||||||
|
* Add concurrent test for cache
|
||||||
|
* No need to init explictly anymore
|
||||||
|
* No need to export get_asset anymore
|
||||||
|
* Adapt cache and cache test to more OOP style
|
||||||
|
* Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock
|
||||||
|
* Fix wrapping of parser results (#1695)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com
|
Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1529433451.a70c6e82
|
Version: 4.6.1530017682.0f384112
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for openQA
|
Summary: Test package for openQA
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0+
|
||||||
BuildRequires: %{short_name} == %{version}
|
BuildRequires: %{short_name} == %{version}
|
||||||
BuildRequires: openQA-local-db
|
BuildRequires: openQA-local-db
|
||||||
ExcludeArch: i586
|
ExcludeArch: i586
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 26 12:54:52 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1530017682.0f384112:
|
||||||
|
* Allow 'assigned' state in fullstack.t (#1699)
|
||||||
|
* Move constants from Schema::Result::Jobs to a separate package (#1696)
|
||||||
|
* Remove leftovers of interacitve mode (#1697)
|
||||||
|
* Adapt fullstack test for the logging changes
|
||||||
|
* Adapt tests for the display of pid in the log in debug mode
|
||||||
|
* Print pids of processes in logs if log level is debug
|
||||||
|
* Avoid db locks on asset_lookup
|
||||||
|
* Treat the case when we could not update asset in critical section
|
||||||
|
* More protection for critical section in the cache
|
||||||
|
* Add other cache tests and more refactoring
|
||||||
|
* Try to bring coverage back
|
||||||
|
* Add locking test, and remove useless query in fullstack.t
|
||||||
|
* Reduce the critical section
|
||||||
|
* Avoid Perl 5.18 complain
|
||||||
|
* No need to import getcwd
|
||||||
|
* Do not run the cache test in parallel
|
||||||
|
* Reduce parallel processes for concurrency test to avoid travis to crash
|
||||||
|
* Wrap also toggle_asset_lock in lock_section
|
||||||
|
* Flip download = 0 from the same function used to toggle on/off
|
||||||
|
* Make the cache test more stable - add also option for stress test
|
||||||
|
* Add concurrent test for cache
|
||||||
|
* No need to init explictly anymore
|
||||||
|
* No need to export get_asset anymore
|
||||||
|
* Adapt cache and cache test to more OOP style
|
||||||
|
* Use transactions and wrap rollbacks in eval calls for further debug. Also enable exclusive transaction in toggle_asset_lock
|
||||||
|
* Fix wrapping of parser results (#1695)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com
|
Tue Jun 19 18:37:47 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1529433451.a70c6e82
|
version: 4.6.1530017682.0f384112
|
||||||
mtime: 1529433451
|
mtime: 1530017682
|
||||||
commit: a70c6e822ec402bdd48da733d1a86ba7052711a1
|
commit: 0f3841128ab61c427196a859bbe9c6592afd35bc
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@
|
|||||||
# runtime requirements that also the testsuite needs
|
# runtime requirements that also the testsuite needs
|
||||||
%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg)
|
%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg)
|
||||||
Name: openQA
|
Name: openQA
|
||||||
Version: 4.6.1529433451.a70c6e82
|
Version: 4.6.1530017682.0f384112
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openQA web-frontend, scheduler and tools
|
Summary: The openQA web-frontend, scheduler and tools
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: http://os-autoinst.github.io/openQA/
|
Url: http://os-autoinst.github.io/openQA/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user