-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: added test to check if nodes are properly added to the seed node…
…s when entering the network This tests for if the Seed node contains the new nodes when they are created. It also checks if the new nodes discover each other after being created. There is a problem that needs to be fixed. With the RefreshBucket operations happening when syncing the node graph. It is extremely likely that a node will not be found when preforming a `findNode`. Currently, this WILL throw an error but we need to allow for the case where the node can't be found. So when a node can't be found the thing calling `findNode` should throw the error.
- Loading branch information
1 parent
08beafc
commit 882d66b
Showing
3 changed files
with
98 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters