https://jenkins.koha-community.org/job/Koha_Master_D8/433/consoleFull koha_1 | # Failed test 'With enrolmentperiod defined and no parameter, ->get_expiry_date should return today + enrolmentperiod' koha_1 | # at t/db_dependent/Koha/Patron/Categories.t line 78. koha_1 | # got: '2019-04-13T17:30:30' koha_1 | # expected: '2019-04-13T17:30:29' koha_1 | # Looks like you failed 1 test of 5. koha_1 | koha_1 | # Failed test 'get_expiry_date' koha_1 | # at t/db_dependent/Koha/Patron/Categories.t line 85. koha_1 | # Looks like you failed 1 test of 10. koha_1 | [17:30:30] t/db_dependent/Koha/Patron/Categories.t ........................
Created attachment 74175 [details] [review] Bug 20584: Prevent Koha/Patron/Categories.t to fail randomly Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 18.05
Pushed to stable for 17.11.6
I prefer not to push to this one and Bug 19176 on 17.05.x
(In reply to Fridolin SOMERS from comment #4) > I prefer not to push to this one and Bug 19176 on 17.05.x Why that? It only affects tests and will prevent random failures.
(In reply to Jonathan Druart from comment #5) > (In reply to Fridolin SOMERS from comment #4) > > I prefer not to push to this one and Bug 19176 on 17.05.x > > Why that? It only affects tests and will prevent random failures. Bug 19176 is complex, I want to stabilize 17.05.x and focus on 17.11.x soon.