Summary: | Test suite execution time | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Chris Cormack <chris> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | martin.renvoize, nick, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Jonathan Druart
2020-03-05 16:55:49 UTC
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. |