kubo/test/cli
Gus Eggert b4211be7d6 test: port peering test from sharness to Go
This is the slowest test in the sharness test suite, because it has
very long sleeps. It usually takes 2+ minutes to run.

This new impl runs all peering tests in about 20 seconds, since it
polls for conditions instead of sleeping, and runs the tests in
parallel.

This also has an additional test case for a peer that was never online
and then connects.
2023-03-20 10:03:15 +01:00
..
harness test: port peering test from sharness to Go 2023-03-20 10:03:15 +01:00
testutils test: port peering test from sharness to Go 2023-03-20 10:03:15 +01:00
basic_commands_test.go feat: Reduce RM code footprint 2023-03-06 12:46:58 +01:00
completion_test.go feat: add basic CLI tests using Go Test 2022-12-12 09:43:09 -05:00
delegated_routing_http_test.go feat: add "autoclient" routing type 2023-03-20 10:02:06 +01:00
dht_autoclient_test.go feat: add "autoclient" routing type 2023-03-20 10:02:06 +01:00
dht_legacy_test.go test: port legacy DHT tests to Go 2023-03-20 10:01:54 +01:00
gateway_test.go feat(gateway): error handling improvements (500, 502, 504) (#9660) 2023-02-28 02:21:50 +01:00
init_test.go feat: add basic CLI tests using Go Test 2022-12-12 09:43:09 -05:00
peering_test.go test: port peering test from sharness to Go 2023-03-20 10:03:15 +01:00
ping_test.go feat: add basic CLI tests using Go Test 2022-12-12 09:43:09 -05:00
pins_test.go feat: port pins CLI test 2022-12-16 07:39:52 -05:00
rcmgr_test.go test: parallelize more of rcmgr Go tests 2023-03-20 10:02:00 +01:00
stats_test.go fix: stats dht command when Routing.Type=auto (#9538) 2023-01-13 00:38:38 +01:00