rspec-ee system pg12 1/6
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...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.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...19Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...21Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656403950-dfb326a9...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: 113684, done. 28remote: Counting objects: 100% (113684/113684), done. 29remote: Compressing objects: 100% (80120/80120), done. 30remote: Total 113684 (delta 47013), reused 73436 (delta 29194), pack-reused 0 31Receiving objects: 100% (113684/113684), 107.95 MiB | 21.19 MiB/s, done.32Resolving deltas: 100% (47013/47013), done.34 * [new ref] refs/pipelines/574770947 -> refs/pipelines/57477094735Checking out f470b997 as refs/merge-requests/90613/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (2649391517)...47Downloading artifacts from coordinator... ok id=2649391517 responseStatus=200 OK token=dmBBY2VY48Downloading artifacts for detect-tests (2649391533)...49Downloading artifacts from coordinator... ok id=2649391533 responseStatus=200 OK token=dmBBY2VY50Downloading artifacts for retrieve-tests-metadata (2649391540)...51Downloading artifacts from coordinator... ok id=2649391540 responseStatus=200 OK token=dmBBY2VY52Downloading artifacts for setup-test-env (2649391527)...53Downloading artifacts from coordinator... ok id=2649391527 responseStatus=200 OK token=dmBBY2VY55Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-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.17-node-16.14-postgresql-12@sha256:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...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.sh623.2.3363Bundler version 2.2.3364Successfully installed bundler-2.3.15651 gem installed66production:development67Settings are listed in order of priority. The top value will be used.68clean69Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true70frozen71Set via BUNDLE_FROZEN: true72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74path75Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"76without77Set via BUNDLE_WITHOUT: [:production, :development]78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79Don't run Bundler as root. Bundler can ask for sudo if it is needed, and80installing your bundle as root will break this application for all non-root81users on this machine.82The Gemfile's dependencies are satisfied83==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.84$ bundle pristine pg85Installing pg 1.3.5 with native extensions86==> 'bundle pristine pg' succeeded in 10 seconds.87Using decomposed database config (config/database.yml.decomposed-postgresql)88$ setup_db_user_only89CREATE ROLE90GRANT91==> 'setup_db_user_only' succeeded in 0 seconds.92$ bundle exec rake db:drop db:create db:schema:load db:migrate93Dropped database 'gitlabhq_test'94Dropped database 'gitlabhq_test_ci'95Dropped database 'gitlabhq_geo_test'96Created database 'gitlabhq_test'97Created database 'gitlabhq_test_ci'98Created database 'gitlabhq_geo_test'99==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 34 seconds.100$ setup_db_praefect101SELECT pg_catalog.set_config('search_path', '', false);102CREATE DATABASE praefect_test ENCODING 'UTF8';103==> 'setup_db_praefect' succeeded in 0 seconds.104$ run_timed_command "gem install knapsack --no-document"105$ gem install knapsack --no-document106Successfully installed knapsack-4.0.01071 gem installed108==> 'gem install knapsack --no-document' succeeded in 1 seconds.109$ run_timed_command "scripts/gitaly-test-spawn"110$ scripts/gitaly-test-spawn111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112Don't run Bundler as root. Bundler can ask for sudo if it is needed, and113installing your bundle as root will break this application for all non-root114users on this machine.115Using abstract_type 0.0.7116Using concurrent-ruby 1.1.10117Using i18n 1.10.0118Using minitest 5.15.0119Using tzinfo 2.0.4120Using zeitwerk 2.5.4121Using activesupport 6.1.4.7122Using builder 3.2.4123Using erubi 1.10.0124Using mini_portile2 2.8.0125Using racc 1.6.0126Using nokogiri 1.13.6 (x86_64-linux)127Using rails-dom-testing 2.0.3128Using crass 1.0.6129Using loofah 2.16.0130Using rails-html-sanitizer 1.4.2131Using actionview 6.1.4.7132Using rack 2.2.3133Using rack-test 1.1.0134Using actionpack 6.1.4.7135Using ice_nine 0.11.2136Using thread_safe 0.3.6137Using memoizable 0.4.2138Using adamantium 0.2.0139Using public_suffix 4.0.6140Using addressable 2.7.0141Using ast 2.4.2142Using binding_ninja 0.2.3143Using bundler 2.3.15144Using charlock_holmes 0.7.7145Using coderay 1.1.2146Using equalizer 0.0.11147Using concord 0.1.5148Using diff-lcs 1.3149Using dotenv 2.7.6150Using escape_utils 1.2.1151Using factory_bot 5.0.2152Using multipart-post 2.1.1153Using faraday 1.0.1154Using ffi 1.15.3155Using json 2.5.1156Using gemojione 3.3.0157Using mini_mime 1.0.2158Using rugged 1.2.0159Using github-linguist 7.12.1160Using github-markup 1.7.0161Using mime-types-data 3.2020.1104162Using mime-types 3.3.1163Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1164Using rouge 3.27.0165Using sanitize 6.0.0166Using stringex 2.8.5167Using gitlab-gollum-lib 4.2.7.10.gitlab.2168Using google-protobuf 3.19.1 (x86_64-linux)169Using googleapis-common-protos-types 1.3.0170Using grpc 1.42.0 (x86_64-linux)171Using opentracing 0.5.0172Using thrift 0.15.0173Using jaeger-client 1.1.0174Using pg_query 2.1.1175Using redis 4.4.0176Using gitlab-labkit 0.21.2177Using rubyzip 2.3.2178Using thor 1.1.0179Using tomlrb 2.0.1180Using with_env 1.1.0181Using rexml 3.2.5182Using xml-simple 1.1.9183Using gitlab-license_finder 6.14.2.1184Using gitlab-markup 1.7.1185Using grpc-tools 1.42.0186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 3.0.3.2195Using procto 0.0.3196Using unparser 0.4.7197Using proc_to_ast 0.1.0198Using pry 0.12.2199Using rainbow 3.0.0200Using rbtrace 0.4.14201Using rdoc 6.3.2202Using regexp_parser 1.8.1203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 22 Gemfile dependencies, 100 gems now installed.216Gems in the groups 'production' and 'development' were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: .......................................... OK222Trying to connect to gitaly2: ............................................................... OK223Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK224==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"227SKIP_FLAKY_TESTS_AUTOMATICALLY: true228RETRY_FAILED_TESTS_IN_NEW_PROCESS: true229KNAPSACK_GENERATE_REPORT: true230FLAKY_RSPEC_GENERATE_REPORT: true231KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb232KNAPSACK_LOG_LEVEL: debug233KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_1_6_report.json234FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json235FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_1_6_report.json236NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_1_6_report.json237SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_1_6_report.txt238RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_1_6_report.txt239CRYSTALBALL: 240Knapsack report generator started!241DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call242/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here243 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)244Run options: exclude {:quarantine=>true, :level=>"migration"}245==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.048732015 seconds...246Test environment set up in 0.590106527 seconds247epics swimlanes sidebar248Starting the Capybara driver server...249 in project boards250 behaves like issue boards sidebar251Capybara starting Puma...252* Version 5.6.2 , codename: Birdie's Version253* Min threads: 0, max threads: 4254* Listening on unix:///tmp/20220628-465-jyrquz255 shows sidebar when clicking issue256 closes sidebar when clicking issue257 shows issue details when sidebar is open258 when clicking close button259 unhighlights the active issue card260 closes sidebar when clicking close button261 editing issue milestone262 behaves like milestone sidebar widget263 editing milestone264 shows milestones list in the dropdown265 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list266 adds a milestone267 removes a milestone268 editing issue due date269 behaves like date sidebar widget270 editing due date271 displays "None" when there is no due date272 updates due date273 editing issue labels274 behaves like labels sidebar widget275 editing labels276 shows labels list in the dropdown277 adds a label278 removes a label279 adds first label by pressing enter when search280 escapes XSS when viewing issuable labels281 shows option to create a label282 creating a label283Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:1:1:7:1:1:7:1] 'epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows dropdown switches to "create label" section' because it's flaky.284 shows dropdown switches to "create label" section (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)285Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:1:1:7:1:1:7:2] 'epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label' because it's flaky.286 creates new label (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)287Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:1:1:7:1:1:7:3] 'epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows error message if label title is taken' because it's flaky.288 shows error message if label title is taken (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)289 in notifications subscription290 displays notifications toggle291 shows toggle as on then as off as user toggles to subscribe and unsubscribe292 when notifications have been disabled293 displays a message that notifications have been disabled294 confidentiality295 make issue confidential296 in time tracking297 displays time tracking feature with default message298 when only spent time is recorded299 shows the total time spent only300 when only estimated time is recorded301 shows the estimated time only302 when estimated and spent times are available303 shows time tracking progress bar304 shows both estimated and spent time text305 when limitedToHours instance option is turned on306 shows the total time spent only307 behaves like issue boards sidebar EE308 epics309 when epic feature available310 when the issue is associated with an epic311 displays name of epic and links to it312 updates the epic associated with the issue313 when epics feature is not available314 cannot find sidebar-epic315 iterations316 when iterations feature available317 selects and updates the right iteration318 when iteration feature is not available319 cannot find the iteration-edit320 weight321 when issue weight feature available322 selects and updates weight323 when issue weight feature is not available324 cannot find the sidebar-weight325 in group boards326 behaves like issue boards sidebar327 shows sidebar when clicking issue328 closes sidebar when clicking issue329 shows issue details when sidebar is open330 when clicking close button331 unhighlights the active issue card332 closes sidebar when clicking close button333 editing issue milestone334 behaves like milestone sidebar widget335 editing milestone336 shows milestones list in the dropdown337 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list338 adds a milestone339 removes a milestone340 editing issue due date341 behaves like date sidebar widget342 editing due date343 displays "None" when there is no due date344 updates due date345 editing issue labels346 behaves like labels sidebar widget347 editing labels348 shows labels list in the dropdown349 adds a label350 removes a label351 adds first label by pressing enter when search352 escapes XSS when viewing issuable labels353 shows option to create a label354 creating a label355Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:2:1:7:1:1:7:1] 'epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows dropdown switches to "create label" section' because it's flaky.356 shows dropdown switches to "create label" section (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)357Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:2:1:7:1:1:7:2] 'epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label' because it's flaky.358 creates new label (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)359Skipping ./ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb[1:2:1:7:1:1:7:3] 'epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows error message if label title is taken' because it's flaky.360 shows error message if label title is taken (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)361 in notifications subscription362 displays notifications toggle363 shows toggle as on then as off as user toggles to subscribe and unsubscribe364 when notifications have been disabled365 displays a message that notifications have been disabled366 confidentiality367 make issue confidential368 in time tracking369 displays time tracking feature with default message370 when only spent time is recorded371 shows the total time spent only372 when only estimated time is recorded373 shows the estimated time only374 when estimated and spent times are available375 shows time tracking progress bar376 shows both estimated and spent time text377 when limitedToHours instance option is turned on378 shows the total time spent only379 behaves like issue boards sidebar EE380 epics381 when epic feature available382 when the issue is associated with an epic383 displays name of epic and links to it384 updates the epic associated with the issue385 when epics feature is not available386 cannot find sidebar-epic387 iterations388 when iterations feature available389 selects and updates the right iteration390 when iteration feature is not available391 cannot find the iteration-edit392 weight393 when issue weight feature available394 selects and updates weight395 when issue weight feature is not available396 cannot find the sidebar-weight397epics swimlanes398 when no epic is displayed399 user can drag and drop between columns400 drag and drop issue401 between epics402 from epic to unassigned issues lane403 from unassigned issues lane to epic404 between lists within epic lane405 between lists within unassigned lane406 between lists and epics407 drag and drop list408 re-orders lists409Pipeline410 GET /:project/-/pipelines/:id411 triggered and triggered by pipelines412 renders downstream pipeline413 expands the upstream pipeline on click414 renders upstream pipeline415 expands the upstream on click416 closes the expanded upstream on click417 expands the downstream pipeline on click418 expands the downstream on click419 closes the expanded downstream on click420 when :ci_require_credit_card_on_free_plan flag is on421 on free plan422 does not show an alert to verify an account with a credit card423 when failed424 shows an alert to verify an account with a credit card425 GET /:project/-/pipelines/:id/security426 with a sast artifact427 shows jobs tab pane as active428 shows security dashboard429 without sast artifact430 displays the pipeline graph431 GET /:project/-/pipelines/:id/licenses432 with a License Compliance artifact433 shows jobs tab pane as active434 shows security report section435 without License Compliance artifact436 displays the pipeline graph437 GET /:project/-/pipelines/:id/codequality_report438 for a branch pipeline439 behaves like full codequality report440 when licensed441 with code quality artifact442 when navigating directly to the code quality tab443 behaves like an active code quality tab444 shows code quality tab pane as active, quality issue with link to file, and events for data tracking445 when starting from the pipeline tab446 shows the code quality tab as inactive447 when the code quality tab is clicked448 behaves like an active code quality tab449 shows code quality tab pane as active, quality issue with link to file, and events for data tracking450 with no code quality artifact451 does not show code quality tab452 when unlicensed453 does not show code quality tab454 for a merge request pipeline455 behaves like full codequality report456 when licensed457 with code quality artifact458 when navigating directly to the code quality tab459 behaves like an active code quality tab460 shows code quality tab pane as active, quality issue with link to file, and events for data tracking461 when starting from the pipeline tab462 shows the code quality tab as inactive463 when the code quality tab is clicked464 behaves like an active code quality tab465 shows code quality tab pane as active, quality issue with link to file, and events for data tracking466 with no code quality artifact467 does not show code quality tab468 when unlicensed469 does not show code quality tab470 with graphql feature flag disabled471 behaves like full codequality report472 when licensed473 with code quality artifact474 when navigating directly to the code quality tab475 behaves like an active code quality tab476 shows code quality tab pane as active, quality issue with link to file, and events for data tracking477 when starting from the pipeline tab478 shows the code quality tab as inactive479 when the code quality tab is clicked480 behaves like an active code quality tab481 shows code quality tab pane as active, quality issue with link to file, and events for data tracking482 with no code quality artifact483 does not show code quality tab484 when unlicensed485 does not show code quality tab486 GET /:project/-/pipelines/:id/validate_account487 with payment validation via CustomersDot iframe488 redirects to pipeline page with account validation modal opened489Epic Issues490 when user is not a group member of a public group491 user can see issues from public project but cannot delete the associations492 user cannot add new issues to the epic493 user cannot add new epics to the epic494 when user is a group member495 user can add new issues to the epic496 user does not see the linked issues part of the form when they click "Add an existing issue"497 handling epics498 user can display create new epic form by clicking the dropdown item499 handling epic issues500 user can see all issues of the group and delete the associations501 user cannot add new issues to the epic from another group502 user can add new issues to the epic503 user cannot add new issue that does not exist504 handling epic links505 when subepics feature is enabled506 user can see all epics of the group and delete the associations507 user cannot add new epic that does not exist508 user can add new epics to the epic509 when epics are nested too deep510 user cannot add new epic when hierarchy level limit has been reached511 when subepics feature is disabled512 user can not add new epics to the epic513GEO Nodes514 Geo Secondary Node515 showing Flash Info Message516 on dashboard517 on project overview518 Primary Geo Node519 Geo Nodes admin screen520 has a 'Full details' button on listed secondary geo nodes pointing to correct URL521 Node Filters522 defaults to the All tab when a status query is not already set523 sets the correct tab when a status query is already set524Skipping ./ee/spec/features/geo_node_spec.rb[1:2:1:2:3] 'GEO Nodes Primary Geo Node Geo Nodes admin screen Node Filters properly updates the query and sets the tab when a new one is clicked' because it's flaky.525 properly updates the query and sets the tab when a new one is clicked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)526 properly updates the query and filters the nodes when a search is inputed527Skipping ./ee/spec/features/geo_node_spec.rb[1:2:1:2:5] 'GEO Nodes Primary Geo Node Geo Nodes admin screen Node Filters properly sets the search when a search query is already set' because it's flaky.528 properly sets the search when a search query is already set (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)529 properly handles both a status and search query530User adds a merge request to a merge train531 shows 'Start merge train' button532 when merge_trains EEP license is not available533 does not show Start merge train534 when user clicks 'Start merge train' button535 informs merge request that auto merge is enabled536 when pipeline for merge train succeeds537 displays pipeline control538 does not allow retry for merge train pipeline539 when user clicks 'Remove from merge train' button540 cancels automatic merge541 when the merge request is not the first queue on the train542 shows 'Add to merge train' button543Projects > Audit Events544 has Audit Events button in head nav bar545 has Project audit events in the header546 unlicensed547 returns 404548 does not have Audit Events button in head nav bar549 unlicensed but we show promotions550 returns 200551 has Audit Events button in head nav bar552 does not have Project audit events in the header553 when the "Security & Compliance" feature is disabled554 is expected to respond with numeric status code not_found555 adding an SSH key556 appears in the project's audit events557 changing a user access level558 appears in the project's audit events559 changing merge request approval permission for authors and reviewers560 appears in the project's audit events561 filter by date562 behaves like audit events date filter563 shows only 2 days old events564 shows only today's event565 shows a message if provided date is invalid566 combined list of authenticated and unauthenticated users567 displays the correct authors names568Admin::Users569 GET /admin/users570 send emails to users571 when `send_emails_from_admin_area` feature is enabled572 shows the 'Send email to users' link573 when `send_emails_from_admin_area` feature is disabled574 does not show the 'Send email to users' link575 when usage ping is enabled576 when feature is activated577 shows the 'Send email to users' link578 when feature is disabled579 does not show the 'Send email to users' link580 user permission export581 when `export_user_permissions` feature is available582 shows the 'Export Permissions' link583 when `export_user_permissions` feature is disabled584 does not show the 'Export Permissions' link585 GET /admin/users/:id586 Shared runners quota status587 with projects with shared runners enabled588 shows quota589 without projects with shared runners enabled590 does not show quota591 GET /admin/users/:id/edit592 Update user account type593 changes account type to be auditor594 Update shared runners quota595 shows page with new data596 show user keys for SSH and LDAP597 only shows the delete button for regular keys598 prompt user about registration features599 with no license and service ping disabled600 renders registration features CTA601 with a valid license and service ping disabled602 does not render registration features CTA603Project settings > Issues604 when Issues are initially enabled605 when Pipelines are initially enabled606 shows the Issues settings607 when Issues are initially disabled608 does not show the Issues settings609 issuable default templates feature not available610 input to configure issue template is not shown611 issuable default templates feature is available612 input to configure issue template is not shown613 when viewing CVE request settings614 CVE ID Request toggle should only be visible if the feature is enabled615 when viewing CVE request settings on GitLab.com616 project_vis: :public, cve_enabled: true, toggle_checked: true, toggle_disabled: false617 CVE ID Request toggle should be correctly visible618 project_vis: :public, cve_enabled: false, toggle_checked: false, toggle_disabled: false619 CVE ID Request toggle should be correctly visible620 project_vis: :internal, cve_enabled: true, toggle_checked: false, toggle_disabled: true621 CVE ID Request toggle should be correctly visible622 project_vis: :internal, cve_enabled: false, toggle_checked: false, toggle_disabled: true623 CVE ID Request toggle should be correctly visible624 project_vis: :private, cve_enabled: true, toggle_checked: false, toggle_disabled: true625 CVE ID Request toggle should be correctly visible626 project_vis: :private, cve_enabled: false, toggle_checked: false, toggle_disabled: true627 CVE ID Request toggle should be correctly visible628 when viewing CVE request settings not on GitLab.com629 project_vis: :public, cve_enabled: true630 CVE ID Request toggle should never be visible631 project_vis: :internal, cve_enabled: true632 CVE ID Request toggle should never be visible633 project_vis: :private, cve_enabled: true634 CVE ID Request toggle should never be visible635Value stream analytics charts636 Duration chart637 displays data for all stages on the overview638 displays data for a specific stage when selected639 Tasks by type chart640 enabled641 with data available642 displays the chart643 has 2 labels selected644 has chart filters645 can update the filters646 no data available647 shows the no data available message648Pipeline649 GET /:project/-/pipelines/:id650 triggered and triggered by pipelines651 renders downstream pipeline652 expands the upstream pipeline on click653 renders upstream pipeline654 expands the upstream on click655 closes the expanded upstream on click656 expands the downstream pipeline on click657 expands the downstream on click658 closes the expanded downstream on click659 when :ci_require_credit_card_on_free_plan flag is on660 on free plan661 does not show an alert to verify an account with a credit card662 when failed663 shows an alert to verify an account with a credit card664 GET /:project/-/pipelines/:id/validate_account665 redirects to pipeline page with account validation modal opened666 with payment validation via api feature flag667 pushes use_api_for_payment_validation feature flag668User adds to merge train when pipeline succeeds669 shows Start merge train when pipeline succeeds button and helper icon670 when merge_trains EEP license is not available671 does not show Start merge train when pipeline succeeds button672 when user clicks 'Start merge train when pipeline succeeds' button673 informs merge request that auto merge is enabled674 when user clicks 'Cancel' button675 cancels automatic merge676 when the merge request is not the first queue on the train677 shows Add to merge train when pipeline succeeds button678Billings > Extend / Reactivate Trial679 with paid subscription680 when expired681 behaves like a non-reactivatable trial682 does not display the "Reactivate trial" button683 behaves like a non-extendable trial684 does not display the "Extend trial" button685 when the feature flag is disabled686 behaves like a non-reactivatable trial687 does not display the "Reactivate trial" button688 behaves like a non-extendable trial689 does not display the "Extend trial" button690 when not expired691 behaves like a non-reactivatable trial692 does not display the "Reactivate trial" button693 behaves like a non-extendable trial694 does not display the "Extend trial" button695 without a subscription696 behaves like a non-reactivatable trial697 does not display the "Reactivate trial" button698 behaves like a non-extendable trial699 does not display the "Extend trial" button700 with active trial near the expiration date701 behaves like an extendable trial702 extends the trial703 behaves like a non-reactivatable trial704 does not display the "Reactivate trial" button705 with extended trial706 behaves like a non-extendable trial707 does not display the "Extend trial" button708 behaves like a non-reactivatable trial709 does not display the "Reactivate trial" button710 with reactivated trial711 behaves like a non-extendable trial712 does not display the "Extend trial" button713 behaves like a non-reactivatable trial714 does not display the "Reactivate trial" button715 with expired trial716 behaves like a reactivatable trial717 reactivates trial718 behaves like a non-extendable trial719 does not display the "Extend trial" button720Test Cases721 test case page722 header723 shows status, created date and author724 shows action buttons725 archives test case726 body727 shows title, description and edit button728 makes title and description editable on edit click729 enters into zen mode when clicking on zen mode button730 update title and description731 sidebar732 shows expand/collapse button733 todo734 shows todo status735 add test case as todo736 mark test case todo as done737 labels738 shows assigned labels739 shows labels dropdown on edit click740 applies label using labels dropdown741 for a nonexistent test case742 renders 404 page743User searches for epics744 does not show top right search form745 finds an epic746 hides confidential icon for non-confidential epics747 shows confidential icon for confidential epics748 shows correct badge for open epics749 shows correct badge for closed epics750 when search times out751 renders timeout information752 sets tab count to 0753Pending group memberships754 with a public group755 a pending member sees a public group as if not a member756 a pending member sees a public group with a project as if not a member757 a pending member sees a public group with a private project as if not a member758 a pending group member gets a 404 for a private project in the group759 a group member can see a private project in the group once the pending membership transitions to active760 with a private group761 a pending member gets a 404 for a private group762 a pending member gets a 404 for a private group with a project763 with a subgroup764 a pending member of the root group sees the root group as if not a member765 a pending member of the root group sees a subgroup as if not a member766 a pending member of the root group sees a subgroup project as if not a member767 a pending member of a subgroup sees a root group as if not a member768 a pending member of a subgroup sees a project as if not a member769 a member with an active group membership and a pending subgroup membership sees a subgroup project as if the pending membership does not exist770 with a shared group771 a pending member of the invited group sees the shared group as if not a member772 a pending member of the invited group sees the shared group as if not a member when the shared group has a project773 a pending member of the invited group sees a project in the shared group as if not a member774 with a shared project775 a pending member of the invited group sees the shared project's group as if not a member776 a pending member of the invited group sees the shared project as if not a member777User edits iteration778 with license779 as authorized user780 using manual iteration cadences781 behaves like manually managed iteration782 load edit page directly783 prefills fields and allows updating all values784 load edit page from report785 prefills fields and updates URL786 using automatic iteration cadences787 load edit page directly788 prefills and allows updating description789 load edit page from report790 prefills description and updates URL791 using iteration without cadences792 behaves like manually managed iteration793 load edit page directly794 prefills fields and allows updating all values795 load edit page from report796 prefills fields and updates URL797 as guest user798 with cadences799Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/groups/iterations/user_edits_iteration_spec.rb:174800 does not show edit dropdown801 redirects to cadence list page when loading edit page directly802 without cadences803Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/groups/iterations/user_edits_iteration_spec.rb:190804 does not show edit dropdown805 404s when loading edit page directly806Project807 immediately deleting a project marked for deletion808 deletes the project immediately809 delete project container text810 feature_available_on_instance: true, delayed_project_removal: nil, shows_adjourned_delete: false811 renders the permanently delete message812 feature_available_on_instance: true, delayed_project_removal: true, shows_adjourned_delete: true813 renders the marked for removal message814 feature_available_on_instance: false, delayed_project_removal: true, shows_adjourned_delete: false815 renders the permanently delete message816 feature_available_on_instance: false, delayed_project_removal: nil, shows_adjourned_delete: false817 renders the permanently delete message818Merge request > User edits MR with approval rules819 shows approval rules820 allows user to create approval rule821 with public group822 with empty search, does not show public group823 with non-empty search, shows public group824 feature is disabled825 cannot see the approval rules input826Trial Select Namespace827 when user828 when source is not about.gitlab.com829 shows company/individual question830 when source is about.gitlab.com831 hides company/individual duplicate question832 selects create a new group833 shows the new group name input834 enters a valid new group name835 when user can create groups836 proceeds to the next step837 when user can not create groups838 returns 404839 enters an existing group name840 proceeds to the next step with a unique url841 and does not enter a new group name842 shows validation error843 selects an existing group844 without trial plan845 does not show the new group name input846 applies trial and redirects to dashboard847 with trial plan848 shows validation error849Groups > Audit Events850 has Audit events button in head nav bar851 unlicensed852 returns 404853 does not have Audit events button in head nav bar854 changing a user access level855 appears in the group's audit events856 filter by date857 behaves like audit events date filter858 shows only 2 days old events859 shows only today's event860 shows a message if provided date is invalid861Merge request > User sets approval rules862 with project approval rules863 when from a fork864 shows approval rules from target project865 with a private group rule866 shows approval rules867 persists hidden groups that author has no access to when creating MR868User activates GitHub integration869 without a license870 is excluded from the integrations index871 renders 404 when trying to access integration settings directly872 with valid license873 activates integration874 renders a token field of type `password` for masking input875 with pipelines876WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0.877While initializing your connection, use `#request(:authorization, ...)` instead.878See https://lostisland.github.io/faraday/middleware/authentication for more usage info.879 tests integration before save880Login881 creates a security event for an invalid password login882 creates a security event for an invalid OAuth login883 creates a security event for an invalid one-time code884 smartcard authentication885 when smartcard is enabled886 with smartcard_auth feature flag off887 does not render any tabs888 renders link to sign up path889 with smartcard_auth feature flag on890 correctly renders tabs and panes891 renders link to sign up path892 with two-factor authentication required893 with a smartcard session894 does not ask for Two-Factor Authentication895 without a smartcard session896 asks for Two-Factor Authentication897 smartcard authentication against LDAP server898 when smartcard auth is optional899 correctly renders tabs and panes900 shows LDAP login form901 shows LDAP smartcard login form902 when smartcard auth is required903 correctly renders tabs and panes904 does not show LDAP login form905 shows LDAP smartcard login form906 via Group SAML907 with U2F two factor908 shows U2F prompt after SAML909 with WebAuthn two factor910 shows WebAuthn prompt after SAML911 restricted visibility levels912 contains public level913 hides Explore link914 hides help link915 does not contain public level916 displays Explore and Help links917Changes GL.com plan for group918 for group namespace919 changes the plan920 for user namespace921 changes the plan922Edit group settings923 LDAP sync method924 when the LDAP group sync filter feature is available925 adds new LDAP synchronization926 shows the LDAP filter section927 shows the LDAP group section928 when the LDAP group sync filter feature is not available929 does not show the LDAP search method switcher930 shows the LDAP group section931 does not shows the LDAP filter section932User tests hooks933 when project is not empty934 when URL is valid935 triggers a hook936 when URL is invalid937 is expected to have visible css "[data-testid=\"alert-danger\"]" with text "Hook execution failed: Failed to open"938 when project is empty939 is expected to have visible css "[data-testid=\"alert-danger\"]" with text "Hook execution failed. Ensure the group has a project with commits."940User activates Jira941 user sets and activates Jira integration942 when Jira connection test succeeds943 adds Jira links to "Issues" sidebar menu944 when jira_issues_integration feature is not available945 does not show Jira links in "Issues" sidebar menu946Combined registration flow947 when combined_registration experiment variant is candidate948DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)949DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in registration_verification_enabled? at /builds/gitlab-org/gitlab/ee/app/helpers/ee/registrations_helper.rb:16)950 A user can create a group and project951DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)952 a user can create a group and import a project953 exiting onboarding954DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)955 does not show a link to exit the page956 when require_verification_for_namespace_creation experiment is enabled957DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:22)958 shows a link to exit the page959Merge request > User creates MR with multiple reviewers960 behaves like multiple reviewers merge request961 creates a MR with multiple reviewers962Group Feature Discovery Moments963 Advanced Features Dashboard964 when the cross_stage_fdm experiment is enabled965 provides the expected feature discovery experience966 when the cross_stage_fdm experiment is not enabled967 does not provide a link to the FDM page, but still allows access968Burndown charts969 for project milestones970 presents burndown charts when available971 presents burndown charts promotion correctly972 for group milestones973 presents burndown charts when available974 presents burndown charts promotion correctly975Milestones on EE976 burndown charts977 with the milestone charts feature available978 shows a burndown chart979 with due & start date not set980 shows a mention to fill in dates981 with the milestone charts feature disabled982 has a link to upgrade to Bronze when checking the namespace plan983 has a link to upgrade to starter on premise984 with the issuable weights feature disabled985 has a link to upgrade to Bronze when checking the namespace plan986 has a link to upgrade to starter on premise987 milestone summary988 shows the total weight when sum is greater than zero989 hides the total weight when sum is equal to zero990Projects > Members > Member is removed from project991 user is removed from project992 when the user has been specifically allowed to access a protected branch993 user leaves project994Dashboard activity995 behaves like dashboard ultimate trial callout996 hides promotion callout if not .com997 .com998 shows dismissable promotion callout if default dashboard for an owner999 hides dismissable promotion callout if default dashboard for a non group owner1000 hides dismissable promotion callout if not default dashboard1001 hides promotion callout if a trial is active1002 hides promotion callout if user owns a paid namespace1003User manages merge trains option1004 sees unchecked merge trains checkbox1005 when user enabled the checkbox1006 sees enabled merge trains checkbox1007 when license is insufficient1008 does not see the checkbox1009 when feature flag is disabled1010 does not see the checkbox1011SCIM Token handling1012 when group has no existing SCIM token1013 displays generate token form1014 when group has existing SCIM token1015 displays the SCIM form with an obfuscated token1016 when `reset it` button is clicked1017 displays the SCIM form with an obfuscated token that can be copied or shown1018Dashboard operations1019 displays information about the last pipeline to an authenticated developer on the project1020 when opened on gitlab.com1021 masks projects without valid license1022Kerberos clone instructions1023 shows Kerberos clone url1024 mobile component1025 shows the Kerberos clone information1026Public Project Snippets Access1027 GET /:project_path/snippets1028DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. 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)1029 is expected to be allowed for auditor1030 GET /:project_path/snippets/new1031 is expected to be denied for auditor1032 GET /:project_path/snippets/:id1033 for a public snippet1034 is expected to be allowed for auditor1035 for an internal snippet1036 is expected to be allowed for auditor1037 for a private snippet1038 is expected to be allowed for auditor1039 GET /:project_path/snippets/:id/raw1040 for a public snippet1041 is expected to be allowed for auditor1042 for an internal snippet1043 is expected to be allowed for auditor1044 for a private snippet1045 is expected to be allowed for auditor1046Pipelines1047 GET /:project/-/pipelines1048 pushes use_api_for_payment_validation feature flag1049 when namespace is over_storage_limit?1050 does not render Run pipeline and CI lint link1051 GET /:project/-/pipelines/new1052 when namespace is over_storage_limit?1053 renders 4041054Blocked deployment job page1055 displays a button linking to the environments page1056Profiles > Billing1057 when CustomersDot is available1058 with a free plan1059 does not have search settings field1060 without a group1061 displays help for moving groups1062 with a maintained or owned group1063 displays help for moving groups1064displays new user signups cap alert1065 when reached active users cap1066 displays and dismiss alert1067Slack application1068 I can edit slack integration1069Subscriptions Content Security Policy1070 when there is no global CSP config1071 is expected to be blank1072 when a global CSP config exists1073 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://cdn.cookielaw.org https://*.onetrust.com https://*.zuora.com"1074 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1075 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1076 is expected to include "connect-src https://cdn.cookielaw.org"1077 when just a default CSP config exists1078 is expected to include "default-src 'self' https://some-cdn.test"1079 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://cdn.cookielaw.org https://*.onetrust.com https://*.zuora.com"1080 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1081 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1082User views project iteration cadences1083 as authorized user1084 shows read-only iteration cadences1085CI minutes1086 renders two dropdowns of available analytics for project charts1087Private Project Snippets Access1088 GET /:project_path/snippets1089DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. 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)1090 is expected to be allowed for auditor1091 GET /:project_path/snippets/new1092 is expected to be denied for auditor1093 GET /:project_path/snippets/:id for a private snippet1094 is expected to be allowed for auditor1095 GET /:project_path/snippets/:id/raw for a private snippet1096 is expected to be allowed for auditor1097Group projects page1098 when group has project pending deletion1099 renders projects list1100Trial Sign In1101 on GitLab.com1102 logs the user in1103 not on GitLab.com1104 returns 4041105Signup1106 almost there page1107 when public visibility is restricted1108 hides Explore link1109 hides help link1110Merge request > User approves1111 Approving by approvers from groups1112 when group is assigned to a project1113 I am able to approve (PENDING: Temporarily skipped with xdescribe)1114 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1115 when group is assigned to a merge request1116 I am able to approve (PENDING: Temporarily skipped with xdescribe)1117 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1118 when CI is running but no approval given1119 I am unable to set Merge when pipeline succeeds (PENDING: Temporarily skipped with xdescribe)1120 when merge when threads resolved is active1121 does not show checking ability text (PENDING: Temporarily skipped with xdescribe)1122Knapsack report was generated. Preview:1123{1124 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_spec.rb": 623.5864736659996,1125 "ee/spec/features/boards/swimlanes/epics_swimlanes_drag_drop_spec.rb": 145.8144643430005,1126 "ee/spec/features/projects/pipelines/pipeline_spec.rb": 132.46569665099923,1127 "ee/spec/features/epics/epic_issues_spec.rb": 119.19034889900104,1128 "ee/spec/features/geo_node_spec.rb": 90.22489402000065,1129 "ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb": 92.78686897999978,1130 "ee/spec/features/projects/audit_events_spec.rb": 71.18783202899976,1131 "ee/spec/features/admin/admin_users_spec.rb": 75.92429325299963,1132 "ee/spec/features/projects/settings/issues_settings_spec.rb": 55.81905215799998,1133 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 59.6665553369985,1134 "ee/spec/features/projects/pipelines/legacy_pipeline_spec.rb": 56.57791211499898,1135 "ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb": 46.40336193400071,1136 "ee/spec/features/billings/extend_reactivate_trial_spec.rb": 46.943290111999886,1137 "ee/spec/features/projects/quality/test_case_show_spec.rb": 45.13032127599945,1138 "ee/spec/features/search/user_searches_for_epics_spec.rb": 40.25246616599907,1139 "ee/spec/features/pending_group_memberships_spec.rb": 28.72444294500019,1140 "ee/spec/features/groups/iterations/user_edits_iteration_spec.rb": 30.58473858600155,1141 "ee/spec/features/projects_spec.rb": 26.319355297000584,1142 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 28.513243944998976,1143 "ee/spec/features/trials/select_namespace_spec.rb": 24.41240240099978,1144 "ee/spec/features/groups/audit_events_spec.rb": 24.227386818000014,1145 "ee/spec/features/merge_request/user_sets_approval_rules_spec.rb": 20.393466777000867,1146 "ee/spec/features/projects/integrations/user_activates_github_spec.rb": 19.83959355099978,1147 "ee/spec/features/users/login_spec.rb": 15.755120374000398,1148 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 16.546291497999846,1149 "ee/spec/features/groups/ldap_group_links_spec.rb": 15.497238478001236,1150 "ee/spec/features/groups/hooks/user_tests_hooks_spec.rb": 14.050993958000618,1151 "ee/spec/features/projects/integrations/user_activates_jira_spec.rb": 14.573090316998787,1152 "ee/spec/features/registrations/combined_registration_spec.rb": 14.790013236999584,1153 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 14.052039986998352,1154 "ee/spec/features/groups/feature_discovery_moments_spec.rb": 13.608011679998526,1155 "ee/spec/features/burndown_charts_spec.rb": 12.446854642001199,1156 "ee/spec/features/projects/milestones/milestone_spec.rb": 10.535122315999615,1157 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 10.411691883999083,1158 "ee/spec/features/dashboards/activity_spec.rb": 8.259093167000174,1159 "ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb": 8.109647228999165,1160 "ee/spec/features/groups/scim_token_spec.rb": 7.5199307370003226,1161 "ee/spec/features/dashboards/operations_spec.rb": 8.23350051000125,1162 "ee/spec/features/projects/kerberos_clone_instructions_spec.rb": 6.355766429000141,1163 "ee/spec/features/security/project/snippet/public_access_spec.rb": 5.886242827999013,1164 "ee/spec/features/projects/pipelines/pipelines_spec.rb": 6.766739877000873,1165 "ee/spec/features/projects/jobs/blocked_deployment_job_page_spec.rb": 6.997123917999488,1166 "ee/spec/features/profiles/billing_spec.rb": 5.895736017000672,1167 "ee/spec/features/admin/admin_show_new_user_signups_cap_alert_spec.rb": 4.4786461500007135,1168 "ee/spec/features/projects/settings/slack_application_spec.rb": 3.967329322000296,1169 "ee/spec/features/subscriptions_spec.rb": 2.907529355999941,1170 "ee/spec/features/projects/iterations/iteration_cadences_list_spec.rb": 4.665387405999354,1171 "ee/spec/features/ci/ci_minutes_spec.rb": 3.4049155069988046,1172 "ee/spec/features/security/project/snippet/private_access_spec.rb": 2.957545241999469,1173 "ee/spec/features/groups/group_projects_spec.rb": 1.5536752560001332,1174 "ee/spec/features/trial_registrations/signin_spec.rb": 0.7458515610014729,1175 "ee/spec/features/users/signup_spec.rb": 0.27051463799944031176}1177Knapsack global time execution for tests: 35m 46s1178Pending: (Failures listed here are expected and do not affect your suite's status)1179 1) epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows dropdown switches to "create label" section1180 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1181 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:921182 2) epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label1183 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1184 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:981185 3) epics swimlanes sidebar in project boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows error message if label title is taken1186 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1187 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:1091188 4) epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows dropdown switches to "create label" section1189 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1190 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:921191 5) epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label creates new label1192 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1193 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:981194 6) epics swimlanes sidebar in group boards behaves like issue boards sidebar editing issue labels behaves like labels sidebar widget editing labels creating a label shows error message if label title is taken1195 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1196 # ./spec/support/shared_examples/features/sidebar/sidebar_labels_shared_examples.rb:1091197 7) GEO Nodes Primary Geo Node Geo Nodes admin screen Node Filters properly updates the query and sets the tab when a new one is clicked1198 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1199 # ./ee/spec/features/geo_node_spec.rb:821200 8) GEO Nodes Primary Geo Node Geo Nodes admin screen Node Filters properly sets the search when a search query is already set1201 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1202 # ./ee/spec/features/geo_node_spec.rb:1141203 9) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to approve1204 # Temporarily skipped with xdescribe1205 # ./ee/spec/features/merge_request/user_approves_spec.rb:291206 10) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to unapprove1207 # Temporarily skipped with xdescribe1208 # ./ee/spec/features/merge_request/user_approves_spec.rb:361209 11) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to approve1210 # Temporarily skipped with xdescribe1211 # ./ee/spec/features/merge_request/user_approves_spec.rb:501212 12) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to unapprove1213 # Temporarily skipped with xdescribe1214 # ./ee/spec/features/merge_request/user_approves_spec.rb:571215 13) Merge request > User approves Approving by approvers from groups when CI is running but no approval given I am unable to set Merge when pipeline succeeds1216 # Temporarily skipped with xdescribe1217 # ./ee/spec/features/merge_request/user_approves_spec.rb:731218 14) Merge request > User approves when merge when threads resolved is active does not show checking ability text1219 # Temporarily skipped with xdescribe1220 # ./ee/spec/features/merge_request/user_approves_spec.rb:991221Finished in 35 minutes 50 seconds (files took 1 minute 2.24 seconds to load)1222423 examples, 0 failures, 14 pending1223Failed to write to log, write log/workhorse-test.log: file already closed1224RSpec exited with 0.1225No examples to retry, congrats!1227Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1228Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1230Uploading artifacts...1231coverage/: found 5 matching files and directories 1232crystalball/: found 2 matching files and directories 1233deprecations/: found 11 matching files and directories 1234knapsack/: found 3 matching files and directories 1235rspec/: found 9 matching files and directories 1236WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1237log/*.log: found 18 matching files and directories 1238WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649391988/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1239WARNING: Retrying... context=artifacts-uploader error=request redirected1240Uploading artifacts as "archive" to coordinator... 201 Created id=2649391988 responseStatus=201 Created token=dmBBY2VY1241Uploading artifacts...1242rspec/junit_rspec.xml: found 1 matching files and directories 1243WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649391988/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1244WARNING: Retrying... context=artifacts-uploader error=request redirected1245Uploading artifacts as "junit" to coordinator... 201 Created id=2649391988 responseStatus=201 Created token=dmBBY2VY1247Job succeeded