https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40934
--- Comment #3 from Marion Durand <[email protected]> --- Hello, Thank you for your patch. I tried to test but in the first step of the test plan, some test failed. Is it On a brand new ktd on main, I applied both patches and used the command `ktd --shell --run 'prove t/db_dependent/Letters.t'` I have some test failed, I tried to restart_all then launch the test again but the results is the same. Is it a problem on my setup ? Here is the full test results : ``` # Failed test 'PREDUEDGST message processed' # at t/db_dependent/Letters.t line 1916. # got: 'sent' # expected: 'failed' # Failed test 'ACQ_NOTIF message processed' # at t/db_dependent/Letters.t line 1917. # got: 'sent' # expected: 'failed' # Failed test 'TEST_MESSAGE message processed' # at t/db_dependent/Letters.t line 1918. # got: 'sent' # expected: 'failed' # Failed test 'ACQ_NOTIF message processed' # at t/db_dependent/Letters.t line 1935. # got: 'sent' # expected: 'failed' # Failed test 'TEST_MESSAGE message processed' # at t/db_dependent/Letters.t line 1936. # got: 'sent' # expected: 'failed' # Failed test 'ACQ_NOTIF message processed' # at t/db_dependent/Letters.t line 1950. # got: 'sent' # expected: 'failed' # Looks like you failed 6 tests of 10. # Failed test 'Test exclude_letter_code parameter for SendQueuedMessages' # at t/db_dependent/Letters.t line 1952. # Looks like you planned 105 tests but ran 106. # Looks like you failed 1 test of 106 run. t/db_dependent/Letters.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/105 subtests Test Summary Report ------------------- t/db_dependent/Letters.t (Wstat: 256 (exited 1) Tests: 106 Failed: 2) Failed tests: 105-106 Non-zero exit status: 1 Parse errors: Bad plan. You planned 105 tests but ran 106. Files=1, Tests=106, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.17 cusr 0.61 csys = 3.81 CPU) Result: FAIL ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
