Quick note, from Jenkins: D8 - Took 38 min on Docker_1 D9 - Took 53 min on Docker_1 That needs to be investigated, and recreated in a proper benchmarking env.
It is for sure because of our dependencies madness (i.e. things like OAuth don't currently work unless you cpan CryptX) and the same must be happening to other libs that make tests skip.
On D8: koha_1 | [10:55:44] t/db_dependent/api/v1/oauth.t ........................................... ok 2013 ms On D9: 15:35:25 koha_1 | [14:35:25] t/db_dependent/api/v1/oauth.t ........................................... skipped: Net::OAuth2::AuthorizationServer not available It's 2 seconds, and it's the reverse :)
(In reply to Jonathan Druart from comment #2) > On D8: > koha_1 | [10:55:44] t/db_dependent/api/v1/oauth.t > ........................................... ok 2013 ms > > On D9: > 15:35:25 koha_1 | [14:35:25] t/db_dependent/api/v1/oauth.t > ........................................... skipped: > Net::OAuth2::AuthorizationServer not available > > It's 2 seconds, and it's the reverse :) It was just an example.
I've activated the "timestamp in output log" for all Master jobs.