plugeth/cmd/devp2p/internal/ethtest
rene 0f3a1e7f9b
cmd/devp2p/internal/ethtest: send simultaneous requests on one connection (#22801)
This changes the SimultaneousRequests test to send the requests from the same
connection, as it doesn't really make sense to test whether a node can respond
to two requests with different request IDs from separate connections.
2021-05-05 12:27:27 +02:00
..
testdata cmd/devp2p/internal/ethtest: add transaction tests (#21857) 2020-11-30 15:23:48 +01:00
chain_test.go cmd/devp2p/internal/ethtest: skip eth/66 tests when v66 not supported (#22460) 2021-03-19 15:15:39 +01:00
chain.go cmd/devp2p/internal/ethtest: run test suite as Go unit test (#22698) 2021-04-23 11:15:42 +02:00
eth66_suite.go cmd/devp2p/internal/ethtest: send simultaneous requests on one connection (#22801) 2021-05-05 12:27:27 +02:00
eth66_suiteHelpers.go cmd/devp2p: fix flakey tests in CI (#22757) 2021-04-30 22:47:36 +02:00
large.go cmd/devp2p, eth/protocols/eth: fix tests + make sanity checks earlier (#22749) 2021-04-28 08:48:07 +02:00
suite_test.go cmd/devp2p, eth/protocols/eth: fix tests + make sanity checks earlier (#22749) 2021-04-28 08:48:07 +02:00
suite.go cmd/devp2p: fix flakey tests in CI (#22757) 2021-04-30 22:47:36 +02:00
transaction.go cmd/devp2p/internal/ethtest: add more tx propagation tests (#22630) 2021-04-23 18:14:39 +02:00
types.go cmd/devp2p: fix flakey tests in CI (#22757) 2021-04-30 22:47:36 +02:00