Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.68 KB

Unit tests - Logs.md

File metadata and controls

25 lines (21 loc) · 1.68 KB

Unit tests - Logs

Unit tests have been run by directly call test script :

    test/functional/feature_rbf.py  

Here are the testing results :

    nourou@DESKTOP-II5GT2R:~/bitcoin$ python3 test/functional/feature_rbf.py
    2021-06-20T11:15:37.183000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_ozw_p_1j
    2021-06-20T11:15:52.002000Z TestFramework (INFO): Running test simple doublespend...
    2021-06-20T11:15:52.088000Z TestFramework (INFO): Running test doublespend chain...
    2021-06-20T11:15:52.734000Z TestFramework (INFO): Running test doublespend tree...
    2021-06-20T11:15:59.451000Z TestFramework (INFO): Running test replacement feeperkb...
    2021-06-20T11:15:59.586000Z TestFramework (INFO): Running test spends of conflicting outputs...
    2021-06-20T11:15:59.698000Z TestFramework (INFO): Running test new unconfirmed inputs...
    2021-06-20T11:15:59.788000Z TestFramework (INFO): Running test too many replacements...
    2021-06-20T11:16:01.441000Z TestFramework (INFO): Running test opt-in...
    2021-06-20T11:16:01.578000Z TestFramework (INFO): Running test RPC...
    2021-06-20T11:16:01.626000Z TestFramework (INFO): Running test prioritised transactions...
    2021-06-20T11:16:01.818000Z TestFramework (INFO): Running test no inherited signaling...
    2021-06-20T11:16:01.850000Z TestFramework (INFO): Passed
    2021-06-20T11:16:01.901000Z TestFramework (INFO): Stopping nodes
    2021-06-20T11:16:02.463000Z TestFramework (INFO): Cleaning up /tmp/bitcoin_func_test_ozw_p_1j on exit
    2021-06-20T11:16:02.463000Z TestFramework (INFO): Tests successful