https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31199
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #25 from David Cook <[email protected]> --- 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. _______________________________________________ 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/
