From: David Bremner Date: Tue, 28 Jun 2016 08:24:07 +0000 (+0200) Subject: test: don't use dump and restore in a pipeline X-Git-Tag: 0.23_rc0~77 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=496dccf44fadf4c8ee190e98d3cba54a8e828f97;hp=496dccf44fadf4c8ee190e98d3cba54a8e828f97;p=notmuch test: don't use dump and restore in a pipeline This has been wrong since bbbdf0478ea, but the race condition was not previously been (often?) triggered in the tests. With the DB_RETRY_LOCK patches, it manifests itself as a deadlock. ---