https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20644 --- Comment #55 from Shi Yao Wang <shi-yao.wang@inLibro.com> --- (In reply to Lisette Scheer from comment #54)
I'm not seeing un-tidyness in the current db update.
Tests failed for me as well: Test Summary Report ------------------- /kohadevbox/koha/t/db_dependent/Koha/ItemTypes.t (Wstat: 2816 (exited 11) Tests: 16 Failed: 0) Non-zero exit status: 11 Parse errors: Bad plan. You planned 19 tests but ran 16. Files=1, Tests=16, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.08 cusr 0.12 csys = 1.22 CPU) Result: FAIL
* Proving /kohadevbox/koha/t/db_dependent/Patron/Borrower_PrevCheckout.t FAIL Error: value hash contains unrecognized columns: checkprevcheckout at /kohadevbox/koha/t/lib/TestBuilder.pm line 311. # Looks like your test exited with 11 just after 2. /kohadevbox/koha/t/db_dependent/Patron/Borrower_PrevCheckout.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 170/172 subtests
Test Summary Report ------------------- /kohadevbox/koha/t/db_dependent/Patron/Borrower_PrevCheckout.t (Wstat: 2816 (exited 11) Tests: 2 Failed: 0) Non-zero exit status: 11 Parse errors: Bad plan. You planned 172 tests but ran 2. Files=1, Tests=2, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.91 cusr 0.08 csys = 1.00 CPU) Result: FAIL
Here is what I get:
Test Summary Report ------------------- t/00-check-atomic-updates.t (Wstat: 256 (exited 1) Tests: 2 >Failed: 1) Failed test: 1 Non-zero exit status: 1 t/00-deprecated.t (Wstat: 256 (exited 1) Tests: 2 >Failed: 1) Failed test: 2 Non-zero exit status: 1 t/Creators.t (Wstat: 512 (exited 2) Tests: 42 >Failed: 2) Failed tests: 12, 14 Non-zero exit status: 2 Files=76, Tests=2220, 37 wallclock secs ( 0.27 usr 0.08 sys + 29.19 cusr 3.41 >csys = 32.95 CPU) Result: FAIL
the tests that fail except "t/00-check-atomic-updates.t" were already failing before the patches I'm not using kohadevbox so maybe that's why? -- You are receiving this mail because: You are watching all bug changes.