-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNS tests are failing deterministically in CI #48751
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Details
We probably need to disable the failing tests right now as apparently something changed in the dns detection which is causing these tests to fail deterministically in CI. cc @dotnet/ncl
|
Do you know if anything changed with infrastructure @MattGal ? From the logs it seems like the instance cannot resolve it's own name. I'll keep looking as it is not clear why this would happen only on particular distro. |
Interesting; I know of no intentional changes from this but Weds. is rollout days so if something changed, it would have been yesterday. Taking a look. |
Ah. SLES 15. Yes, we did update this one yesterday, because SUSE deleted the SLES 15 SP1 image from the gallery, forcing us onto SP2. I'll check it out and see if there's anything we can do and report back. Tracking issue: https://github.com/dotnet/core-eng/issues/12333 |
thanks @MattGal. If needed, I can help with the investigation. |
cc @dnceng for visibility. |
@dotnet/dnceng also |
the problem comes from including git-core, I am looking at working around it. |
Failed again in runtime 20210225.61 Failed test:
Error message:
|
@VincentBu yes, while I have a lead on what caused this, the earliest this will be fixed on the machines is next Weds. I was under the impression from @wfurt this test was disabled on that platform for the time being? |
Yes, the tests are already disabled. |
@MattGal @ViktorHofer did the DNS get fixed in CI? Should we re-enable the tests? |
It's hard to be certain since the tests are off, but in retrospect we were definitely having global issues with DNS in Azure machines that have subsided (down to a single domain that may have problems from creating hosts fast?) in the March timeframe. I'd say it's worth a try, since various things have changed since Mar. 3. I'll take a stab when I finish my inbox but the tricky part is with your test disabled I don't have a simple repro path. |
@karelz sorry for the delay. The workaround I made for the strange symptom from before (inability to resolve the local host) is still holding, so yes you should reenable these tests on SLES 15. |
The tests were failing previously due to infra on SLES, which is now fixed. We can re-enable the tests. Fixes #48751
https://dev.azure.com/dnceng/public/_build/results?buildId=1011172&view=ms.vss-test-web.build-test-results-tab
We probably need to disable the failing tests right now as apparently something changed in the dns detection which is causing these tests to fail deterministically in CI.
cc @dotnet/ncl
The text was updated successfully, but these errors were encountered: