https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40174
--- Comment #6 from David Nind <[email protected]> --- Created attachment 183851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183851&action=edit Bug 40174 (and related bugs) - Test failues.txt I tested the bug_40180 branch from your repository. This is how I tested things: 1. Added the remote: git remote add joubu https://gitlab.com/joubu/Koha 2. Fetched the remote: git fetch joubu 3. Checked out the branch from the remote: git checkout -b bug_40180 joubu/bug_40180 4. yarn build 5. restart_all (maybe this should be a reset_all?) 6. Enabled the RESTBasicAuth system preference. 7. Ran individual tests for the dependent and related bugs - see [1] for the list 8. Ran all the cypress tests: perl /kohadevbox/misc4dev/run_tests.pl --run-cypress-tests-only - ERM/DataProviders_spec.ts and ERM/UsageReports_spec.ts failed, but I think they've been fixed now - KohaTable/Holdings_spec.ts sometimes failed for me [2] - KohaTable/KohaTable_spec.ts sometimes failed for me [3] 9. The tests related to bugs 40301 and 40320 failed for me. [1] All the interrelated bugs ============================= 40168 - Signed off - yarn cypress run --spec t/cypress/integration/KohaTable/Holdings_spec.ts 40169 - Signed off - yarn cypress run --spec t/cypress/integration/t/mockData.ts 40170 - yarn cypress run --spec t/cypress/integration/Auth/csrf.ts - yarn cypress run --spec t/cypress/integration/Islands/AcquisitionsMenu_spec.ts - yarn cypress run --spec t/cypress/integration/KohaTable/Holdings_spec.ts - yarn cypress run --spec t/cypress/integration/KohaTable/PatronSearch_spec.ts - yarn cypress run --spec t/cypress/integration/t/db.ts 40172 (Signed off) - No additional tests to run 40173 - yarn cypress run --spec t/cypress/integration/t/api-client.ts 40174 - yarn cypress run --spec t/cypress/integration/KohaTable/Holdings_spec.ts (failed??? passed when run before on 40168) - yarn cypress run --spec t/cypress/integration/t/insertData.ts 40175 - OMNIBUS bug (no actual patches) 40176 (Passed QA) - prove xt/api.t 40177 (Passed QA) - prove xt/api.t 40178 (Passed QA) - provec xt/api.t 40179 (Passed QA) - prove xt/api.t 40180 - yarn cypress run --spec t/cypress/integration/KohaTable/Holdings_spec.ts - yarn cypress run --spec t/cypress/integration/KohaTable/PendingHolds_spec.ts - yarn cypress run --spec t/cypress/integration/t/insertData.ts 40181 - Applied on top - yarn cypress run --spec t/cypress/integration/t/insertData.ts 40301 - Applied on top as well as 40281: both tests failed with and without 40281 - yarn cypress run --spec t/cypress/integration/t/insertData.ts - yarn cypress run --spec t/cypress/integration/KohaTable/CirculationHistory_spec.ts 40319 - Applied on top: OK - Follow the test plan in the bug (no tests to run yet) 40320 - Applied on top: tests fail for me [5] - Follow the test plan - Make sure the display of city, state and zipcode is the same as before the patch - yarn cypress run --spec t/cypress/integration/Patron/Address.ts [2], [3], [4], [5] - see attachment to the bug =============================================== -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
