Skip to content
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

Display original error on failure #49

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Display original error on failure #49

merged 1 commit into from
Apr 4, 2023

Conversation

djc
Copy link
Member

@djc djc commented Jul 25, 2022

No description provided.

Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@djc This looks like an uncontroversial fix that might be nice to clear out of the PR queue.

There was a Macos CI failure but the job logs have already been purged and I don't have permissions to re-run. Could you kick the build and see if it was something transient?

@djc
Copy link
Member Author

djc commented Mar 7, 2023

It's interesting that the apple test fails on beta/ubuntu-20.04 1.59.0/ubuntu-20.04 but passes on stable/ubuntu-20.04, nightly/ubuntu-20.04, stable/macos and stable/windows. Seems like an intermittent issue, maybe they're doing some kind of rate limiting?

I tried running it a bunch of times in rapid succession locally, but it passed every time.

@cpu
Copy link
Member

cpu commented Mar 7, 2023

Seems like an intermittent issue, maybe they're doing some kind of rate limiting?

I was curious (and already looking at some CI failures today) so I tried hammering apple.com a bit from a test GHA repo. I was able to reproduce the issue with openssl s_client in a tight loop, but not reliably. In approx. 1 in 10 runs, I'd get a failure after ~25 connections. I saw similar tweaking the rustls-native-certs GHA to run just the apple.com smoke test in a loop of 50 runs. Most completely successfully, one failed on the 26th connection. I concur that it seems like rate limiting or a WAF 🤷 Frustrating!

@djc
Copy link
Member Author

djc commented Mar 7, 2023

@ctz do you remember if there's a specific reason to include apple.com here? Do we suspect that they run a SecureTransport-based server which we'd like to try, or something?

@djc
Copy link
Member Author

djc commented Mar 7, 2023

(Meanwhile, we probably shouldn't block this PR on the intermittent CI issues.)

@ctz
Copy link
Member

ctz commented Mar 7, 2023

@ctz do you remember if there's a specific reason to include apple.com here? Do we suspect that they run a SecureTransport-based server which we'd like to try, or something?

It's really just a random selection of big company websites that came to mind at the time.

@djc
Copy link
Member Author

djc commented Mar 8, 2023

Okay, maybe we should just get rid of the apple test? Seems like it's more trouble than it's worth at this point.

@djc djc merged commit 88066f5 into main Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants