JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
45.36k stars 5.45k forks source link

Tests for git https clone/proxy #17916

Open Keno opened 8 years ago

Keno commented 8 years ago

We now have tests for SSH, but we also needs tests for https and the proxy support. Does it make sense to have travis install some https server (nginx?) and write some basic tests. We probably don't want to add the code to build those to deps/ just for the tests. Alternatively, we could use an HttpServer.jl based test.

tkelman commented 8 years ago

x-ref the case from #17975

Tests that rely on HttpServer.jl might get annoying as we'd need to make changes across multiple repos at the same time to fix any problems. Installing something on Travis or a buildbot sounds easier and more reliable for now.