[dokuwiki] New PR: implement @retry annotation for our test suite

  • From: "splitbrain" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 11 Jun 2016 10:25:21 +0200 (CEST)

Hi,

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

Some of our tests rely on external resources (like HTTP servers) that
are somewhat flaky sometimes. Instead of having them fail whenever
something goes wrong at the other end, it would be nice to be able to
just retry them a few times before really failing.

This implements a @retry annotation that allows a test to be repeated
the given number of times before it is marked as failed.

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

079e2b00-2fae-11e6-8f53-e06c5a109cec


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

Other related posts:

  • » [dokuwiki] New PR: implement @retry annotation for our test suite - splitbrain