Actions
action #34990
closed[functional][sle][u][fast] Add workaround for bsc#1064438 - "openQA test fails in dns_srv - "bind" cannot resolve localhost after installation"
Status:
Resolved
Priority:
High
Assignee:
Category:
Enhancement to existing tests
Target version:
Start date:
2018-04-15
Due date:
2018-04-24
% Done:
0%
Estimated time:
Difficulty:
Description
Motivation¶
"dns_srv" is failing on bsc#1064438 where the bug assignee is very responsive but it is not clear if the test case even is valid. As many s390x tests fail on dns_srv and can not progress further and we have less failures on other test modules for SLE15 now we should make sure tests do not fail on "dns_srv" anymore.
Acceptance criteria¶
- AC1: tests do not fail in dns_srv on bsc#1064438 anymore
Suggestions¶
- Implement suggestions mentioned in bsc#1064438
Updated by SLindoMansilla over 6 years ago
- Status changed from Workable to In Progress
- Assignee set to SLindoMansilla
Suggestions from: https://bugzilla.suse.com/show_bug.cgi?id=1064438#c28
We could improve this test by:
1: Use dig instead of host (host is deprecated anyway)
2: Supply the IP (v6 _and_ v4) explicitly while resolving the request (this avoids the first resolving over /etc/hosts)
3: Run "dig localhost @localhost" in a third step to also test this weird, chained resolving
Updated by SLindoMansilla over 6 years ago
- Status changed from In Progress to Feedback
First step, don't fail.
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4913
Merged. Verified on OSD:
Updated by SLindoMansilla over 6 years ago
- Status changed from Feedback to In Progress
Continuing with suggestion to improve coverage.
Updated by mgriessmeier over 6 years ago
- Status changed from In Progress to Resolved
setting to resolved, handling following steps in a new ticket (Sergio will take care about this)
Updated by SLindoMansilla over 6 years ago
- Related to action #35401: [functional][sle][u] dns_srv: Improve test coverage by changing deprecated 'hostname' with 'dig' added
Actions