Don't litter workdir when running tests
The tests are run in current workdir and call box.cfg which creates snapshots and xlog files.
This patch keeps workdir clean by using the common approach:
- disable xlog using
wal_mode = 'none'
- create snapshot in a temp dir and remove it immediately