https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34440 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com Keywords| |additional_work_needed --- Comment #89 from Jonathan Druart <jonathan.druart@gmail.com> --- It took me a long time to notice that this patchset was the culprit! https://jenkins.koha-community.org/job/Koha_Main/3019/consoleFull t/db_dependent/selenium/opac_holds.t is failing with 17:36:02 koha_1 | # Failed test 'Detail page - Place hold button should be absent. Authenticated - onshelfholds If all unavailable' 17:36:02 koha_1 | # at t/db_dependent/selenium/opac_holds.t line 402. 17:36:02 koha_1 | # got: 'Place hold' 17:36:02 koha_1 | # expected: 'Print' 17:36:02 koha_1 | # Looks like you failed 1 test of 7. 17:36:02 koha_1 | 17:36:02 koha_1 | # Failed test 'detail page' 17:36:02 koha_1 | # at t/db_dependent/selenium/opac_holds.t line 308. 17:36:02 koha_1 | # Looks like you failed 1 test of 5. 17:36:02 koha_1 | 17:36:02 koha_1 | # Failed test 'authenticated' 17:36:02 koha_1 | # at t/db_dependent/selenium/opac_holds.t line 310. Then lot of other tests, but I think we should focus on the first failure. You can recreate using: root@kohadevbox:koha$ perl ../misc4dev/run_tests.pl --run-all-tests Easier if you replace this line: - @prove_files = map { chomp ; $_ } qx{ ( find t/db_dependent/selenium -name '*.t' -not -name '00-onboarding.t' | sort ) ; ( find t xt -name '*.t' -not -path "t/db_dependent/selenium/*" | shuf ) }; + @prove_files = qw( t/db_dependent/selenium/01-installation.t t/db_dependent/selenium/opac_holds.t ); I have no idea what's going on, neither why it fails, but it fails :) -- You are receiving this mail because: You are watching all bug changes.