Skip to content

Commit

Permalink
swarm/network: add the comments on the kademlia test addresses origin
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Apr 10, 2018
1 parent f2460ea commit 88b2e3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions swarm/network/kademlia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ func testKademliaCase(t *testing.T, pivotAddr string, addrs ...string) {

/*
The regression test for the following invalid kademlia edge case.
Addresses used in this test are discovered as part of the simulation network
in higher level tests for streaming. They were generated randomly.
=========================================================================
Mon Apr 9 12:18:24 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 7efef1
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
Expand Down Expand Up @@ -530,6 +534,10 @@ func TestKademliaCase1(t *testing.T) {

/*
The regression test for the following invalid kademlia edge case.
Addresses used in this test are discovered as part of the simulation network
in higher level tests for streaming. They were generated randomly.
=========================================================================
Mon Apr 9 18:43:48 UTC 2018 KΛÐΞMLIΛ hive: queen's address: bc7f3b
population: 9 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
Expand Down Expand Up @@ -560,6 +568,10 @@ func TestKademliaCase2(t *testing.T) {

/*
The regression test for the following invalid kademlia edge case.
Addresses used in this test are discovered as part of the simulation network
in higher level tests for streaming. They were generated randomly.
=========================================================================
Mon Apr 9 19:04:35 UTC 2018 KΛÐΞMLIΛ hive: queen's address: b4822e
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
Expand Down Expand Up @@ -590,6 +602,10 @@ func TestKademliaCase3(t *testing.T) {

/*
The regression test for the following invalid kademlia edge case.
Addresses used in this test are discovered as part of the simulation network
in higher level tests for streaming. They were generated randomly.
=========================================================================
Mon Apr 9 19:16:25 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 9a90fe
population: 8 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
Expand Down Expand Up @@ -621,6 +637,10 @@ func TestKademliaCase4(t *testing.T) {

/*
The regression test for the following invalid kademlia edge case.
Addresses used in this test are discovered as part of the simulation network
in higher level tests for streaming. They were generated randomly.
=========================================================================
Mon Apr 9 19:25:18 UTC 2018 KΛÐΞMLIΛ hive: queen's address: 5dd5c7
population: 13 (49), MinProxBinSize: 2, MinBinSize: 2, MaxBinSize: 4
Expand Down

0 comments on commit 88b2e3f

Please sign in to comment.