-
Notifications
You must be signed in to change notification settings - Fork 73
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
[PH] Update to test harness python package #92
Merged
oschwaldp-oci
merged 85 commits into
feature_performance_harness
from
update_to_test_harness_python_package
Sep 7, 2022
Merged
[PH] Update to test harness python package #92
oschwaldp-oci
merged 85 commits into
feature_performance_harness
from
update_to_test_harness_python_package
Sep 7, 2022
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
http_plugin boost::beast migration, keep-alive (EPE-9 / GH-3678)
…ansaction and logging calls.
…to indicate it also includes time for incoming transactions according to the incoming-defer-ratio.
it was an empty static function
…or invalid signature transactions.
…leap into prod-plugin-push-trx
…le unapplied_transaction_queue handling. Also use unapplied_transaction_queue iterator to avoid trying the same incoming transaction twice in start block.
[3.1] bump version to 3.1.0
…. Revert reset to lib of sync_next_expected_num in start_sync since it is called outside exclusively starting a new sync. When starting a new sync start from lib.
…u sent them the block or if you are syncing.
[3.1] add a final job that passes if all tests pass making it easier to branch protect on checks
[3.2] cleanup & simplify license file handling
[3.1 -> main] Fix failure to sync on startup
[3.1] Fix crash on startup if port already in use
[3.1 -> main] Fix crash on startup if port already in use
[3.2] replace git commands from nodeos' & launcher's cmake with libversion usage
[3.2] remove YubiHSM support from keosd
…nsaction to get_scheduled_transactions (notice the trailing "s") as get_scheduled_transaction does not exist.
[3.2] improve CICD build time via faster artifact upload & parallel leap-dev creation
…transactions-docs [3.2] Fix documentation for get_scheduled_transactions in plugins/chain_api_plugin/chain.swagger.yaml
…_beast [3.2] Replace websocketpp with boost beast
[3.2] run nonparallel tests in parallel via separate docker containers
move tests that are sub 3 minutes out of long running classification
ClaytonCalabrese
approved these changes
Sep 1, 2022
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.
Update feature branch to use test framework Python package (see #61)