t/60-fsck: fix potential race conditions
commitdb028489e98d87ba88387b8adab10dce97350fd8
authorEric Wong <normalperson@yhbt.net>
Wed, 9 May 2012 22:49:39 +0000 (9 22:49 +0000)
committerEric Wong <normalperson@yhbt.net>
Wed, 9 May 2012 22:50:19 +0000 (9 22:50 +0000)
tree3154eba39c8c398705534710adf89e32b798e751
parent29bc491831ee71d17a829c1fae63066b8bb34cb8
t/60-fsck: fix potential race conditions

These race conditions were causing this test fail occasionally.
These test failures were more common on SQLite and Postgres,
but not unheard of when using MySQL.

Some of these race conditions were due to fsck/job_master not
receiving settings changes in time, so we now resort to killing
existing processes and forcing them to reload.
t/60-fsck.t