https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38944 --- Comment #21 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Nind from comment #19)
Thanks Jonathan!
Still a few test failures:
Test Summary Report ------------------- t/db_dependent/selenium/01-installation.t (Wstat: 65280 (exited 255) Tests: 2 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 2.
Should be fixed by the last patch.
t/db_dependent/Koha/SearchEngine/Elasticsearch/Indexer.t (Wstat: 2816 (exited 11) Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 11 Parse errors: Bad plan. You planned 5 tests but ran 3. t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t (Wstat: 5632 (exited 22) Tests: 4 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 14 tests but ran 4.
They are passing for me. Do they pass on main?
t/db_dependent/api/v1/erm_sushi_services.t (Wstat: 256 (exited 1) Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 1
This is currently failing on main.
xt/find-misplaced-executables.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/00-testcritic.t (Wstat: 0 Tests: 3245 Failed: 1) Failed test: 3245 Parse errors: Plan (1..3244) must be at the beginning or end of the TAP output Bad plan. You planned 3244 tests but ran 3245. xt/verify-yarnlock.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 xt/find-license-problems.t (Wstat: 256 (exited 1) Tests: 1378 Failed: 1) Failed test: 814 Non-zero exit status: 1 Files=733, Tests=18916, 2790.29 wallclock secs ( 5.20 usr 1.93 sys + 2999.38 cusr 571.04 csys = 3577.55 CPU) Result: FAIL
What's the output of those ones? This patchset does not modify them so I guess they also fail on main. -- You are receiving this mail because: You are watching all bug changes.