Fix the 3.x tests on D11

Created on 14 August 2024, 8 months ago
Updated 29 August 2024, 8 months 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

  • Issue created by @jsacksick
  • First commit to issue fork.
  • Pipeline finished with Success
    8 months ago
    Total: 1042s
    #253855
  • 🇮🇱Israel jsacksick

    Interesting, we now have fresh test failures... lol

  • 🇮🇱Israel jsacksick

    I'm guessing the new test failures are caused by 📌 Use easily recognizable date format RTBC .

  • Pipeline finished with Success
    8 months ago
    Total: 1233s
    #253930
  • Pipeline finished with Success
    8 months ago
    Total: 1186s
    #254733
  • Pipeline finished with Success
    8 months ago
    Total: 579s
    #254777
  • Status changed to Fixed 8 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

  • Pipeline finished with Success
    7 months ago
    Total: 436s
    #286143
  • Pipeline finished with Skipped
    5 months ago
    #342765
  • Pipeline finished with Success
    5 months ago
    Total: 200s
    #357877
  • Pipeline finished with Failed
    4 months ago
    Total: 115s
    #365855
  • Pipeline finished with Failed
    4 months ago
    Total: 112s
    #365864
  • Pipeline finished with Canceled
    4 months ago
    Total: 123s
    #365869
  • Pipeline finished with Canceled
    4 months ago
    Total: 63s
    #365875
  • Pipeline finished with Canceled
    4 months ago
    Total: 69s
    #365877
  • Pipeline finished with Failed
    4 months ago
    Total: 612s
    #365880
  • Pipeline finished with Failed
    4 months ago
    Total: 283s
    #365931
  • Pipeline finished with Failed
    4 months ago
    Total: 637s
    #365934
  • Pipeline finished with Failed
    4 months ago
    Total: 578s
    #365944
  • Pipeline finished with Canceled
    4 months ago
    Total: 743s
    #365952
  • Pipeline finished with Success
    4 months ago
    Total: 1018s
    #365958
  • Pipeline finished with Canceled
    4 months ago
    Total: 124s
    #367158
  • Pipeline finished with Failed
    4 months ago
    Total: 359s
    #367160
  • Pipeline finished with Failed
    4 months ago
    Total: 571s
    #367165
  • Pipeline finished with Canceled
    4 months ago
    Total: 90s
    #367205
  • Pipeline finished with Failed
    4 months ago
    Total: 656s
    #367207
  • Pipeline finished with Canceled
    4 months ago
    Total: 196s
    #367215
  • Pipeline finished with Canceled
    4 months ago
    Total: 156s
    #367218
  • Pipeline finished with Failed
    4 months ago
    Total: 294s
    #367220
  • Pipeline finished with Canceled
    4 months ago
    Total: 303s
    #367226
  • Pipeline finished with Failed
    4 months ago
    Total: 607s
    #367229
  • Pipeline finished with Failed
    4 months ago
    Total: 469s
    #367246
  • Pipeline finished with Success
    4 months ago
    Total: 2897s
    #367249
  • Pipeline finished with Failed
    4 months ago
    Total: 531s
    #367967
Production build 0.71.5 2024