- Issue created by @catch
- Status changed to Needs review
about 1 year ago 1:59pm 31 October 2023 - π¬π§United Kingdom catch
Maybe this will do it. I guess it could be an NTP race condition or something like that.
- @catch opened merge request.
- Status changed to RTBC
about 1 year ago 3:55pm 31 October 2023 - πΊπΈUnited States smustgrave
Seems simple enough and pipeline is green.
- Status changed to Needs review
about 1 year ago 4:02pm 31 October 2023 - π¬π§United Kingdom catch
We need a postgres run since that's the environment this most often fails on, and to use the (brand new) repeat test run button on the MR. Back to needs review for those.
- π¬π§United Kingdom catch
- π¬π§United Kingdom catch
Actually https://git.drupalcode.org/project/drupal/-/jobs/256559 has happened twice, I wonder if this is introducing a new error. Need to do the same repeat runs against a clean 11.x
- @catch opened merge request.
- π¬π§United Kingdom catch
100 runs against HEAD https://git.drupalcode.org/project/drupal/-/jobs/256657
https://git.drupalcode.org/project/drupal/-/jobs/256673That's a lot of test failures with the original issue so possibly this isfixing it.
- π¬π§United Kingdom catch
Different random failure in the same test:
Testing Drupal\KernelTests\Core\KeyValueStore\DatabaseStorageTest F..... 6 / 6 (100%) Time: 00:05.771, Memory: 4.00 MB There was 1 failure: 1) Drupal\KernelTests\Core\KeyValueStore\DatabaseStorageTest::testConcurrent Failed asserting that actual size 6 matches expected size 10. /builds/project/drupal/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:121 /builds/project/drupal/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:55 /builds/project/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php:86 /builds/project/drupal/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
IMO this test is too fragile and we should just remove it altogether.
- Status changed to RTBC
about 1 year ago 3:12pm 3 November 2023 - πΊπΈUnited States smustgrave
Requested push access to just rebase. There was a random javascript failure but the rebase is showing all green.
- Status changed to Needs work
about 1 year ago 12:28pm 6 November 2023 - π¬π§United Kingdom catch
Discussed with @alexpott, we decided to mark the test skipped instead of removing it, then open up a follow-up to re-enable.
This might be failing to fork processes quickly enough because the CPUs are busy with other tests, so we might want a special test group that doesn't run with the other tests (needs to be handled in run-tests.sh) then runs in its own dedicated job.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Created π Skip KeyValueStore\DatabaseStorageTest due to random test failures Active
- Status changed to Postponed
about 1 year ago 1:49am 9 November 2023 - π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Postponed on π Skip KeyValueStore\DatabaseStorageTest due to random test failures Active
- π³πΏNew Zealand quietone
Adding what this is postponed on to the remaining tasks per Remining tasks β .
- Status changed to Needs work
6 months ago 2:41pm 24 May 2024 - π―π΅Japan ptmkenny
Setting to "Needs work" since π Skip KeyValueStore\DatabaseStorageTest due to random test failures Active is now fixed.