There are also two failing nightwatch tests: 1. nightwatch/src/staff/catalog/holdingsView.spec.ts -- this is failing because the holdings view tab no longer loads in the catalog record view. Good test, it caught a problem! 2. nightwatch/src/staff/admin/local/course/course-list.spec.ts -- this is failing because there are now more courses in the concerto data set, so the test's data gets pushed to the next page of the grid and it doesn't see it on the screen. Bad test, it is failing when there isn't actually a problem. We could make it more robust by having it request, say, 50 rows/page in this grid instead of the default 10.
I created a new bug to track the 3 failures <https://bugs.launchpad.net/evergreen/+bug/2043437>. El lun, 13 nov 2023 a la(s) 17:38, Jane Sandberg ([email protected]) escribió: > Hi colleagues, > > There is now a rel_3_12 branch, please push bug fixes to it, but consider > it frozen for features after today. Please push any new features to main > instead, so that they can be included in the next minor or major release. > > Also, please note: the rel_3_12 branch defaults to use ejabberd, while the > main branch defaults to use redis (although you can still use ejabberd by > making > these changes to opensrf_core.xml > <https://git.evergreen-ils.org/?p=working/Evergreen.git;a=blobdiff;f=Open-ILS/examples/opensrf_core.xml.example;h=2e3493962c9fe4bb0f17b835fe112224360842d4;hp=3537e30c2c90f73f6f17453a88513707dbae7343;hb=0908a3d1d77661f33088a4e85894978d36d3c24b;hpb=66e02da124eabf23aee8415d83b61038f0293e4e> > ). > > I am seeing a test failure in perl live test 35-multiclass-search.t; I > would appreciate any help in figuring out that issue before we build the > beta on Wednesday. > > Cheers, > > The 3.12 release team >
_______________________________________________ Evergreen-dev mailing list [email protected] http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
