nimbus-eth1/fluffy/tests
Kim De Mey 38036966a6
Improve the tests of the local testnet (#953)
* Improve the tests of the local testnet

The local testnet test was rather flaky and would occasionally
fail. It has been made more robust by adding the ENRs directly
to the routing table instead of doing some random lookups.

Additionally, the amount of nodes were increased (=64), ip limits
configuration was added, and the bits-per-hop value was set to 1
in order to make the lookups more likely to hit the network
instead of only the local routing table.

Failure is obviously still possible to happen when sufficient
packets get lost. If this turns out to be the case with the current
amount of nodes, we might have to revise the testing strategy here.

* Disable lookup test for State network

Disable lookup test for State network due to issue with custom
distance function causing the lookup to not always converging
towards the target.
2022-02-02 22:48:33 +01:00
..
custom_genesis Add a first, simple, content network test (#760) 2021-07-15 15:12:33 +02:00
all_fluffy_tests.nim Add state ContentKey test and adjust history ContentKey test (#914) 2021-12-15 08:48:56 +01:00
test_bridge_parser.nim Oops, isMainModule will not run of course for all_tests (#841) 2021-09-21 18:38:08 +02:00
test_content_db.nim Add a basic ContentDB for portal networks (#848) 2021-09-28 19:58:41 +02:00
test_discovery_rpc.nim Allow access to contentDB from portal wire protocol (#920) 2022-01-06 09:06:05 +01:00
test_helpers.nim Improve the tests of the local testnet (#953) 2022-02-02 22:48:33 +01:00
test_history_content.nim History content keys (#919) 2022-01-05 09:49:49 +01:00
test_portal_wire_encoding.nim Add state and history content key tests (#916) 2021-12-20 09:53:00 +01:00
test_portal_wire_protocol.nim Add uTP over discv5 in portal wire protocol (#922) 2022-01-14 16:07:14 +01:00
test_state_content.nim History content keys (#919) 2022-01-05 09:49:49 +01:00
test_state_distance.nim Add HistoryNetwork that uses Portal wire protocol (#856) 2021-10-09 13:22:03 +02:00
test_state_network.nim Add uTP over discv5 in portal wire protocol (#922) 2022-01-14 16:07:14 +01:00