-
Notifications
You must be signed in to change notification settings - Fork 0
feat(cli): beacon CLI tests #294
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
Merged
Changes from 6 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
0f0ff03
Command test beacon ported from Charon.
mskrzypkows f7c275e
clippy and some functions extracted
mskrzypkows 468508a
fmt
mskrzypkows 24a875a
skip result extracted
mskrzypkows aebf02a
pass string by reference to tests
mskrzypkows 94eaa51
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows 52567aa
cli test commands constants module
mskrzypkows 5f23fd0
Added beacon.rs unit tests, moved common test functions to helpers
mskrzypkows 09abf18
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows 22b5cbf
fmt
mskrzypkows 13b61e0
reduced usage of clippy::arithmetic_side_effects to concrete lines,
mskrzypkows be642dc
slot update comment
mskrzypkows 5bb2f26
reveiw corrections
mskrzypkows bde4d4c
Corrected passing cancelation token to the beacon test
mskrzypkows 290fa62
Docker compose file for the pluto alpha test beacon
mskrzypkows 2849656
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows 7a5f321
fixed tests
mskrzypkows 4ed8924
Made test cases const array
mskrzypkows 5f7c13d
unneeded child_token
mskrzypkows ef74443
JoinSet for collecting tests result instead of channels vector
mskrzypkows b6240bc
unneeded clone
mskrzypkows d13bdf2
Comment regarding status code check
mskrzypkows 7c164e2
review corrections
mskrzypkows 475e7ac
review cont.
mskrzypkows 2f2a615
missing log info
mskrzypkows b94422c
fixed canceling timeout task
mskrzypkows 99e0ebe
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows dd70a23
tokio::fs::write instead of std
mskrzypkows a43fe77
Update crates/cli/src/commands/test/beacon.rs
mskrzypkows 0d0818e
Apply suggestion from @emlautarom1
mskrzypkows 3283c89
review, fixed intervals tick for tests
mskrzypkows 2e14d11
Merge branch 'beacon_cli_tests' of github.com:NethermindEth/pluto int…
mskrzypkows b19d3f2
fmt
mskrzypkows be408ec
changed &str to impl AsRef<str>
mskrzypkows f7aea17
removed parse_endpoint_url, percent_decode, apply_basic_auth
mskrzypkows 9cac532
shadowing variables instead of renaming
mskrzypkows 66c4099
impl AsRef instead of `&`
mskrzypkows 6f440b6
join set
mskrzypkows 6f73b54
cancelation fixes, more Join Sets usage
mskrzypkows 7444e61
Merge branch 'main' of github.com:NethermindEth/pluto into beacon_cli…
mskrzypkows 6162ad6
improved returning failed test
mskrzypkows aa03a20
review cont.
mskrzypkows 6f3c8d3
unneeded files
mskrzypkows 236fe3b
missing join set
mskrzypkows aafd7d7
removed redundant sleeping in simulation test
mskrzypkows 400999d
percent-encoding not needed
mskrzypkows 8a22558
child_token -> clone in cli/src/main.rs
mskrzypkows 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.