Page MenuHomePhabricator

CI Blocker: WikimediaEvents - Failed asserting that two arrays are identical
Closed, ResolvedPublic1 Estimated Story Points

Description

Currently CI (quibble-vendor-mysql-php74-noselenium-docker) for ContentTranslation is failing:

1) WikimediaEvents\Tests\PrefUpdateInstrumentationTest::testCreatePrefUpdateEvent with data set "Set default skin" ('skin', 'fallback', array('2', 4, '20110401080000', 'skin', '"fallback"', true, '5-99 edits'))
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
     'saveTimestamp' => '20110401080000'
     'property' => 'skin'
     'value' => '"fallback"'
-    'isDefault' => true
+    'isDefault' => false
     'bucketedUserEditCount' => '5-99 edits'
 )

See: https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-noselenium-docker/165250/console

Event Timeline

abi_ triaged this task as Unbreak Now! priority.Mar 27 2024, 10:56 AM
abi_ created this task.
abi_ renamed this task from CI Blocker: WikimediaEvents - Failed asserting that two arrays are identical. to CI Blocker: WikimediaEvents - Failed asserting that two arrays are identical.Mar 27 2024, 11:36 AM

This should be fixable by adding the test class into the Database group.

Change #1015024 had a related patch set uploaded (by Dreamy Jazz; author: Dreamy Jazz):

[mediawiki/extensions/WikimediaEvents@master] Add PrefUpdateInstrumentationTest to the Database group

https://gerrit.wikimedia.org/r/1015024

Change #1015024 merged by jenkins-bot:

[mediawiki/extensions/WikimediaEvents@master] Add PrefUpdateInstrumentationTest to the Database group

https://gerrit.wikimedia.org/r/1015024