Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2018-02-06 16:51:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Tue Feb 6 16:51:06 2018 rev:10 rq:573302 version:4.5.1517920216.2250682a Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2018-01-24 15:32:05.109926309 +0100 +++ /work/SRC/openSUSE:Factory/.openQA.new/openQA.changes 2018-02-06 16:51:08.206499539 +0100 @@ -1,0 +2,24 @@ +Tue Feb 06 12:30:26 UTC 2018 - [email protected] + +- Update to version 4.5.1517920216.2250682a: + * Take latest version of Selenium::Remote::Driver (#1570) + * Big rework of the GRU limit_asset task (#1569) + * Fix broken links in openQA documents + * Update Installing.asciidoc + * Add pager for comments on group overview (#1561) + * Add help box for group filter + * Fix testsuite descriptions if default config not present (#1554) + * Test subgroup filter and form + * Allow to expand nested groups by default + * Add filter for subgroups + * Check qemu pid before starting job (#1565) + * Require < 1.21 of Selenium::Remote::Driver + * Downgrading selenium drivers during test phase + +------------------------------------------------------------------- +Tue Jan 30 14:03:22 UTC 2018 - [email protected] + +- add fonts for chromium test suite - and remove currently broken + tests (https://progress.opensuse.org/issues/19652) + +------------------------------------------------------------------- Old: ---- openQA-4.5.1516716144.98db9c99.tar.xz New: ---- openQA-4.5.1517920216.2250682a.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.N5Gytc/_old 2018-02-06 16:51:09.102457582 +0100 +++ /var/tmp/diff_new_pack.N5Gytc/_new 2018-02-06 16:51:09.106457395 +0100 @@ -36,7 +36,7 @@ # 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) Name: openQA -Version: 4.5.1516716144.98db9c99 +Version: 4.5.1517920216.2250682a Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0+ @@ -84,6 +84,10 @@ %if %{with tests} BuildRequires: chromedriver BuildRequires: chromium +BuildRequires: glibc-locale +# pick a font so chromium has something to render - doesn't matter so much +BuildRequires: dejavu-fonts +BuildRequires: google-roboto-fonts BuildRequires: perl-App-cpanminus BuildRequires: perl(DBD::SQLite) BuildRequires: perl(Mojo::RabbitMQ::Client) @@ -193,13 +197,18 @@ # we don't really need the tidy test rm -f t/00-tidy.t +# currently broken in OBS +#rm -f ./t/24-worker.t ./t/api/09-comments.t ./t/ui/07-file.t ./t/ui/13-admin.t ./t/ui/15-comments.t ./t/ui/18-tests-details.t ./t/ui/19-tests-links.t ./t/05-scheduler-dependencies.t + %if %{with tests} #make test rm -rf %{buildroot}/DB -#./t/test_postgresql %{buildroot}/DB -#export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB" -OBS_RUN=1 prove -r -j2 -v -#pg_ctl -D %{buildroot}/DB stop +export LC_ALL=en_US.UTF-8 +./t/test_postgresql %{buildroot}/DB +export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB" +MOJO_LOG_LEVEL=debug OBS_RUN=1 prove -rv || true +pg_ctl -D %{buildroot}/DB stop +rm -rf %{buildroot}/DB %endif %install ++++++ openQA-4.5.1516716144.98db9c99.tar.xz -> openQA-4.5.1517920216.2250682a.tar.xz ++++++ ++++ 1846 lines of diff (skipped)
