20:49:19 1) UIDGeneratorTest::testTimestampedUID with data set #2 ('newTimestampedUID88', 27, 88, 46, 32) 20:49:19 New ID timestamp (10101001111010011100101100011111011011110000000000000100011100010100010111001110101) >= prior one (10101001111010011100101100011111011011110111111111100100011100010100010111001110101). 20:49:19 Failed asserting that '1010100111101001110010110001111101101111000000' is equal to <string:1010100111101001110010110001111101101111011111> or is greater than '1010100111101001110010110001111101101111011111'.
Description
Description
Details
Details
Related Gerrit Patches:
mediawiki/core : master | Fix UID test and make debugging easier |
mediawiki/core : master | Disable flaky UIDGeneratorTest::testTimestampedUID test |
Event Timeline
Comment Actions
Change 281050 had a related patch set uploaded (by Krinkle):
Disable flaky UIDGeneratorTest::testTimestampedUID test
Comment Actions
Change 281050 merged by jenkins-bot:
Disable flaky UIDGeneratorTest::testTimestampedUID test
Comment Actions
Change 281578 had a related patch set uploaded (by Mattflaschen):
Fix UID test and make debugging easier
Comment Actions
- Updated vagrant (vagrant git-update vagrant provision are required);
- Running the test (UIDGeneratorTest.php) does not display any errors:
vagrant@mediawiki-vagrant:/vagrant/mediawiki/tests/phpunit$ php phpunit.php includes/utils/UIDGeneratorTest.php Using HHVM 3.12.1 (5.6.99-hhvm) PHPUnit 4.8.24 by Sebastian Bergmann and contributors. Runtime: HHVM 3.12.1 Configuration: /vagrant/mediawiki/tests/phpunit/suite.xml ......... Time: 1.44 seconds, Memory: 9.12Mb OK (9 tests, 3329 assertions)