[Bug 33263] New: selenium/patrons_search.t is failing randomly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Bug ID: 33263 Summary: selenium/patrons_search.t is failing randomly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart+koha@gmail.com Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org 21:02:22 koha_1 | STRACE: /usr/share/perl5/Try/Tiny.pm:123 in Selenium::Remote::Driver::catch {...} 21:02:22 koha_1 | /usr/share/perl5/Selenium/Remote/Driver.pm:361 in Try::Tiny::try 21:02:22 koha_1 | (eval 544):1 in Selenium::Remote::Driver::__ANON__ 21:02:22 koha_1 | (eval 546):2 in Selenium::Remote::Driver::__ANON__ 21:02:22 koha_1 | (eval 518):17 in Selenium::Remote::Driver::_execute_command 21:02:22 koha_1 | /usr/share/perl5/Selenium/Remote/WebElement.pm:63 in Selenium::Remote::WebElement::_execute_command 21:02:22 koha_1 | t/db_dependent/selenium/patrons_search.t:305 in Selenium::Remote::WebElement::click 21:02:22 koha_1 | /usr/share/perl/5.32/Test/Builder.pm:334 in main::__ANON__ 21:02:22 koha_1 | /usr/share/perl/5.32/Test/Builder.pm:334 in (eval) 21:02:22 koha_1 | /usr/share/perl/5.32/Test/More.pm:809 in Test::Builder::subtest 21:02:22 koha_1 | t/db_dependent/selenium/patrons_search.t:329 in Test::More::subtest 21:02:22 koha_1 | /usr/share/perl/5.32/Test/Builder.pm:334 in main::__ANON__ 21:02:22 koha_1 | /usr/share/perl/5.32/Test/Builder.pm:334 in (eval) 21:02:22 koha_1 | /usr/share/perl/5.32/Test/More.pm:809 in Test::Builder::subtest 21:02:22 koha_1 | t/db_dependent/selenium/patrons_search.t:340 in Test::More::subtest 21:02:22 koha_1 | 21:02:22 selenium_1 | 1678996938891 Marionette INFO Stopped listening on port 46123 21:02:22 selenium_1 | JavaScript error: resource:///modules/Interactions.jsm, line 230: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIUserIdleService.removeIdleObserver] 21:02:22 selenium_1 | 20:02:19.387 INFO [ActiveSessions$1.onStop] - Removing session 271bae1c-da93-47f1-8ae7-3192cd7be69e (org.openqa.selenium.firefox.GeckoDriverService) 21:02:22 koha_1 | # Looks like you planned 7 tests but ran 3. 21:02:22 koha_1 | 21:02:22 koha_1 | # Failed test 'remember_search' 21:02:22 koha_1 | # at t/db_dependent/selenium/patrons_search.t line 329. 21:02:22 koha_1 | # Looks like you failed 1 test of 25. 21:02:22 koha_1 | 21:02:22 koha_1 | # Failed test 'Search patrons' 21:02:22 koha_1 | # at t/db_dependent/selenium/patrons_search.t line 340. 21:02:22 koha_1 | Error while executing command: stale element reference: The element reference of <input id="check58" class="selection" name="borrowernumber" type="checkbox"> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed at /usr/share/perl5/Selenium/Remote/Driver.pm line 411. 21:02:22 koha_1 | at /usr/share/perl5/Selenium/Remote/Driver.pm line 356. 21:02:22 koha_1 | # Looks like your test exited with 255 just after 1. 21:02:22 koha_1 | [20:02:19] t/db_dependent/selenium/patrons_search.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=31199 Blocks| |25551 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- This is different than bug 31199. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29971 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971 [Bug 29971] Remember selections across patron search pages -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 148324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148324&action=edit Bug 33263: Fix random failure in patrons_search.t There is a missing wait_for_ajax. After we click "next", we need to make sure we are using the correct response. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Koha_Master/2428 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.04 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 --- Comment #5 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Nice work everyone! Pushed to stable for 22.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #6 from Lucas Gass <lucas@bywatersolutions.com> --- Doesn't apply clean to 22.05.x, needs rebase -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Bug 33263 depends on bug 29971, which changed state. Bug 29971 Summary: Remember selections across patron search pages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33263 Bug 33263 depends on bug 29971, which changed state. Bug 29971 Summary: Remember selections across patron search pages https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29971 What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org