diff options
author | Simon McVittie <smcv@debian.org> | 2017-05-14 15:09:29 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-05-14 15:35:52 +0100 |
commit | 8b5c729b8b8699a1828dae2b995af13a481a5da7 (patch) | |
tree | 2b662b86dd88c47876f11618b75972e93dd63086 /debian | |
parent | 365a930c2c39d1f727aa620155c179c004acdcc1 (diff) | |
download | ikiwiki-8b5c729b8b8699a1828dae2b995af13a481a5da7.tar ikiwiki-8b5c729b8b8699a1828dae2b995af13a481a5da7.tar.gz |
t/git-cgi.t: Wait 1 second before doing a revert that should succeed
This hopefully fixes a race condition in which the test failed
around 6% of the time.
If we don't wait, the mtime (which is rounded down to 1 second precision
in the APIs we use) will not necessarily change, so the update will not
necessarily cause the page to be refreshed.
Bug-Debian: https://bugs.debian.org/862494
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 14045a961..d3576c528 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (3.20170112) UNRELEASED; urgency=medium + + * t/git-cgi.t: Wait 1 second before doing a revert that should work. + This hopefully fixes a race condition in which the test failed + around 6% of the time. (Closes: 862494) + + -- Simon McVittie <smcv@debian.org> Sun, 14 May 2017 15:34:52 +0100 + ikiwiki (3.20170111) unstable; urgency=high * passwordauth: prevent authentication bypass via multiple name |