Commit b863cec
committed
testsuite: workaround possible bind() to hostname interface
Problem: A test in t0019-tbon-config.t fails in github ci with an error
error binding to tcp://10.1.1.7:*: Cannot assign requested address
This occurs when `--network=host` is used with docker in the github
runner environment for unknown reason. Work around the failure by
allowing the test to pass either if the `flux start` invocation
succeeds, or if the test encounters the error above.
Fixes #68121 parent 3b1ad4c commit b863cec
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
79 | 84 | | |
80 | | - | |
81 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
0 commit comments