Verified Commit 51ebf197 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3410450 by catch: Fix random performance test failures

(cherry picked from commit bdc1f78b)
parent 595dce06
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ public function testLogin(): void {
    // random test failures, assert greater than equal the highest and lowest
    // number of queries observed during test runs.
    // See https://www.drupal.org/project/drupal/issues/3402610
    $this->assertLessThanOrEqual(41, $performance_data->getQueryCount());
    $this->assertLessThanOrEqual(42, $performance_data->getQueryCount());
    $this->assertGreaterThanOrEqual(38, $performance_data->getQueryCount());
    $this->assertSame(28, $performance_data->getCacheGetCount());
    $this->assertLessThanOrEqual(2, $performance_data->getCacheSetCount());