Project

General

Profile

action #121042

Updated by robert.richardson over 1 year ago

## Observation 
 ``` 
 [12:42:18] t/ui/15-comments.t ......................... 12/? get: unexpected alert open: {Alert text : The comment text mustn't be empty.} at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm:81 at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm line 84. 
         
	 OpenQA::SeleniumTest::__ANON__(Test::Selenium::Chrome=HASH(0x55cbb5d49500), "Error while executing command: get: unexpected alert open: {A"..., HASH(0x55cbb2ea54f0), HASH(0x55cbb621f7c0)) called at /usr/lib/perl5/vendor_perl/5.26.1/Selenium/Remote/Driver.pm line 356 
         
	 Selenium::Remote::Driver::catch {...} ("Error while executing command: get: unexpected alert open: {A"...) called at /usr/lib/perl5/vendor_perl/5.26.1/Try/Tiny.pm line 123 
         
	 Try::Tiny::try(CODE(0x55cbb6206820), Try::Tiny::Catch=REF(0x55cbb61f4f10)) called at /usr/lib/perl5/vendor_perl/5.26.1/Selenium/Remote/Driver.pm line 361 
         
	 Selenium::Remote::Driver::__ANON__(CODE(0x55cbb5ac8590), Test::Selenium::Chrome=HASH(0x55cbb5d49500), HASH(0x55cbb2ea54f0), HASH(0x55cbb621f7c0)) called at (eval 1713)[/usr/lib/perl5/vendor_perl/5.26.1/Class/Method/Modifiers.pm:89] line 1 
         
	 Selenium::Remote::Driver::__ANON__(Test::Selenium::Chrome=HASH(0x55cbb5d49500), HASH(0x55cbb2ea54f0), HASH(0x55cbb621f7c0)) called at (eval 1715)[/usr/lib/perl5/vendor_perl/5.26.1/Class/Method/Modifiers.pm:148] line 2 
         
	 Selenium::Remote::Driver::_execute_command(Test::Selenium::Chrome=HASH(0x55cbb5d49500), HASH(0x55cbb2ea54f0), HASH(0x55cbb621f7c0)) called at /usr/lib/perl5/vendor_perl/5.26.1/Selenium/Remote/Driver.pm line 946 
         
	 Selenium::Remote::Driver::get(Test::Selenium::Chrome=HASH(0x55cbb5d49500), "/group_overview/1001") called at t/ui/15-comments.t line 493 
         
	 main::__ANON__() called at /usr/lib/perl5/5.26.1/Test/Builder.pm line 309 
         
	 eval {...} called at /usr/lib/perl5/5.26.1/Test/Builder.pm line 309 
         
	 Test::Builder::subtest(Test::Builder=HASH(0x55cba96c1160), "group overview: /group_overview/1001", CODE(0x55cbb61ec710)) called at /usr/lib/perl5/5.26.1/Test/More.pm line 807 
         
	 Test::More::subtest("group overview: /group_overview/1001", CODE(0x55cbb61ec710)) called at t/ui/15-comments.t line 505 
         
	 main::__ANON__() called at /usr/lib/perl5/5.26.1/Test/Builder.pm line 309 
         
	 eval {...} called at /usr/lib/perl5/5.26.1/Test/Builder.pm line 309 
         
	 Test::Builder::subtest(Test::Builder=HASH(0x55cba96c1160), "editing when logged in as regular user", CODE(0x55cbb61e0128)) called at /usr/lib/perl5/5.26.1/Test/More.pm line 807 
         
	 Test::More::subtest("editing when logged in as regular user", CODE(0x55cbb61e0128)) called at t/ui/15-comments.t line 506 
 [12:42:18] t/ui/15-comments.t ......................... 13/? # Tests were run but no plan was declared and done_testing() was not seen. 
 [12:42:18] t/ui/15-comments.t .........................         Dubious, test returned 254 (wstat 65024, 0xfe00) 
 All 13 subtests passed 
 ``` 
 (see https://app.circleci.com/pipelines/github/os-autoinst/openQA/10659/workflows/5fa05316-b883-48e5-9680-571ca7baf77b/jobs/99866/steps) 

 I've encountered it only once so far and retrying helped. Likely it happens only very rarely. 

 ## Acceptance criteria 
 * **AC1:** Sporadic issue no longer appears 

 ## Suggestions 
 * Use Circle CI ssh feature to debug (since it has not been replicated locally) 

Back