DISPATCH-2078 Fix GitHub Actions SASL issue by using fqdn in sasldb#1160
DISPATCH-2078 Fix GitHub Actions SASL issue by using fqdn in sasldb#1160jiridanek wants to merge 1 commit into
Conversation
|
Funny thing. This sometimes works to fix the problem, and sometimes doesn't. See e.g. https://github.com/jiridanek/qpid-dispatch/runs/2432658131 for a passing run. The PR #1159 seems to work reliably, in contrast. |
|
GitHub Actions jobs have had some hostname/dns issues in the alst couple weeks, though they are meant to be fixed now: actions/runner-images#3185 (though could the fix be related to the issue?) |
|
well, perhaps not if you find recompiling Cyrus helps? Did the version of Cyrus change between older builds that work, and new ones that dont? |
|
Cyrus did not change.It's the same version since 2018 or so. There are patches in distros that do change, but Ubuntu did not update anything recently, as I was able to tell. I would be a bit mad if this turns out to be env issue resolving hostname. I almost learned to use gdb investigating this... Lets see how #1167 runs. |
|
Yeah, I dont know if it will help, I just thought it seemed potentially related. I had just saw there was a thread on builds@a.o about GitHub Actions host resolution, and then almost immediately after that noticed your JIRA/PR updates here mentioning FQQN settings relating to test failures, and thought....hmmm.... |
|
I did not find the GHA issue before, so thanks! Ok, now I probably should try #1167 and this #1160 together. Except, I can't add |
|
The next principled step in resolving this is probably for me to figure out why |
No description provided.