rspec-ee system pg12 4/10
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on green-4.shared-gitlab-org.runners-manager.gitlab.com/default x5QiHUKw3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:31c3beb3b8968af162019219a074f3d4c1a5b1ab319ec86668229ad0a7ed0e4f for postgres:12 with digest postgres@sha256:63a045745aec8457cb208e929118b557e95e1b1327e2ad29f14174054be5d56e ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:f30aed8202b4ddc9ed0c833f7bd2b90470dc3a438a51b6567e9955adfe224051 for redis:6.0-alpine with digest redis@sha256:fcf49f0ab799e3b7217aab710606e888b190bbf3c3a81b5c912dd8ef351d1f69 ...13Starting service elasticsearch:7.17.6 ...14Pulling docker image elasticsearch:7.17.6 ...15Using docker image sha256:5fad10241ffd65d817ed0ddfaf6e87eee1f7dc2a7db33db1047835560ea71fda for elasticsearch:7.17.6 with digest elasticsearch@sha256:6c128de5d01c0c130a806022d6bd99b3e4c27a9af5bfc33b6b81861ae117d028 ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...21Running on runner-x5qihukw-project-278964-concurrent-0 via runner-x5qihukw-shared-gitlab-org-1670484329-7644a371...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 163372, done. 28remote: Counting objects: 100% (163372/163372), done. 29remote: Compressing objects: 100% (94785/94785), done. 30remote: Total 163372 (delta 84810), reused 119124 (delta 63094), pack-reused 0 31Receiving objects: 100% (163372/163372), 121.93 MiB | 25.06 MiB/s, done.32Resolving deltas: 100% (84810/84810), done.34 * [new ref] refs/pipelines/716916172 -> refs/pipelines/71691617235Checking out 8f189ac6 as refs/merge-requests/106378/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-16...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-16 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-16...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 44Successfully extracted cache46Downloading artifacts for compile-test-assets (3443740837)...47Downloading artifacts from coordinator... ok id=3443740837 responseStatus=200 OK token=KRfv7ryH48Downloading artifacts for detect-tests (3443740849)...49Downloading artifacts from coordinator... ok id=3443740849 responseStatus=200 OK token=KRfv7ryH50Downloading artifacts for retrieve-tests-metadata (3443740854)...51Downloading artifacts from coordinator... ok id=3443740854 responseStatus=200 OK token=KRfv7ryH52Downloading artifacts for setup-test-env (3443740841)...53Downloading artifacts from coordinator... ok id=3443740841 responseStatus=200 OK token=KRfv7ryH55Using docker image sha256:9f9846a4ac0697e6010265e736ea0ed08cd0506c4323c4e2a29d17e1b28665ce for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-106-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.18-node-16.14-postgresql-12@sha256:9229dfe0f4ee76cecfd8411f6668b0b2a5fd730d1d3688013b3a721189fcccb5 ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh690Using decomposed database config (config/database.yml.decomposed-postgresql)691$ setup_db_user_only692CREATE ROLE693GRANT694==> 'setup_db_user_only' succeeded in 1 seconds.695$ bundle exec rake db:drop db:create db:schema:load db:migrate696Dropped database 'gitlabhq_test'697Dropped database 'gitlabhq_test_ci'698Dropped database 'gitlabhq_geo_test'699Created database 'gitlabhq_test'700Created database 'gitlabhq_test_ci'701Created database 'gitlabhq_geo_test'702==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.703$ setup_db_praefect704SELECT pg_catalog.set_config('search_path', '', false);705CREATE DATABASE praefect_test ENCODING 'UTF8';706==> 'setup_db_praefect' succeeded in 0 seconds.707$ source ./scripts/rspec_helpers.sh708$ run_timed_command "gem install knapsack --no-document"709$ gem install knapsack --no-document710Successfully installed knapsack-4.0.07111 gem installed712==> 'gem install knapsack --no-document' succeeded in 1 seconds.713$ echo -e "\e[0Ksection_start:`date +%s`:gitaly-test-spawn[collapsed=true]\r\e[0KStarting Gitaly"823$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"824SKIP_FLAKY_TESTS_AUTOMATICALLY: true825RETRY_FAILED_TESTS_IN_NEW_PROCESS: true826KNAPSACK_GENERATE_REPORT: true827FLAKY_RSPEC_GENERATE_REPORT: true828KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb829KNAPSACK_LOG_LEVEL: debug830KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_4_10_report.json831FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json832FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_4_10_report.json833NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_4_10_report.json834SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_4_10_report.txt835RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_4_10_report.txt836CRYSTALBALL: 837Knapsack report generator started!838Run options: exclude {:quarantine=>true, :level=>"migration"}839==> Starting Gitaly set up...840==> Starting GitLab Elasticsearch Indexer set up...841Test environment set up in 0.80016471 seconds842Project elastic search843Starting the Capybara driver server...844 search_page_vertical_nav_enabled: true845 searching846Capybara starting Puma...847* Version 5.6.5 , codename: Birdie's Version848* Min threads: 0, max threads: 4849* Listening on unix:///tmp/20221208-465-1s5j32w850 finds issues851Skipping ./ee/spec/features/search/elastic/project_search_spec.rb[1:1:1:2] 'Project elastic search search_page_vertical_nav_enabled: true searching finds merge requests' because it's flaky.852 finds merge requests (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)853 finds milestones854 finds wiki pages855 finds notes856Skipping ./ee/spec/features/search/elastic/project_search_spec.rb[1:1:1:6] 'Project elastic search search_page_vertical_nav_enabled: true searching finds commits' because it's flaky.857 finds commits (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)858 finds blobs859 displays Advanced Search status860 when `repository_ref` isn't the default branch861 displays that advanced search is disabled862 when `repository_ref` is unset863 displays that advanced search is enabled864 when `repository_ref` is the default branch865 displays that advanced search is enabled866 search_page_vertical_nav_enabled: false867 searching868 finds issues869 finds merge requests870 finds milestones871 finds wiki pages872 finds notes873 finds commits874 finds blobs875 displays Advanced Search status876 when `repository_ref` isn't the default branch877 displays that advanced search is disabled878 when `repository_ref` is unset879 displays that advanced search is enabled880 when `repository_ref` is the default branch881 displays that advanced search is enabled882Project elastic search redactions883 behaves like a redacted search results page884 behaves like redacted search results page assertions885 when logged in886 redacts private features the user does not have access to887 when issues are public888 redacts other private features889 behaves like redacted search results page assertions890 when not logged in891 redacts private features the user does not have access to892 when issues are public893 redacts other private features894Groups > Members > Manage members895 with overage modal concerns896 when adding a member to a free group897 adding one user with a given role doesn't trigger an overage modal898 when adding a member to a premium group899 when there is no free spaces in the subscription900 shows a modal and invites them to a group if confirmed901 shows a modal and invites them to a group if confirmed902 when there is one free space in the subscription903 adding one user with a given role doesn't trigger an overage modal904 adding two users triggers overage modal905 when modal is shown906 get back to initial modal if not confirmed907 when adding a member to a ultimate group with no places left908 adding one user with a given role doesn't trigger an overage modal909 adding one user with a given role doesn't trigger an overage modal910Skipping ./ee/spec/features/groups/members/manage_members_spec.rb[1:1:3:4] 'Groups > Members > Manage members with overage modal concerns when adding a member to a ultimate group with no places left shows a modal and invites them to a group if confirmed' because it's flaky.911 shows a modal and invites them to a group if confirmed (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)912 when adding a member to a ultimate group that alerady has an overage913 adding one user with a given role doesn't trigger an overage modal914 when adding to a group not eligible for reconciliation915 adding one user with a given role doesn't trigger an overage modal916 with banned members917 owner can unban banned users918 when feature flag is disabled919 owner cannot see banned users920 when licensed feature is not available921 owner cannot see banned users922 with free user limit923 when at free user limit924 shows the alert notification in the modal925 when close to free user limit on new namespace926 shows the alert notification in the modal927Admin views Subscription928 with a cloud license929 with a cloud license only930 displays the subscription details931 succeeds to sync the subscription932 fails to sync the subscription933 behaves like an "Export license usage file" button934 displays the Export License Usage File button935 behaves like license removal936 when removing a license file937Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:1:1:5:1:1] 'Admin views Subscription with a cloud license with a cloud license only behaves like license removal when removing a license file shows a message saying the license was correctly removed' because it's flaky.938 shows a message saying the license was correctly removed (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)939 when the instance is SaaS940 shows a message with a warning affecting all customers941 with license file942 behaves like an "Export license usage file" button943 displays the Export License Usage File button944 behaves like license removal945 when removing a license file946Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:2:1:1] 'Admin views Subscription with license file behaves like license removal when removing a license file shows a message saying the license was correctly removed' because it's flaky.947 shows a message saying the license was correctly removed (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)948 when the instance is SaaS949Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:2:2:1] 'Admin views Subscription with license file behaves like license removal when the instance is SaaS shows a message with a warning affecting all customers' because it's flaky.950 shows a message with a warning affecting all customers (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)951 when activating another subscription952Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:1] 'Admin views Subscription with license file when activating another subscription shows the activation modal' because it's flaky.953 shows the activation modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)954Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:2] 'Admin views Subscription with license file when activating another subscription displays an error when the activation fails' because it's flaky.955 displays an error when the activation fails (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)956 displays a connectivity error9581st Try error in ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:140:959Unable to find css "[role=\"dialog\"]"960Timeout (30s) reached while running a waiting Capybara finder.961Consider using a non-waiting finder.963Unexpected browser console output:964security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.965webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"966https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED967security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.968webpack-internal:///TS24 12:10 "[gitlab]" "TypeError: Cannot read properties of undefined (reading 'protocol')\n"969https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED970security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.971webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."972https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED973security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.974webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"975https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED976security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.977webpack-internal:///TS24 12:10 "[gitlab]" "TypeError: Cannot read properties of undefined (reading 'protocol')\n"978https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED979security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.980https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED981security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.982webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"983https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED984security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.985webpack-internal:///TS24 12:10 "[gitlab]" "TypeError: Cannot read properties of undefined (reading 'protocol')\n"986https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED987security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.988https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED989security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.990webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"991https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED992security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.993webpack-internal:///TS24 12:10 "[gitlab]" "TypeError: Cannot read properties of undefined (reading 'protocol')\n"994https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED995security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.996https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED997security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.998webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"999https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1000security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1001webpack-internal:///TS24 12:10 "[gitlab]" "TypeError: Cannot read properties of undefined (reading 'protocol')\n"1002https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1003security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1004https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1005security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1006security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1007security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1008security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1009webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1010https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1011security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1012https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1013security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1014webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1015https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1016security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1017webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1018https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1019security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1020https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1021security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1022webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1023https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1024security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1025webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1026https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1027security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1028https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1029security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1030https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1031security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1032webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1033https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1034security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1035https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1036security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1037https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1038security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1039webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1040https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1041security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1042https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1043security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1044https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1045security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1046webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1047https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1048security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1049https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1050security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1051https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1052security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1053webpack-internal:///rP6D 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"1054https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1055security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1056https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1057security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1058https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1059security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1060security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1061https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1062security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1063https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1064security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1065https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1066security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1067https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1068https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1069security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1070https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1071security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1072https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1073https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1074security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1075https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1076security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1077https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1078security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1079https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1080https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1081security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1082webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1083https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1084security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1085https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1086security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1087https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1088security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1089https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1090security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1091https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1092security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1093https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1094https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1095security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1096https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1097security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1098https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1099https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1100security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1101https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1102security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1103https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1104security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1105https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1106https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1107security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1108webpack-internal:///gzws 126:12 "[gl-button]: Accessible name missing. Please add inner text or aria-label."1109https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1110security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1111https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1112security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1113https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1114security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1115https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1116security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1117https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1118security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1119https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1120security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1121https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1122security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1123security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1124https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1125security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1126https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1127security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1128https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1129security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1130security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1131https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1132security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1133https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1134security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1135https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1136security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1137https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1138security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1139https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1140security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1141https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1142security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1143https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1144security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1145security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1146https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1147security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1148https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1149security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1150https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1151security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1152https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1153security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1154https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1155security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1156https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1157security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1158https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1159security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1160https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1161security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1162https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1163security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1164https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1165security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1166https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1167security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1168https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1169security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1170https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1171security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1172https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1173security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1174https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1175security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1176https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1177security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1178https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1179security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1180https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1181http://127.0.0.1:34473/admin/license/sync_seat_link - Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)1182security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1183https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1184security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1185https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1186security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1187https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1188security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1189https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1190security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1191https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1192security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1193https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1194security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1195https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1196security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1197https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1198security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1199https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1200security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1201security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1202https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1203security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1204https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1205security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.1206https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1207https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED1209RSpec::Retry: 2nd try ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:1401210 with no active subscription1211 does not display the Export License Usage File button1212 behaves like no active license1213 displays a message signaling there is not active subscription1214 when activating a subscription fails1215 shows the general error message1216 when license is expired1217 shows the license expired error message1218 when activating a future-dated subscription1219 shows a successful future-dated activation message1220 behaves like no active license1221 displays a message signaling there is not active subscription1222 when activating a new subscription1223 shows a successful activation message1224 shows the subscription details1225 shows the appropriate license type1226 when uploading a license file1227 does not show a link to activate a license file1228 manual quarterly co-term banner1229 when on Gitlab.com1230 behaves like a hidden manual quarterly co-term banner1231 does not display a banner1232 when on self-managed1233 when reconciliation is upcoming1234 within notification window1235 behaves like a visible manual quarterly co-term banner1236 displays a banner1237 outside of notification window1238 behaves like a hidden manual quarterly co-term banner1239 does not display a banner1240 when reconciliation date was passed1241 behaves like a visible manual quarterly co-term banner1242 displays a banner1243 when reconciliation date is outside of the notification window1244 behaves like a hidden manual quarterly co-term banner1245 does not display a banner1246Epic show1247 when sub-epics feature is available1248 Epic metadata1249 shows buttons `Tree view` and `Roadmap view`1250 Epics and Issues tab1251 shows Related items tree with child epics1252Skipping ./ee/spec/features/epics/epic_show_spec.rb[1:1:2:2] 'Epic show when sub-epics feature is available Epics and Issues tab autocompletes issues when "#" is input in the add item form' because it's flaky.1253 autocompletes issues when "#" is input in the add item form (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1254 autocompletes epics when "&" is input in the add item form1255 Roadmap tab1256 does not show thread filter dropdown1257 when the sub-epics feature is not available1258 Epic metadata1259 shows epic tab `Issues`1260 does not show buttons `Tree view` and `Roadmap view`1261 Issues tab1262 shows Related items tree with child epics1263 Epic metadata1264 shows epic status, date and author in header1265 shows epic title and description1266 shows epic overview preferences dropdown1267 behaves like page meta description1268 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown1269 Sort dropdown1270 when sorted by `Oldest first`1271Skipping ./ee/spec/features/epics/epic_show_spec.rb[1:3:5:1:1] 'Epic show Epic metadata Sort dropdown when sorted by `Oldest first` shows comments in the correct order' because it's flaky.1272 shows comments in the correct order (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1273 when sorted by `Newest first`1274Skipping ./ee/spec/features/epics/epic_show_spec.rb[1:3:5:2:1] 'Epic show Epic metadata Sort dropdown when sorted by `Newest first` shows comments in the correct order' because it's flaky.1275 shows comments in the correct order (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1276 Epic sidebar1277 Labels select1278 opens dropdown when `Edit` is clicked1279 when dropdown is open1280 shows labels within the label dropdown1281 shows checkmark next to label when label is clicked1282 shows label create view when `Create group label` is clicked1283 creates new label using create view1284 shows labels list view when `Cancel` button is clicked from create view1285 shows labels list view when back button is clicked from create view1286 Colors select1287 when feature flag is disabled1288 does not show the color select dropdown1289 when feature flag is enabled1290 shows the color select dropdown1291 opens dropdown when `Edit` is clicked1292 when dropdown is open1293 shows colors within the color dropdown1294 shows checkmark next to color after a new color has been selected1295Project issue boards1296 with group and reporter1297 can edit board name1298 swimlanes dropdown1299 license feature on1300 does not show Group by dropdown when user is not logged in1301 shows Group by dropdown when user is logged in1302 license feature off1303 does not show Group by dropdown when user is not logged in1304 does not show Group by dropdown when user is logged in1305 total weight1306 shows total weight for backlog1307 updates weight when moving to list1308 unlicensed1309 hides weight1310 list header1311 When FF is turned on1312 when max issue count is set1313 displays issue and max issue size1314 list settings1315 when license is available1316 shows the list settings button1317 when settings button is clicked1318 shows the board list settings sidebar1319 when boards setting sidebar is open1320 when user clicks Remove Limit1321 sets max issue count to zero1322 when the user is editing a wip limit and clicks close1323 updates the max issue count wip limit1324 when user off clicks1325 updates the max issue count wip limit1326 When user sets max issue count to 01327 updates the max issue count wip limit to None1328 when user hits enter1329 updates the max issue count wip limit1330 when license is not available1331 does not show the list settings button1332Issue Sidebar1333 Assignees1334 shows label text as "Apply" when assignees are changed1335 updating weight1336 updates weight in sidebar to 01337 updates weight in sidebar to no weight by clicking `remove weight`1338 updates weight in sidebar to no weight by setting an empty value1339 as a guest1340 does not have a option to edit weight1341 as a guest, interacting with collapsed sidebar1342 edit weight field does not appear after clicking on weight when sidebar is collapsed then expanding it1343 health status1344 when health status feature is available1345 shows health status on sidebar1346 when user closes an issue1347 disables the edit button1348 when health status feature is not available1349 does not show health status on sidebar1350 Iterations1351 when iterations feature available1352 selects and updates the right iteration1353 does not show closed iterations1354 when searching iteration by its cadence title1355 returns the correct iteration1356 when a project does not have a group1357 cannot find the select-iteration edit button1358 when iteration feature is not available1359 cannot find the select-iteration edit button1360 escalation policy1361 is not available for default issue type1362Projects > Audit Events1363 has Audit Events button in head nav bar1364 has Project audit events in the header1365 unlicensed1366 returns 4041367 does not have Audit Events button in head nav bar1368 unlicensed but we show promotions1369 returns 2001370 has Audit Events button in head nav bar1371 does not have Project audit events in the header1372 when the "Security & Compliance" feature is disabled1373 is expected to respond with numeric status code not_found1374 adding an SSH key1375 appears in the project's audit events1376 changing a user access level1377 appears in the project's audit events1378 changing merge request approval permission for authors and reviewers1379 appears in the project's audit events1380 combined list of authenticated and unauthenticated users1381 displays the correct authors names1382 audit event filter1383 filter by date1384 behaves like audit events date filter1385 shows only 2 days old events1386 shows only today's event1387 shows a message if provided date is invalid1388 signed in as a developer1389 filter by author1390 behaves like audit events author filtering without entity admin permission1391 shows only events by the current user when filtering for another user's id1392 shows only events by the current user when filtering for another user's username1393Display approaching user count limit banner1394 with reached user count threshold1395 when admin is logged in1396 in admin area1397 behaves like a visible banner1398 shows the banner1399 when banner was dismissed1400 behaves like a hidden banner1401 does not show the banner1402 in regular area1403 behaves like a hidden banner1404 does not show the banner1405 when regular user is logged in1406 behaves like a hidden banner1407 does not show the banner1408 when not reached user count threshold1409 when admin is logged in1410 behaves like a hidden banner1411 does not show the banner1412 when regular user is logged in1413 behaves like a hidden banner1414 does not show the banner1415 when active user count is above license user count1416 behaves like a hidden banner1417 does not show the banner1418 without license1419 behaves like a hidden banner1420 does not show the banner1421 with trial license1422 behaves like a hidden banner1423 does not show the banner1424Expiring Subscription Message1425 for self-managed subscriptions1426 when signed in user is an admin1427 with a license with no expiration1428 loads the page without any subscription expiration notifications1429 with an expired license1430 notifies the admin of the expired subscription1431 with a license expiring in 15 days1432 notifies the admin of a soon expiring subscription1433 with a license expiring in more than 15 days1434 loads the page without any subscription expiration notifications1435 when self-managed subscription is already renewed1436 loads the page without any subscription expiration notifications1437 when signed in user is not an admin1438 with a license with no expiration1439 loads the page without any subscription expiration notifications1440 with an expired license in the grace period1441 loads the page without any subscription expiration notifications1442 with an expired license beyond the grace period1443 notifies the admin of the expired subscription1444 for namespace subscriptions1445 when signed in user is a group owner1446 with an expired license1447 notifies the group owner of the expired subscription1448 with a license expiring in less than 15 days1449 notifies the group owner of a soon expiring subscription1450 with a license expiring in 30 or more days1451 loads the page without any subscription expiration notifications1452 when signed in user is not a group owner1453 with an expired license1454 loads the page without any subscription expiration notifications1455 with a license expiring in less than 30 days1456 loads the page without any subscription expiration notifications1457Project settings > [EE] repository1458 unlicensed1459 does not show pull mirror settings1460 licensed1461 shows pull mirror settings1462 mirrored external repo1463 does not show personal access token1464 does not show password and personal access token on the page1465 with an existing pull mirror1466 deletes the mirror1467 with a non-mirrored imported project1468 does not show a pull mirror1469[EE] Private Project Access1470 GET/:project_path/insights1471 is allowed for admin when admin mode is enabled1472 is denied for admin when admin mode is disabled1473 is expected to be allowed for auditor1474 is expected to be allowed for owner1475 is expected to be allowed for maintainer1476 is expected to be allowed for developer1477 is expected to be allowed for reporter1478 is expected to be allowed for guest1479 is expected to be denied for user1480 is expected to be denied for external1481 is expected to be denied for visitor1482 GET /:project_path1483 is expected to be allowed for auditor1484 GET /:project_path/-/tree/master1485 is expected to be allowed for auditor1486 GET /:project_path/-/commits/master1487 is expected to be allowed for auditor1488 GET /:project_path/-/commit/:sha1489 is expected to be allowed for auditor1490 GET /:project_path/-/compare1491 is expected to be allowed for auditor1492 GET /:project_path/-/project_members1493 is expected to be allowed for auditor1494 GET /:project_path/-/blob1495 is expected to be allowed for auditor1496 GET /:project_path/edit1497 is expected to be denied for auditor1498 GET /:project_path/deploy_keys1499 is expected to be denied for auditor1500 GET /:project_path/issues1501 is expected to be allowed for auditor1502 GET /:project_path/snippets1503DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)1504 is expected to be allowed for auditor1505 GET /:project_path/-/merge_requests1506 is expected to be allowed for auditor1507 GET /:project_path/-/branches1508 is expected to be allowed for auditor1509 GET /:project_path/-/tags1510 is expected to be allowed for auditor1511 GET /:project_path/-/settings/integrations1512 is expected to be denied for auditor1513 GET /:project_path/-/environments1514 is expected to be allowed for auditor1515 GET /:project_path/-/environments/:id1516 is expected to be allowed for auditor1517 GET /:project_path/-/environments/new1518 is expected to be denied for auditor1519 when license blocks changes1520 GET /:project_path/issues/new1521 is expected to be denied for maintainer1522 is expected to be denied for reporter1523 is expected to be denied for admin1524 is expected to be denied for guest1525 is expected to be denied for user1526 is expected to be denied for auditor1527 is expected to be denied for visitor1528 GET /:project_path/-/merge_requests/new1529 is expected to be denied for maintainer1530 is expected to be denied for reporter1531 is expected to be denied for admin1532 is expected to be denied for guest1533 is expected to be denied for user1534 is expected to be denied for auditor1535 is expected to be denied for visitor1536 GET /:project_path/container_registry1537 is expected to be allowed for auditor1538Groups > Contribution Analytics1539 visit Contribution Analytics page for group1540 displays Contribution Analytics1541 displays text indicating no pushes, merge requests and issues1542 Contribution Analytics Tabs1543 displays the Date Range GlTabs1544 defaults active to Last Week1545 clicking a different option updates correctly1546Pending group memberships1547 with a public group1548 a pending member sees a public group as if not a member1549 a pending member sees a public group with a project as if not a member1550 a pending member sees a public group with a private project as if not a member1551 a pending group member gets a 404 for a private project in the group1552 a group member can see a private project in the group once the pending membership transitions to active1553 with a private group1554 a pending member gets a 404 for a private group1555 a pending member gets a 404 for a private group with a project1556 with a subgroup1557 a pending member of the root group sees the root group as if not a member1558 a pending member of the root group sees a subgroup as if not a member1559 a pending member of the root group sees a subgroup project as if not a member1560 a pending member of a subgroup sees a root group as if not a member1561 a pending member of a subgroup sees a project as if not a member1562 a member with an active group membership and a pending subgroup membership sees a subgroup project as if the pending membership does not exist1563 with a shared group1564 a pending member of the invited group sees the shared group as if not a member1565 a pending member of the invited group sees the shared group as if not a member when the shared group has a project1566 a pending member of the invited group sees a project in the shared group as if not a member1567 with a shared project1568 a pending member of the invited group sees the shared project's group as if not a member1569 a pending member of the invited group sees the shared project as if not a member1570User approves a merge request1571 when user can approve1572 approves a merge request1573 when a merge request is approved additionally1574 shows multiple approvers beyond the needed count (PENDING: Temporarily skipped with xit)1575 doesn't show the add approval when a merge request is closed1576 when user cannot approve1577 does not approves a merge request1578Labels Hierarchy1579 scoped boards1580 for group boards1581 behaves like filter for scoped boards1582 scopes board to ancestor and current group labels1583 for project boards1584 behaves like filter for scoped boards1585 scopes board to ancestor and current group labels1586Groups > Members > Maintainer/Owner can override LDAP access levels1587 does not allow override on project members page1588 does not allow override of inherited group members1589 owner cannot override LDAP access level1590 owner can override LDAP access level1591Project Subscriptions1592 renders the correct path for the form action1593 renders the list of downstream projects1594 doesn't allow to delete downstream projects1595Skipping ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb[1:4] 'Project Subscriptions successfully creates new pipeline subscription' because it's flaky.1596 successfully creates new pipeline subscription (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1597Skipping ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb[1:5] 'Project Subscriptions shows flash warning when unsuccesful in creating a pipeline subscription' because it's flaky.1598 shows flash warning when unsuccesful in creating a pipeline subscription (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1599Skipping ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb[1:6] 'Project Subscriptions subscription is removed successfully' because it's flaky.1600 subscription is removed successfully (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1601Issue Boards new issue1602 authorized user1603 successfully assigns weight to newly-created issue1604 milestone list1605 successfuly loads milestone to be added to newly created issue1606User activates Jira1607 user sets and activates Jira integration1608 when Jira connection test succeeds1609 adds Jira links to "Issues" sidebar menu1610 when jira_issues_integration feature is not available1611 does not show Jira links in "Issues" sidebar menu1612SAML access enforcement1613 without SAML session1614 group resources1615 behaves like resource access1616 prevents access to resource via SSO redirect1617 subgroup resources1618 behaves like resource access1619 prevents access to resource via SSO redirect1620 project resources1621 behaves like resource access1622 prevents access to resource via SSO redirect1623 subgroup project resources1624 behaves like resource access1625 prevents access to resource via SSO redirect1626 with active SAML login from session1627 group resources1628 behaves like resource access1629 allows access to resource1630 subgroup resources1631 behaves like resource access1632 allows access to resource1633 project resources1634 behaves like resource access1635 allows access to resource1636 subgroup project resources1637 behaves like resource access1638 allows access to resource1639 when SAML session expires1640 shows loading screen and link used for auto-redirect1641 with a merge request1642 redirects to the SSO page and then merge request page after login1643User views all merge requests1644 shows custom tooltip after user has approved1645 shows custom tooltip after a different user has approved1646 shows custom tooltip after multiple users have approved1647 shows custom tooltip after multiple users have approved, including self1648 more approvals are required1649 shows generic approvals tooltip1650 shows custom tooltip after a different user has approved1651 shows custom tooltip after self has approved1652Delete Epic1653 when user who is not a group member displays the epic1654 does not show the Delete button1655 when user with owner access displays the epic1656 deletes the issue and redirect to epic list1657User creates Site profile1658 when feature is available1659 shows the form1660 on submit1661 on cancel1662 when feature is not available1663 renders a 4041664EE > Projects > Settings > Merge requests > User manages merge trains1665 # order random1666 sees unchecked merge trains checkbox1667 when license is insufficient1668 does not see the checkbox1669 when user enabled the checkbox1670 sees enabled merge trains checkbox1671Dashboard projects1672 behaves like dashboard ultimate trial callout1673 hides promotion callout if not .com1674 .com1675 shows dismissable promotion callout if default dashboard for an owner1676 hides dismissable promotion callout if default dashboard for a non group owner1677 hides dismissable promotion callout if not default dashboard1678 hides promotion callout if a trial is active1679 hides promotion callout if user owns a paid namespace1680Pipelines1681 GET /:project/-/pipelines1682 pushes use_api_for_payment_validation feature flag1683 when namespace is in read-only mode1684 does not render Run pipeline and CI lint link1685 GET /:project/-/pipelines/new1686 when namespace is in read-only mode1687 renders 4041688User views iteration cadences1689 shows iteration cadences with iterations when expanded1690 only shows completed iterations on Done tab1691 shows inherited cadences in subgroup1692Incident Management index1693 # order random1694 when a developer displays the incident list1695 has expected columns1696 with SLA feature available1697 includes the SLA column1698 with Status Page feature available1699 includes the Published column1700create epic in board1701 new epics in board list1702 creates new epic and opens sidebar1703User adds hook1704 adds new hook1705User searches group settings1706 in Webhooks page1707 behaves like can highlight results1708 has search settings field1709 highlights the search terms1710Group domain verification settings1711 # order random1712 displays the side bar menu item1713 when there are no domains1714 displays no domains present message1715 when there are domains1716 displays all domains within group hierarchy1717EE > Projects > Settings > Merge requests > User manages merge requests template1718 # order random1719 saves merge request template1720Admin::Projects1721 GET /admin/projects1722 is expected to be denied for auditor1723 GET /admin/users1724 is expected to be denied for auditor1725 GET /admin/hooks1726 is expected to be denied for auditor1727GroupAnalytics1728 renders the container1729Standard flow for user picking just me and creating a project1730 # order random1731Skipping ./ee/spec/features/registrations/saas/standard_flow_just_me_creating_project_spec.rb[1:1] 'Standard flow for user picking just me and creating a project registers the user and creates a group and project reaching onboarding' because it's flaky.1732 registers the user and creates a group and project reaching onboarding (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1733Knapsack report was generated. Preview:1734{1735 "ee/spec/features/search/elastic/project_search_spec.rb": 423.36280539400104,1736 "ee/spec/features/groups/members/manage_members_spec.rb": 84.6025536420002,1737 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 153.51343302700116,1738 "ee/spec/features/epics/epic_show_spec.rb": 96.16950709699995,1739 "ee/spec/features/boards/boards_spec.rb": 84.33956115900037,1740 "ee/spec/features/issues/issue_sidebar_spec.rb": 74.05962762600029,1741 "ee/spec/features/projects/audit_events_spec.rb": 58.497164840999176,1742 "ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb": 43.92437204700036,1743 "ee/spec/features/subscriptions/expiring_subscription_message_spec.rb": 41.796687189000295,1744 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 37.94015997899987,1745 "ee/spec/features/security/project/private_access_spec.rb": 22.54728112200064,1746 "ee/spec/features/groups/contribution_analytics_spec.rb": 23.709838180000588,1747 "ee/spec/features/pending_group_memberships_spec.rb": 22.46053816099993,1748 "ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb": 22.358520100000533,1749 "ee/spec/features/labels_hierarchy_spec.rb": 19.928219192999677,1750 "ee/spec/features/groups/members/override_ldap_memberships_spec.rb": 17.979419817000235,1751 "ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb": 18.27248989799955,1752 "ee/spec/features/boards/new_issue_spec.rb": 13.859353640000336,1753 "ee/spec/features/projects/integrations/user_activates_jira_spec.rb": 15.728629962999548,1754 "ee/spec/features/groups/saml_enforcement_spec.rb": 13.042618080999091,1755 "ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb": 10.226237029999538,1756 "ee/spec/features/epics/delete_epic_spec.rb": 11.575850364999496,1757 "ee/spec/features/projects/security/dast_site_profiles_spec.rb": 11.302623759000198,1758 "ee/spec/features/projects/settings/merge_requests/user_manages_merge_trains_spec.rb": 8.429288393001116,1759 "ee/spec/features/dashboards/projects_spec.rb": 8.15470194000045,1760 "ee/spec/features/projects/pipelines/pipelines_spec.rb": 7.918492371998582,1761 "ee/spec/features/groups/iterations/user_views_iteration_cadence_spec.rb": 7.5759224650009855,1762 "ee/spec/features/incidents/incidents_list_spec.rb": 8.148334549998253,1763 "ee/spec/features/epic_boards/new_epic_spec.rb": 5.945675041000868,1764 "ee/spec/features/groups/hooks/user_adds_hook_spec.rb": 5.042652686999645,1765 "ee/spec/features/groups/settings/user_searches_in_settings_spec.rb": 4.8793650130010064,1766 "ee/spec/features/groups/settings/domain_verification_spec.rb": 3.387788216001354,1767 "ee/spec/features/projects/settings/merge_requests/user_manages_merge_requests_template_spec.rb": 2.343512825998914,1768 "ee/spec/features/security/admin_access_spec.rb": 1.113926112999252,1769 "ee/spec/features/analytics/group_analytics_spec.rb": 1.16667279899957071770}1771Knapsack global time execution for tests: 23m 05s1772Pending: (Failures listed here are expected and do not affect your suite's status)1773 1) Project elastic search search_page_vertical_nav_enabled: true searching finds merge requests1774 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1775 # ./ee/spec/features/search/elastic/project_search_spec.rb:371776 2) Project elastic search search_page_vertical_nav_enabled: true searching finds commits1777 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1778 # ./ee/spec/features/search/elastic/project_search_spec.rb:781779 3) Groups > Members > Manage members with overage modal concerns when adding a member to a ultimate group with no places left shows a modal and invites them to a group if confirmed1780 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1781 # ./ee/spec/features/groups/members/manage_members_spec.rb:731782 4) Admin views Subscription with a cloud license with a cloud license only behaves like license removal when removing a license file shows a message saying the license was correctly removed1783 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1784 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:271785 5) Admin views Subscription with license file behaves like license removal when removing a license file shows a message saying the license was correctly removed1786 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1787 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:271788 6) Admin views Subscription with license file behaves like license removal when the instance is SaaS shows a message with a warning affecting all customers1789 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1790 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:481791 7) Admin views Subscription with license file when activating another subscription shows the activation modal1792 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1793 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:1241794 8) Admin views Subscription with license file when activating another subscription displays an error when the activation fails1795 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1796 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:1301797 9) Epic show when sub-epics feature is available Epics and Issues tab autocompletes issues when "#" is input in the add item form1798 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1799 # ./ee/spec/features/epics/epic_show_spec.rb:791800 10) Epic show Epic metadata Sort dropdown when sorted by `Oldest first` shows comments in the correct order1801 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1802 # ./ee/spec/features/epics/epic_show_spec.rb:2031803 11) Epic show Epic metadata Sort dropdown when sorted by `Newest first` shows comments in the correct order1804 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1805 # ./ee/spec/features/epics/epic_show_spec.rb:2191806 12) User approves a merge request when a merge request is approved additionally shows multiple approvers beyond the needed count1807 # Temporarily skipped with xit1808 # ./ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb:401809 13) Project Subscriptions successfully creates new pipeline subscription1810 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1811 # ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb:451812 14) Project Subscriptions shows flash warning when unsuccesful in creating a pipeline subscription1813 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1814 # ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb:641815 15) Project Subscriptions subscription is removed successfully1816 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1817 # ./ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb:811818 16) Standard flow for user picking just me and creating a project registers the user and creates a group and project reaching onboarding1819 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1820 # ./ee/spec/features/registrations/saas/standard_flow_just_me_creating_project_spec.rb:71821Finished in 23 minutes 9 seconds (files took 1 minute 16.4 seconds to load)1822311 examples, 0 failures, 16 pending1823Randomized with seed 133161824[TEST PROF INFO] Time spent in factories: 01:41.527 (7.13% of total time)1825Failed to write to log, write log/workhorse-test.log: file already closed1826RSpec exited with 0.1827No examples to retry, congrats!1829Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1830Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-16 due to policy1832Uploading artifacts...1833coverage/: found 5 matching files and directories 1834crystalball/: found 2 matching files and directories 1835deprecations/: found 7 matching files and directories 1836knapsack/: found 3 matching files and directories 1837WARNING: query_recorder/: no matching files. Ensure that the artifact path is relative to the working directory 1838rspec/: found 12 matching files and directories 1839tmp/capybara/: found 3 matching files and directories 1840log/*.log: found 18 matching files and directories 1841WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741119/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1842WARNING: Retrying... context=artifacts-uploader error=request redirected1843Uploading artifacts as "archive" to coordinator... 201 Created id=3443741119 responseStatus=201 Created token=KRfv7ryH1844Uploading artifacts...1845rspec/junit_rspec.xml: found 1 matching files and directories 1846WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/3443741119/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1847WARNING: Retrying... context=artifacts-uploader error=request redirected1848Uploading artifacts as "junit" to coordinator... 201 Created id=3443741119 responseStatus=201 Created token=KRfv7ryH1850Job succeeded