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 intermittent test failure, reduce test time #6414

Merged
merged 1 commit into from Jul 10, 2015

Commits on Jul 10, 2015

  1. Fix intermittent test failure, reduce test time

    In txn_clone.py, non-essential test transaction tx2 was asserted
    to be unconfirmed, but would occasionally confirm depending on
    network behavior.  Fix by explicitly sharing with miner and
    checking for 1 confirmation.
    
    Reduce required conflict tests from 4 to 2, by moving one invocation
    each of txn_clone.py and txn_doublespend.py to the extented test
    section.  This saves about 15 seconds per test run for me.
    dgenr8 committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    8a0b933 View commit details
    Browse the repository at this point in the history