Skip to content
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

Test Fix: Change default max-transaction-cpu-usage for tests #1436

Merged
merged 5 commits into from
Jul 22, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented Jul 21, 2023

Change the default genesis max_transaction_cpu_usage from 150ms to 475ms to allow for slow ci/cd. All the integration tests already used 475ms for max_transaction_cpu_usage. This PR changes the performance tests to use the same value. Also changed max_block_cpu_usage from 200ms to 500ms since it has to be larger than max_transaction_cpu_usage. This also matches the value used for integration tests.

Note #1401 was not sufficient because the value in the performance genesis.json was being overwritten by launcher.py.

Resolves #1416

@heifner heifner added the OCI Work exclusive to OCI team label Jul 21, 2023
@heifner heifner merged commit 167baef into main Jul 22, 2023
21 checks passed
@heifner heifner deleted the GH-1416-test branch July 22, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Failure: performance_test_basic_read_only_trxs
3 participants