action #120834
[qe-core] tomcat: login to example app fails
0%
Description
Observation¶
From the looks of the test it seems like we're not even typing the username/password in the corresponding fields (but there is no video, so a bit hard to confirm)
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-tomcat@64bit fails in
tomcat
Test suite description¶
Maintainer: zluo@suse.de
Install and test tomcat on Tumbleweed.
Reproducible¶
Fails since (at least) Build 20221121
Expected result¶
Last good: 20221120 (or more recent)
Further details¶
Always latest result in this scenario: latest
History
#1
Updated by maritawerner 2 months ago
- Subject changed from tomcat: login to example app fails to [qe-core] tomcat: login to example app fails
#2
Updated by dimstar 2 months ago
https://openqa.opensuse.org/tests/2910344#next_previous
In the last week, the test had about a 50% success rate
#3
Updated by openqa_review about 1 month ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: tomcat
https://openqa.opensuse.org/tests/2974521#step/tomcat/1
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
Expect the next reminder at the earliest in 28 days if nothing changes in this ticket.
#7
Updated by zluo 24 days ago
the issue with check tomcat status can be resolved as above WIP PR.
but I cannot understand how login works in tomcat:
JspTest.pm
...
sub form() {
assert_screen('tomcat-form-example', TIMEOUT);
send_key('tab');
send_key('down');
for (1 .. 2) { send_key('ret'); }
if (check_screen('tomcat-click-save-login', 60)) {
assert_and_click('tomcat-click-save-login', timeout => TIMEOUT);
}
send_key('tab');
type_string('tomcat');
send_key('ret');
wait_still_screen;
assert_screen('tomcat-form-example-result', TIMEOUT);
}
...
#9
Updated by openqa_review 9 days ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: tomcat
https://openqa.opensuse.org/tests/3076658#step/tomcat/1
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
Expect the next reminder at the earliest in 28 days if nothing changes in this ticket.