[Koha-bugs] [Bug 31199] selenium/patrons_search.t is failing randomly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 03:28:41 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31199

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|chris at bigballofwax.co.nz    |dcook at prosentient.com.au

--- Comment #25 from David Cook <dcook at prosentient.com.au> ---
I might be wrong but I think that the test is failing because a high volume of
requests is causing both Starman workers to restart at the same time. 

You can manually reload the Starman workers to force the tests to fail in this
way.

By increasing the max retries for Selenium, the test script will be able to
survive a full Starman reload. 

Of course, I think that Bug 35284 is also important. If the unit tests weren't
firing off more requests than we want/expect, then the server load would be
less, and it would be less likely to trigger a Starman reload. 

But this patch on Bug 31199 should be enough to stop the random failing - I
hope.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list