kubo/test/cli
Gus Eggert f4d361dd4e
test: fix autoclient flakiness (#9769)
The test trims all whitespace bytes from the output of 'ipfs cat' but
if the random bytes end in a whitespace char then it trims that too,
resulting in random test failure.

Instead this updates the test harness to only trim a single trailing
newline char, so that it doesn't end up chomping legitimate output.
2023-03-29 11:56:25 -04:00
..
harness test: fix autoclient flakiness (#9769) 2023-03-29 11:56:25 -04:00
testutils test: fix flaky rcmgr test 2023-03-15 22:45:56 -04: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 client-side metrics for routing-v1 client 2023-03-27 18:19:28 -04:00
dht_autoclient_test.go test: fix autoclient flakiness (#9769) 2023-03-29 11:56:25 -04:00
dht_legacy_test.go test: port legacy DHT tests to Go 2023-03-09 08:18:14 -05:00
gateway_test.go feat: remove writable gateway (#9743) 2023-03-27 15:19:55 +02:00
init_test.go feat: add basic CLI tests using Go Test 2022-12-12 09:43:09 -05:00
peering_test.go test: increase max wait time for peering assertion 2023-03-27 23:32:04 +02: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 fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values 2023-03-16 13:41:24 +01:00
stats_test.go fix: stats dht command when Routing.Type=auto (#9538) 2023-01-13 00:38:38 +01:00