]> git.notmuchmail.org Git - notmuch/commit
test: Port atomicity test to Python
authorAustin Clements <aclements@csail.mit.edu>
Fri, 3 Oct 2014 16:58:03 +0000 (12:58 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 25 Oct 2014 06:57:20 +0000 (08:57 +0200)
commit776684c7b6804388088cd787f7d5faff7cfbe4c2
treea3188345a504527921c681a67581cdee5adbacec
parent01c8bf89a456cae9221bb57a130758a7a6dc005b
test: Port atomicity test to Python

Previously, this was implemented using a horrible GDB script (because
there is no such thing as a non-horrible GDB script).  This GDB script
often broke with newer versions of GDB for mysterious reasons.  Port
the test script to GDB's Python API, which makes the code much cleaner
and, hopefully, more stable.

(cherry picked from commit cbbda62258360f035894cff9dfd66c60b0cc707f)

Conflicts:
test/T380-atomicity.sh
test/T380-atomicity.sh
test/atomicity.gdb [deleted file]
test/atomicity.py [new file with mode: 0644]