Skip to content

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.

3 participants