git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reduce test suite dependency on network
@ 2024-06-26 20:53 Jeff King
  2024-06-26 20:54 ` [PATCH 1/3] t5553: use local url for invalid fetch Jeff King
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff King @ 2024-06-26 20:53 UTC (permalink / raw)
  To: git

I'm in a remote cabin with spotty internet this week, and I noticed
several delays while running "make test". The culprit was DNS request
packets being dropped due to a passing rainstorm, but not enough that
the OS decided the network was down (the DNS resolver was on the other
end of a VPN). So I was waiting for DNS timeouts.

This is kind of an exotic situation, but it seems to me that the test
suite should avoid making network requests in general, just for the sake
of reproducibility. And avoiding timeouts is a nice bonus.

So here are a few small fixes, after which running "make test" requires
zero DNS lookups (and presumably zero external network at all, though of
course we hit localhost/127.0.0.1 for various http, etc, tests).

  [1/3]: t5553: use local url for invalid fetch
  [2/3]: t5551: do not confirm that bogus url cannot be used
  [3/3]: t/lib-bundle-uri: use local fake bundle URLs

 t/lib-bundle-uri-protocol.sh | 4 ++--
 t/t5551-http-fetch-smart.sh  | 1 -
 t/t5553-set-upstream.sh      | 8 ++++----
 3 files changed, 6 insertions(+), 7 deletions(-)

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-26 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 20:53 [PATCH 0/3] reduce test suite dependency on network Jeff King
2024-06-26 20:54 ` [PATCH 1/3] t5553: use local url for invalid fetch Jeff King
2024-06-26 20:55 ` [PATCH 2/3] t5551: do not confirm that bogus url cannot be used Jeff King
2024-06-26 20:57 ` [PATCH 3/3] t/lib-bundle-uri: use local fake bundle URLs Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).