$this->assertTrue($cached->created >= REQUEST_TIME && $cached->created < microtime(TRUE), 'Created time is correct.');

From GenericCacheBackendUnitTestBase.php so if the testbot is super quick and $cached->created == microtime(TRUE) then this test will fail!

This occurred in https://qa.drupal.org/pifr/test/796668

Drupal\system\Tests\Cache\ApcuBackendUnitTest 158 1 0
Message Group Filename Line Function Status
Created time is correct. Other GenericCacheBackendUnitTestBase.php 182 Drupal\system\Tests\Cache\GenericCacheBackendUnitTestBase->testSetGet()

CommentFileSizeAuthor
#1 2276213.1.patch1.03 KBalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott’s picture

Status: Active » Needs review
FileSize
1.03 KB
Berdir’s picture

Status: Needs review » Reviewed & tested by the community

Yes, I've seen this as well. I don't think we can do anything else...

olli’s picture