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

Fix test_runner-configure, mempool_limit test, and add nonce to miner_tests #240

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

spyder46n2
Copy link
Contributor

The test_runner.py functional test wouldn't run because of a change made a while back to the configure options (splitting the utils into raven-cli and raven-tx). This fixes the default behavior to allow the test_runner to run when raven-cli is compiled. The bigger change here is to fix the mempool limit test. The test is failing because the block size increase has made it more difficult for this test to evict a transaction from the mempool. Now, instead of 90 transactions with a 5MB max-mempool we have 270 transactions and a 9MB max-mempool-size. This was tested by manually adding the number of transactions until the txid was evicted from the mempool. Also added nonces to the miner_tests (unit test).

@spyder46n2 spyder46n2 merged commit 23ee8fb into develop2 Aug 21, 2018
@spyder46n2 spyder46n2 deleted the mney-fix-functional-test branch August 21, 2018 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants