-
Notifications
You must be signed in to change notification settings - Fork 226
Test framework #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
marc-casperlabs
merged 18 commits into
casper-network:master
from
marc-casperlabs:NDRS-117/test-framework
Jun 30, 2020
Merged
Test framework #41
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
820c41b
Instead of allowing dead code, make `shutdown_server` only available …
marc-casperlabs 3944f79
Store nodes of the network in a hashmap instead of a vec to allow ret…
marc-casperlabs e0617b4
Make node creation functions return node id as well as a reference fo…
marc-casperlabs 6193f58
Make `init_logging` actually initialize logging again
marc-casperlabs 02fb456
Initialize logging `bind_to_real_network_interface` test
marc-casperlabs 022009d
Make logging a library module instead of being app only to facilitate…
marc-casperlabs a21ef4a
Track a runner/reactor id in the reactor runner
marc-casperlabs ae3498c
Instead of storing an ID, store node identification on logging span o…
marc-casperlabs 9f66654
Use actual node app logging in tests
marc-casperlabs d98772e
Remove unnecessary `mut` qualifier
marc-casperlabs ae0e32b
Store a `server_span` for the server background task
marc-casperlabs f40fbef
Remove unused code and imports in `small_net` tests
marc-casperlabs 81e47e2
Cleanup imports as suggested
marc-casperlabs 32f1540
Fix formatting in docstring
marc-casperlabs 525e563
Be more elaborate in documentation on logging init
marc-casperlabs dfed5d5
Simplify iterator and subsequent map in `small_network::test`
marc-casperlabs 081c8a8
Fix typo in `try_crank` call
marc-casperlabs 546651f
Cleanup node insertion logic in `small_net` test network
marc-casperlabs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ | |
|
|
||
| mod cli; | ||
| pub mod config; | ||
| pub mod logging; | ||
|
|
||
| use structopt::StructOpt; | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.