forked from jupyterhub/zero-to-jupyterhub-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use socket.connect instead of wget to test connectivity
I got 403 connection errors using wget and passing the host header explicitly from the jupyter.org webserver using the GitHub runners but not if running it locally. Instead of debugging that difference, I'll transition to use a more fundamental test which is what matters. Can we open a TCP connection to the remote server at all? To do that, I'm now using Python itself.
- Loading branch information
1 parent
25f5571
commit d93310f
Showing
1 changed file
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters