-
Notifications
You must be signed in to change notification settings - Fork 715
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
add server tests #4488
Merged
Merged
add server tests #4488
Conversation
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
Closed
70 tasks
bors merge |
bors bot
added a commit
that referenced
this pull request
Nov 2, 2023
4488: add server tests r=modship a=modship * [x] document all added functions * [ ] try in sandbox /simulation/labnet * [ ] if part of node-launch, checked using the `resync_check` flag * [x] unit tests on the added/changed features * [x] make tests compile * [x] make tests pass * [ ] add logs allowing easy debugging in case the changes caused problems * [ ] if the API has changed, update the API specification Co-authored-by: modship <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: Response status code: 422
{"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
Leo-Besancon
approved these changes
Nov 6, 2023
bors merge |
damip
pushed a commit
that referenced
this pull request
Nov 8, 2023
* Update securnet * add server tests (#4488) * Implement parametric tests for bootstrap (#4454) * Add tests for bootstrap * Add new tests bootstrap (#4509) Signed-off-by: Litchi Pi <[email protected]> Co-authored-by: AurelienFT <[email protected]> * remove testing import * fix clippy * Update bootstrap limits (again :) ) (#4518) * Decrease timeouts, decrease message_size * Update message_max_size and comment for updates * Fix smart-contracts gas payments (#4505) * Update packages * Pay VM creation and compilations correctly * Use max_instance_cost for default compilation * Update module costs * Minor metrics * Tmp module metrics and high max_instance value for testing * Calibrated costs for compilation and instance + compilation metrics cleanup * Change costs and use runtime branch * Add SC gas doc & improve CL compilation payments * Update gas costs & other minor changes * Clippy fixes * Cargo.toml & cfg fixes * Remove context payments and update ABI costs * Update documentation * Impl get_tmp_module * Update doc * Review updates * Doc * Loader documentation * Fmt * Remove compilation timers * Add gas to base operation (tx, roll buy & sell) Signed-off-by: Jean-François <[email protected]> * Fix majority of tests * Fix remaining tests * Update unit test SC src tag * Move SP compilation payment to OP and ABI costs * Update gas documentation * Update RuntimeModule usage, fix from_op, add sp compil to pool config, fix tests * Update gas table doc * Fix tests * Add an important little bit of doc * saturating_add on sp cost --------- Signed-off-by: Jean-François <[email protected]> Co-authored-by: Jean-François <[email protected]> * Reduce block size to 300k (#4519) * fix event filter (#4422) * Update genesis and versions (#4523) * fix fmt * fix clippy * Update securnet (#4525) * update package version and genesis * update lock * Fix send_operation GRPC test * Update mock.rs * Change runtime target to latest main rev * update genesis --------- Signed-off-by: Litchi Pi <[email protected]> Signed-off-by: Jean-François <[email protected]> Co-authored-by: Modship <[email protected]> Co-authored-by: Litchi Pi (Tim) <[email protected]> Co-authored-by: AurelienFT <[email protected]> Co-authored-by: Eitu33 <[email protected]> Co-authored-by: Jean-François <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
resync_check
flag