Actions
action #68284
closedSelenium tests fail with "sendKeysToElement: Server returned error message" on CircleCI
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2020-06-22
Due date:
% Done:
0%
Estimated time:
Description
Selenium tests fail on CircleCI. The full error message looks like this:
[09:02:09] t/ui/10-tests_overview.t ............... 9/?
Bailout called. Further testing stopped: sendKeysToElement: Server returned error message Server closed connection without sending any data back at /usr/lib/perl5/vendor_perl/5.26.1/Net/HTTP/Methods.pm line 391. at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm:103
make[2]: *** [Makefile:168: test-unit-and-integration] Terminated
make[1]: *** [Makefile:163: test-with-database] Terminated
make: *** [Makefile:137: test-ui] Terminated
Too long with no output (exceeded 10m0s): context deadline exceeded
Bailout called. … SeleniumTest.pm:103
is printed soon after the test is started. Then it hangs until the "deadline is exceeded" an the rest of the output is printed.- It seems that all tests using
$driver->send_keys
are affected. It doesn't seem to be a general timeout/limit because when reordering tests so10-tests_overview.t
runs at the beginning the test fails immediately. - The problem can not be reproduced locally under Tumbleweed.
Actions