Bug 36429

Summary: t/db_dependent/Cache.t fails on D11
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2024-03-26 12:58:55 UTC
Doesn't fail for me when run locally, but fails on D11:

koha_1       | #   Failed test 'Data retrieved from cache'
koha_1       | #   at t/db_dependent/Cache.t line 106.
koha_1       | #          got: '2'
koha_1       | #     expected: '1'
koha_1       | 
koha_1       | #   Failed test 'Constructor called again when timeout reached'
koha_1       | #   at t/db_dependent/Cache.t line 109.
koha_1       | #          got: '3'
koha_1       | #     expected: '2'
koha_1       | 
koha_1       | #   Failed test 'Constructor not called after storing value'
koha_1       | #   at t/db_dependent/Cache.t line 112.
koha_1       | #          got: '3'
koha_1       | #     expected: '2'
koha_1       | # Looks like you failed 3 tests of 44.
koha_1       | [11:15:19] t/db_dependent/Cache.t ...................................................... 
koha_1       | Dubious, test returned 3 (wstat 768, 0x300)
koha_1       | Failed 3/44 subtests
Comment 1 Jonathan Druart 2024-08-28 13:38:33 UTC
Looks like it hasn't fail recently. Closing for now.