Skip to content

Don't litter workdir when running tests

Alexey Protsenko requested to merge dont-litter-workdir into master

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

Merge request reports