-
Bug
-
Resolution: Done
-
Normal
-
openshift-4.12.z
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
uShift Sprint 233
-
None
-
None
-
None
Description of problem:
Running the unit test suite includes testing configuration code, which invokes getAllHostnames() in pkg/config/config.go. That function sometimes blocks on my ARM VM running RHEL 9.
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Sporadic
Steps to Reproduce:
1. make test or 1. go test -v -mod=vendor -tags 'include_gcs include_oss containers_image_openpgp gssapi providerless netgo osusergo' ./pkg/config/
Actual results:
Test process blocks
Expected results:
Tests run quickly
Additional info: