Submit completed tests and debug.log files to: Gavin Andresen
Test environment:
(edit this to describe the machine you're testing on; e.g. Windows 7, running Bitcoin-Qt version 0.7.2)
- 0.5 BTC : Test starting from version 0.7.2
- 0.5 BTC : Test starting from version 0.3.24
- 0.5 BTC : Test on Windows XP, NTFS filesystem
- 0.5 BTC : Test on Windows (any version), FAT32 filesystem
Bounties will go to the first people who follow the instructions in TestPlanExecution.md and this test plan and submit test results and timestamped debug.log files. These bounties are being paid from the 72 BTC donated to the Bitcoin Testing Project.
- Begin by running an old version, fully-synced on the main network.
- Shut down bitcoind/Bitcoin-Qt, wait for it to exit completely.
- Backup your wallet.dat (if it contains any bitcoins; better safe than sorry!)
- Remove data directory debug.log
Download and install test binaries from the latest successful pull-tester build; you will find a link to the last pull-tester build in pull request 2099.
(or, if you are able, build binaries yourself)
- Note how much disk space is being used by the bitcoin data directory.
- Run the new bitcoind/Bitcoin-Qt binary.
EXPECT (all tests except for FAT32 filesystem):
- blktree/ subdirectory created in bitcoin data directory
- small (less than 1GB) increase in disk space usage
- startup takes longer than ususual (blocks are re-indexed)
- but startup does not take hours (blocks are not re-downloaded)
PASS/FAIL
EXPECT (FAT32 or other filesystem that does not support hardlinks):
- blktree/ subdirectory created in bitcoin data directory
- same experience as a brand-new user: entire blockchain is re-downloaded
PASS/FAIL
- Shut down the new bitcoind/Bitcoin-Qt, wait for it to completely exit
- Run the old version of bitcoind/Bitcoin-Qt
EXPECT:
- Quick startup
- Old version is synchronized to blockchain from where it last exited
PASS/FAIL