action #54602
closed[kernel[publiccloud] aws ec2 describe-image --dry-run always failing
0%
Description
Observation¶
all EC2 tests currently failing during check_credentials phase because they can not bypass "aws ec2 describe-image --dry-run" call
Test suite description¶
Test will measure boot time of SLE image inside Public Cloud providers ( Amazon,Microsoft, Google )
Reproducible¶
Fails since (at least) Build 1.38 (current job)
Expected result¶
Last good: 1.38 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by jlausuch over 5 years ago
- Status changed from New to In Progress
- Assignee set to jlausuch
Updated by jlausuch over 5 years ago
What I found out so far is that the first time it runs the command "aws ec2 describe-image --dry-run " takes around 3 minutes, the next times you run it it takes around 1 second.
Maybe there is some issue of trying to run a aws command with the recent created credentials and AWS needs just some time before using them, but not sure this is the problem here.
Anyway, it's easy solvable by increasing the timeout of the command to some value >3 minutes or simply sleeping a bit before running the first command.
Updated by jlausuch over 5 years ago
Updated by jlausuch over 5 years ago
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/8012 to increase the timeout.
Another solution could have been to wait a bit the first time we run the command.
Updated by jlausuch over 5 years ago
- Status changed from In Progress to Resolved
working again in OSD https://openqa.suse.de/tests/3129035
Updated by jlausuch over 5 years ago
- Status changed from Resolved to Closed
- Target version changed from 445 to 457
Updated by pcervinka over 4 years ago
- Target version changed from 457 to QE Kernel Done