[dokuwiki] New PR: Handle delayed writes gracefully

  • From: "michitux" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 1 Jan 2017 19:37:09 +0100 (CET)

Hi,

michitux opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/1791:

In the remote API, DokuWiki currently assumes that timestamps of files in the 
attic are identical with the revision. Unfortunately, they are not (at least 
not necessarily). A typo in `saveWikiText` lead to similar problems with the 
timestamp of saved deleted revisions. These changes fix both and add test cases 
to test this behaviour. Unfortunately, the test cases add additional delays. I 
tried to keep them as minimal as possible, they should lead to additional 9 
seconds of test execution time.

This should (hopefully) fix random test failures as seen in [travis build 
#188039085](https://travis-ci.org/splitbrain/dokuwiki/builds/188039085).

Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

4cc0a200-d051-11e6-9c7f-5ea29a3e07f3


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Handle delayed writes gracefully - michitux