Fix the 3.x tests on D11

Created on 14 August 2024, about 1 month ago
Updated 29 August 2024, 18 days ago

Describe your bug or feature request.

3.x tests are failing on D11, due to a silly issue with the ordering of cache tags (See below):

ProductVariationResourceTest::testRelated
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
-    0 => 'config:system.logging'
-    1 => 'http_response'
-    3 => 'commerce_product_variation:1'
-    4 => 'commerce_product:1'
+    0 => 'commerce_product:1'
+    1 => 'commerce_product_variation:1'
+    3 => 'http_response'
+    2 => 'config:system.logging'
 )

Let's try to find a solution for those failures.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Tests

Created by

🇮🇱Israel jsacksick

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024