action #17396
closed[sle][functional] gensslcert times out after 600s because it cannot find a suitable prime number
100%
Description
Find out if 600s should be enough to generate certificate.
If yes - create bug report
If no - increate timeout
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-aarch64-minimal+base@aarch64 fails in
apache_ssl
Reproducible¶
Fails since (at least) Build 0256 (current job)
Expected result¶
Last good: 0253 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by qmsu almost 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
I tried to reproduce the issue manually, but gensslcert command worked as expected on both aache64 real target and virtual machine.
According to the test results on latest build of SLE12 SP3 Server (build0267), the apache_ssl test is successful.
So there is no product issue here, the failure only occurs occasionally in over-loaded VM.
It takes about 8 minutes to run gensslcert command on a very slow aarch64 virtual machine.
So seems there is no need to increase the timeout of the test case.
Close this issue without further action.
Updated by nicksinger over 7 years ago
- Related to action #19536: [sle][functional] Test fails in apache_ssl because it takes to long to find a suitable prime number added
Updated by nicksinger over 7 years ago
For whatever reason I cannot reopen this issue here so lets just continue the issue here: https://progress.opensuse.org/issues/19536
I've added some suggestions in poo#19536 to mitigate the issue in the future.
Updated by okurz over 7 years ago
- Status changed from Closed to Resolved
this is why I suggest to not use "closed" because only admins of the progress project can use it.
Updated by nicksinger over 7 years ago
- Related to deleted (action #19536: [sle][functional] Test fails in apache_ssl because it takes to long to find a suitable prime number)
Updated by nicksinger over 7 years ago
- Is duplicate of action #19536: [sle][functional] Test fails in apache_ssl because it takes to long to find a suitable prime number added
Updated by nicksinger over 7 years ago
- Status changed from Resolved to In Progress
I've to reopen this. Happens here again: https://openqa.suse.de/tests/1036083#step/apache_ssl/10
This time it ran on mustang (one of our arm workers) which was maybe in addition also loaded.
IMHO we shouldn't just bump up the timeout but really make sure if primes can be found by checking the output for asterisk (*).
Updated by nicksinger over 7 years ago
- Subject changed from gensslcert times out after 600s to [sle][functional] gensslcert times out after 600s because it cannot find a suitable prime number
Updated by nicksinger over 7 years ago
- Status changed from In Progress to Rejected
Updated by nicksinger over 7 years ago
- Status changed from Rejected to In Progress
Updated by qmsu over 7 years ago
The aarch64 worker in o.s.d was over-loaded?
apache_ssl passed on a temp aarch64 work (the worker is also slow but gensslcert finished within 600s):
http://147.2.207.208/tests/662#step/apache_ssl/43
Updated by qmsu over 7 years ago
- Status changed from In Progress to Feedback
I find it is really impossible to recreate the issue: I setup an aarch64 worker locally to run apache_ssl test case, but it never failed due to gensslcert timeout (Even the aarch64 host is loaded).
Seems the test is also passed on o.s.d:
https://openqa.suse.de/tests/1057969#step/apache_ssl/1
Updated by okurz almost 7 years ago
- Status changed from Feedback to Resolved
- Assignee changed from qmsu to okurz
I guess I fixed it with https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4265