Skip to content

Draft: Testing a fix for failures in !137890

Mark Lapierre requested to merge ml-test-gdk-e2e-ff into master

Testing a fix for failures in !137890 (merged)

In !137890 (merged) in the failing jobs (e.g. https://gitlab.com/gitlab-org/gitlab/-/jobs/5670830425#L752) we can see the feature flag being set before the first test:

[Dec 04 2023 03:12:17 UTC (QA Tests)] INFO  -- Disabling sync with External package metadata database
[Dec 04 2023 03:12:17 UTC (QA Tests)] INFO  -- Setting application settings: {:package_metadata_purl_types=>[11]}
[Dec 04 2023 03:12:19 UTC (QA Tests)] WARN  -- Potentially Slow Code 'has_element? global-search-input' took 1.028s
[Dec 04 2023 03:12:20 UTC (QA Tests)] WARN  -- Potentially Slow Code 'has_element? user-profile-link' took 1.06s
[Dec 04 2023 03:12:20 UTC (QA Tests)] INFO  -- clicking :user-avatar-content
[Dec 04 2023 03:12:20 UTC (QA Tests)] INFO  -- clicking :sign_out_link
[Dec 04 2023 03:12:21 UTC (QA Tests)] WARN  -- Potentially Slow Code 'click_element sign_out_link' took 0.745s
[Dec 04 2023 03:12:21 UTC (QA Tests)] INFO  -- Enabling feature: redis_hll_value_name_tracking
[Dec 04 2023 03:12:21 UTC (QA Tests)] INFO  -- Successfully enabled and verified feature flag: redis_hll_value_name_tracking
Verify
  Pipeline with prefill variables

In this MR when QA_FEATURE_FLAGS is blank the test framework doesn't set the feature flag (e.g. https://gitlab.com/gitlab-org/gitlab/-/jobs/5689676298#L736):

[Dec 06 2023 04:54:18 UTC (QA Tests)] INFO  -- Disabling sync with External package metadata database
[Dec 06 2023 04:54:19 UTC (QA Tests)] INFO  -- Setting application settings: {:package_metadata_purl_types=>[11]}
[Dec 06 2023 04:54:20 UTC (QA Tests)] WARN  -- Potentially Slow Code 'has_element? global-search-input' took 1.02s
[Dec 06 2023 04:54:22 UTC (QA Tests)] WARN  -- Potentially Slow Code 'has_element? user-profile-link' took 1.051s
[Dec 06 2023 04:54:22 UTC (QA Tests)] INFO  -- clicking :user-avatar-content
[Dec 06 2023 04:54:22 UTC (QA Tests)] INFO  -- clicking :sign_out_link
[Dec 06 2023 04:54:22 UTC (QA Tests)] WARN  -- Potentially Slow Code 'click_element sign_out_link' took 0.706s
Create
  Download merge request patch and diff
Edited by Mark Lapierre

Merge request reports