There are two timestamp-related off-by-one errors, both intermittent. It's not clear yet if they're related:
https://gerrit.wikimedia.org/r/#/c/172925/ had a failure on patch set 9.
03:08:27 1) Flow\Tests\Api\ApiFlowViewTopicListTest::testTocOnly 03:08:27 TOC-only output for "updated" order 03:08:27 Failed asserting that two arrays are equal. 03:08:27 --- Expected 03:08:27 +++ Actual 03:08:27 @@ @@ 03:08:27 'fwd' => Array ( 03:08:27 - 'url' => '/wiki/index.php?title=Talk:Flow_QA&topiclist_offset-dir=fwd&topiclist_limit=2&topiclist_offset=20141123030821&topiclist_sortby=updated' 03:08:27 + 'url' => '/wiki/index.php?title=Talk:Flow_QA&topiclist_offset-dir=fwd&topiclist_limit=2&topiclist_offset=20141123030822&topiclist_sortby=updated' 03:08:27 'title' => 'fwd' 03:08:27 ) 03:08:27 ) 03:08:27 ) 03:08:27 'errors' => Array () 03:08:27 'type' => 'topiclist' 03:08:27 ) 03:08:27 ) 03:08:27 'status' => 'ok' 03:08:27 ) 03:08:27 ) 03:08:27 )
I then did a recheck and patch set 9 then worked.
Patch set 7 of https://gerrit.wikimedia.org/r/#/c/170997/ had another failure, also a timestamp off-by-one:
03:52:54 1) Flow\Tests\Model\UUIDTest::testConversionToTimestamp 03:52:54 Failed asserting that '20141125035244' matches expected '20141125035243'. 03:52:54 03:52:54 /srv/ssd/jenkins-slave/workspace/mwext-Flow-testextension/src/extensions/Flow/tests/phpunit/Model/UUIDTest.php:160 03:52:54 /srv/ssd/jenkins-slave/workspace/mwext-Flow-testextension/src/tests/phpunit/MediaWikiTestCase.php:141
Again, it went away on recheck.