No description provided.
Tests review #14235
pull sanket1729 wants to merge 16 commits into bitcoin:master from sanket1729:tests_review changing 23 files +175 −112-
sanket1729 commented at 3:45 AM on September 17, 2018: contributor
-
8eeb1daaf1
Changed functional tests which do not require wallets to run in non-wallet mode.
Changed wallet tests
-
Fixed test failures 31793bf5f1
-
Fixed test bugs c847c80576
-
Tests fixed 55f3ad3cdf
-
Increased coverage of non-wallet tests ca0a840393
-
Increased even more coverage c965233ab5
-
Increased even more coverage 2.0 6e9b6bab29
-
[qa] Use correct python index slices in example test 6f470017f2
-
9d2bb56e28
Move BerkeleyEnvironment deletion from internal method to callsite
Instead of having the object destroy itself, having the caller destroy it.
-
1858a01366
Add function to close all Db's and reload the databae environment
Adds a ReloadDbEnv function to BerkeleyEnvironment in order to close all Db instances, closes the environment, resets it, and then reopens the BerkeleyEnvironment. Also adds a ReloadDbEnv function to BerkeleyDatabase that calls BerkeleyEnvironment's ReloadDbEnv.
-
79d3e39529
After encrypting the wallet, reload the database environment
Calls ReloadDbEnv after encrypting the wallet so that the database environment is flushed, closed, and reopened to prevent unencrypted keys from being saved on disk.
-
bf667f9744
No longer shutdown after encrypting the wallet
Since the database environment is flushed, closed, and reopened during EncryptWallet, there is no need to shut down the software anymore.
-
558b553290
Changed functional tests which do not require wallets to run in non-wallet mode.
Changed wallet tests Fixed test failures Fixed test bugs Tests fixed Increased coverage of non-wallet tests Increased even more coverage Increased even more coverage 2.0 rmoved junk files
-
Fixed bug 5a8bd90767
-
Merge conflict a8a74419a1
-
Merge branch 'master' of https://www.github.com/bitcoin/bitcoin into tests_review 0c3ec756e8
- sanket1729 closed this on Sep 17, 2018
- fanquake locked this on Sep 17, 2018
- sanket1729 deleted the branch on Sep 17, 2018
- sanket1729 restored the branch on Sep 17, 2018
Contributors