rspec-ee system pg12 5/6
Passed Started
by
@nmilojevic1
Nikola Milojevic
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org bd0915563 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:65e488c552d36b6482a7d5e044925962024fe816a7d797f7c0a153ac842b9aab ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...13Starting service elasticsearch:7.11.1 ...14Pulling docker image elasticsearch:7.11.1 ...15Using docker image sha256:bc3d45eba361de2bde57b25ada32b4de5dd5f5cb12cd3bd049212e90bdfd62a9 for elasticsearch:7.11.1 with digest elasticsearch@sha256:3a219f148b596e25c1b16bda46e1ca07db46826c0e1cde003c2d2f93f33d18e4 ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...19Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...21Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1626778650-8bee54ed...23$ eval "$CI_PRE_CLONE_SCRIPT"24Downloading archived master...25Connecting to storage.googleapis.com (172.217.193.128:443)26saving to '/tmp/gitlab.tar.gz'27gitlab.tar.gz 30% |********* | 112M 0:00:02 ETA28gitlab.tar.gz 66% |********************* | 247M 0:00:01 ETA29gitlab.tar.gz 100% |********************************| 373M 0:00:00 ETA30'/tmp/gitlab.tar.gz' saved31Extracting tarball into /builds/gitlab-org/gitlab...32Fetching changes with git depth set to 20...33Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/34Created fresh repository.35remote: Enumerating objects: 237, done. 36remote: Counting objects: 100% (159/159), done. 37remote: Compressing objects: 100% (60/60), done. 38remote: Total 77 (delta 58), reused 33 (delta 16), pack-reused 0 40 * [new ref] 3f8443f21d8eddb0895bed8fa7e421d67e3ceb67 -> refs/pipelines/34006139441Checking out 3f8443f2 as refs/merge-requests/66303/merge...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-4...48cache.zip is up to date 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1438603774)...52Downloading artifacts from coordinator... ok id=1438603774 responseStatus=200 OK token=Svohix8M53Downloading artifacts for detect-tests (1438603822)...54Downloading artifacts from coordinator... ok id=1438603822 responseStatus=200 OK token=LarsiAVB55Downloading artifacts for retrieve-tests-metadata (1438603852)...56Downloading artifacts from coordinator... ok id=1438603852 responseStatus=200 OK token=g4UyPkUe57Downloading artifacts for setup-test-env (1438603789)...58Downloading artifacts from coordinator... ok id=1438603789 responseStatus=200 OK token=X7g2JayV60Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...61$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb62$ export GOPATH=$CI_PROJECT_DIR/.go63$ mkdir -p $GOPATH64$ source scripts/utils.sh65$ source scripts/prepare_build.sh66Bundler version 2.1.467production:development68Settings are listed in order of priority. The top value will be used.69path70Set for the current user (/root/.bundle/config): "vendor"71clean72Set for the current user (/root/.bundle/config): "true"73without74Set via BUNDLE_WITHOUT: [:production, :development]75install_flags76Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"77$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check78The Gemfile's dependencies are satisfied79==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.80$ bundle pristine pg81Installing pg 1.2.3 with native extensions82==> 'bundle pristine pg' succeeded in 8 seconds.83$ setup_db_user_only84CREATE ROLE85GRANT86==> 'setup_db_user_only' succeeded in 1 seconds.87$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee88Dropped database 'gitlabhq_test'89Created database 'gitlabhq_test'90DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)91Dropped database 'gitlabhq_geo_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 22 seconds.94$ run_timed_command "gem install knapsack --no-document"95$ gem install knapsack --no-document96Successfully installed knapsack-3.1.0971 gem installed98==> 'gem install knapsack --no-document' succeeded in 0 seconds.99$ run_timed_command "scripts/gitaly-test-spawn"100$ scripts/gitaly-test-spawn101Settings are listed in order of priority. The top value will be used.102jobs103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4104retry105Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3106path107Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"108deployment109Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true110without111Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]112Set via BUNDLE_WITHOUT: [:production, :development]113app_config114Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"115gemfile116Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"117Don't run Bundler as root. Bundler can ask for sudo if it is needed, and118installing your bundle as root will break this application for all non-root119users on this machine.120Using abstract_type 0.0.7121Using concurrent-ruby 1.1.9122Using i18n 1.8.10123Using minitest 5.14.4124Using tzinfo 2.0.4125Using zeitwerk 2.4.2126Using activesupport 6.1.3.2127Using builder 3.2.4128Using erubi 1.10.0129Using mini_portile2 2.5.1130Using racc 1.5.2131Using nokogiri 1.11.5 (x86_64-linux)132Using rails-dom-testing 2.0.3133Using crass 1.0.6134Using loofah 2.10.0135Using rails-html-sanitizer 1.3.0136Using actionview 6.1.3.2137Using rack 2.2.3138Using rack-test 1.1.0139Using actionpack 6.1.3.2140Using ice_nine 0.11.2141Using thread_safe 0.3.6142Using memoizable 0.4.2143Using adamantium 0.2.0144Using public_suffix 4.0.6145Using addressable 2.7.0146Using ast 2.4.1147Using binding_ninja 0.2.3148Using bundler 2.1.4149Using charlock_holmes 0.7.7150Using coderay 1.1.2151Using equalizer 0.0.11152Using concord 0.1.5153Using diff-lcs 1.3154Using dotenv 2.7.6155Using escape_utils 1.2.1156Using factory_bot 5.0.2157Using multipart-post 2.1.1158Using faraday 1.0.1159Using ffi 1.15.3160Using json 2.5.1161Using gemojione 3.3.0162Using mini_mime 1.0.2163Using rugged 1.1.0164Using github-linguist 7.12.1165Using github-markup 1.7.0166Using mime-types-data 3.2020.1104167Using mime-types 3.3.1168Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1169Using rouge 3.26.0170Using nokogumbo 1.5.0171Using sanitize 4.6.6172Using stringex 2.8.5173Using gitlab-gollum-lib 4.2.7.10.gitlab.1174Using google-protobuf 3.17.3 (x86_64-linux)175Using googleapis-common-protos-types 1.1.0176Using grpc 1.38.0 (x86_64-linux)177Using opentracing 0.5.0178Using thrift 0.14.1179Using jaeger-client 1.1.0180Using pg_query 2.1.0181Using redis 4.2.5182Using gitlab-labkit 0.20.0183Using gitlab-markup 1.7.1184Using grpc-tools 1.38.0185Using sawyer 0.8.2186Using octokit 4.20.0187Using reverse_markdown 1.4.0188Using thor 1.1.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 2.7.2.0195Using 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.2.0202Using regexp_parser 1.8.1203Using rexml 3.2.4204Using rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 21 Gemfile dependencies, 96 gems now installed.217Gems in the groups production and development were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: ..... OK223Trying to connect to gitaly2: ............. OK224Trying to connect to praefect: ..... OK225==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"228KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb229Knapsack report generator started!230Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}231==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.043676104 seconds...232Test environment set up in 1.138502179 seconds233Scoped issue boards234Starting the Capybara driver server...235DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)236DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)237 user with edit permissions238 new board239 milestone240Capybara starting Puma...241* Version 5.3.2 , codename: Sweetnighter242* Min threads: 0, max threads: 4243* Listening on unix:///tmp/20210720-350-xtgplf244DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)245DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)246DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)247DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)248 creates board filtering by milestone249 creates board filtering by No milestone250 creates board filtering by Any milestone251 displays dot highlight and tooltip252 labels253 creates board filtering by one label254 creates board filtering by multiple labels255 only shows group labels in list on group boards256 displays dot highlight and tooltip257 assignee258 creates board filtering by assignee259 creates board filtering by "Any assignee"260 displays dot highlight and tooltip261 weight262 creates board filtering by weight263 creates board filtering by "Any" weight264 creates board filtering by "None" weight265 creates board filtering by "0" weight266 displays dot highlight and tooltip267 edit board268 edits board name269 prefills fields270 milestone271 sets board milestone272 sets board to any milestone273 sets board to upcoming milestone274 does not display milestone in search hint275 iteration276 board not scoped to iteration277 sets board to current iteration278 board scoped to current iteration279 removes current iteration from board280 labels281 adds label to board282 adds multiple labels to board283 can filter by additional labels284 group board285 only shows group labels in list286 assignee287 sets board assignee288 sets board to Any assignee289 does not display assignee in search hint290 weight291 sets board weight292 sets board to Any weight293 does not display weight in search hint294 user without edit permissions295 can view board scope296 does not display dot highlight and tooltip297 with scoped_issue_boards feature disabled298 does not display dot highlight and tooltip299 doesn't show the input when creating a board300 doesn't show the button to edit scope301New project302 repository mirrors303 when licensed304DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)305DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)306DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)307DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)308 shows mirror repository checkbox enabled309 when unlicensed310 does not show mirror repository option311 CI/CD for external repositories312 when licensed313 shows CI/CD tab and pane314 "Import project" tab creates projects with features enabled315 creates CI/CD project from repo URL316 creates CI/CD project from GitHub317 stays on GitHub import page after access token failure318 when unlicensed319 does not show CI/CD only tab320 Group-level project templates321 when licensed322 shows Group tab in Templates section323 when custom project group template is set324 when top level context325 behaves like group templates displayed326 the tab badge displays the number of templates available327 the tab shows the list of templates available328 behaves like template selected329 when template is selected330 namespace selector331 only shows the template's group hierarchy options332 does not show the user namespace options333 when user changes template334 list the appropriate groups335 when namespace context336 behaves like group templates displayed337 the tab badge displays the number of templates available338 the tab shows the list of templates available339 behaves like template selected340 when template is selected341 namespace selector342 only shows the template's group hierarchy options343 does not show the user namespace options344 when user changes template345 list the appropriate groups346 when creating project from subgroup when template set on top-level group347 behaves like group templates displayed348 the tab badge displays the number of templates available349 the tab shows the list of templates available350 behaves like template selected351 when template is selected352 namespace selector353 only shows the template's group hierarchy options354 does not show the user namespace options355 when user changes template356 list the appropriate groups357 when creating project from top-level group when template set on a sub-subgroup358 behaves like group templates displayed359 the tab badge displays the number of templates available360 the tab shows the list of templates available361 when using a Group without a custom project template362 shows a total of 0 templates363 does not list any templates364 when namespace is supposed to be checked365 when in proper plan366 when creating project from top-level group with templates367 show Group tab in Templates section368 behaves like group templates displayed369 the tab badge displays the number of templates available370 the tab shows the list of templates available371 when not in proper plan372 show Group tab in Templates section373 behaves like group templates displayed374 the tab badge displays the number of templates available375 the tab shows the list of templates available376 when group template is not set377 behaves like group templates displayed378 the tab badge displays the number of templates available379 the tab shows the list of templates available380 when unlicensed381 does not show Group tab in Templates section382 Built-in project templates383 when `enterprise_templates` is licensed384 shows enterprise templates385 when `enterprise_templates` is unlicensed386 does not show enterprise templates387Project elastic search388 searching389 finds issues390 finds merge requests391 finds milestones392 finds wiki pages393 finds notes394 finds commits395 finds blobs396 displays Advanced Search status397 when `repository_ref` isn't the default branch398 displays that advanced search is disabled399 when `repository_ref` is unset400 displays that advanced search is enabled401 when `repository_ref` is the default branch402 displays that advanced search is enabled403Project elastic search redactions404 behaves like a redacted search results page405 behaves like redacted search results page assertions406 when logged in407 redacts private features the user does not have access to408 when issues are public409 redacts other private features410 behaves like redacted search results page assertions411 when not logged in412 redacts private features the user does not have access to413 when issues are public414 redacts other private features415epic boards416 display epics in board417 displays default lists and a label list418 displays two epics in Open list419 displays one epic in Label list420 creates new column for label containing labeled epic421 moves to the bottom of another list422 moves to the top of another list423 lists424 changes position of list425 dragging does not duplicate list426 allows user to delete list from list settings sidebar427 when user can admin epic boards428 shows 'Create list' button429 creates board filtering by one label430 adds label to board scope and filters epics431 when user cannot admin epic boards432 does not show 'Create list'433 can view board scope434 does not show Remove list in list settings sidebar435 filtered search436 can select a Label in order to filter the board by not equals437 can select a Label in order to filter the board by equals438 can select an Author in order to filter the board by equals439 can select an Author in order to filter the board by not equals440 can search for an epic in the search bar441Project > User views empty wiki442 behaves like User views empty wiki443 when signed in user is an Auditor444 when user is not a member of the project445 behaves like empty wiki message446 shows the empty state message with the expected elements447 when user is a member of the project448 behaves like empty wiki message449 shows the empty state message with the expected elements450epics swimlanes filtering451 filtering452 filters by author453 filters by assignee454 filters by milestone455 filters by label456Epic show457 when sub-epics feature is available458 Epic metadata459 shows epic tabs `Epics and Issues` and `Roadmap`460 Epics and Issues tab461 shows Related items tree with child epics462 Roadmap tab463 does not show thread filter dropdown464 when sub-epics feature not is available465 Epic metadata466 shows epic tab `Issues`467 Issues tab468 shows Related items tree with child epics469 Epic metadata470 shows epic status, date and author in header471 shows epic title and description472 shows epic thread filter dropdown473 behaves like page meta description474 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown475 Sort dropdown476 when sorted by `Oldest first`477 shows comments in the correct order478 when sorted by `Newest first`479 shows comments in the correct order480 Epic sidebar481 Labels select482 opens dropdown when `Edit` is clicked483 when dropdown is open484 shows labels within the label dropdown485 shows checkmark next to label when label is clicked486 shows label create view when `Create group label` is clicked487 creates new label using create view488 shows labels list view when `Cancel` button is clicked from create view489 shows labels list view when back button is clicked from create view490Admin::AuditLogs491 unlicensed492unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.493unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.494unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.495 returns 404496 licensed497 has Audit Events button in head nav bar498 release created events499 shows the related audit event500 user events501 filters by user502 group events503 filters by group504 project events505 filters by project506 filter by date507 behaves like audit events date filter508 shows only 2 days old events509 shows only today's event510 shows a message if provided date is invalid511 personal access token events512 create personal access token513 when creation succeeds514 behaves like personal access token audit event515 show personal access token event details516 when creation fails517 behaves like personal access token audit event518 show personal access token event details519 revoke personal access token520 when revocation succeeds521 behaves like personal access token audit event522 show personal access token event details523 when revocation fails524 behaves like personal access token audit event525 show personal access token event details526 impersonated events527 show impersonation details528Admin views Subscription529 with a cloud license530 with a cloud license only531 displays the subscription details532 succeeds to sync the subscription533 fails to sync the subscription534 with license file535 when removing a license file536 shows a message saying the license was correctly removed537 when activating another subscription538 shows the activation modal539 displays an error when the activation fails540 displays a connectivity error541 with no active subscription542 displays a message signaling there is not active subscription543 when activating a new subscription544 shows a successful activation message545 shows the subscription details546 shows the appropriate license type547 when uploading a license file548 shows a link to upload a license file549epics swimlanes550 drag and drop issue551 between epics552 from epic to unassigned issues lane553 from unassigned issues lane to epic554 between lists within epic lane555 between lists within unassigned lane556 between lists and epics557Test Cases558 test case page559 header560DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)561 shows status, created date and author562DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)563 shows action buttons564DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)565 archives test case566 body567DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)568 shows title, description and edit button569DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)570 makes title and description editable on edit click571DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)572 enters into zen mode when clicking on zen mode button573DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)574 update title and description575 sidebar576DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)577 shows expand/collapse button578 todo579DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)580 shows todo status581DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)582 add test case as todo583DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)584 mark test case todo as done585 labels586DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)587 shows assigned labels588DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)589 shows labels dropdown on edit click590DEPRECATION 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 show at /builds/gitlab-org/gitlab/ee/app/controllers/projects/quality/test_cases_controller.rb:29)591 applies label using labels dropdown592Filter issues weight593 only weight594 filter issues by searched weight595 negated weight only596 behaves like filters by negated weight597 excludes issues with specified weight598 when vue_issuables_list is disabled599 behaves like filters by negated weight600 excludes issues with specified weight601 weight with other filters602 filters issues by searched weight and text603 filters issues by searched weight, author and text604 filters issues by searched weight, author, assignee and text605 filters issues by searched weight, author, assignee, label and text606 filters issues by searched weight, milestone and text607Groups > Billing > Seat Usage608 seat usage table609 displays correct number of users610 seat usage details table611 expands the details on click612 hides the details table on click613 when removing user614 with a modal to confirm removal615 has disabled the remove button616 enables the remove button when user enters valid username617 does not enable button when user enters invalid username618 does not display the error modal619 removing the user620 shows a flash message621 removing the user from a sub-group622 updates the seat table of the parent group623 when cannot remove the user624 displays an error modal625Project settings > [EE] repository626 unlicensed627 does not show pull mirror settings628 licensed629 shows pull mirror settings630 mirrored external repo631 does not show personal access token632 does not show password and personal access token on the page633 with an existing pull mirror634 deletes the mirror635 with a non-mirrored imported project636 does not show a pull mirror637New/edit issue638 new issue639DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)640DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)641 allows user to create new issue642 correctly updates the selected user when changing assignee643 multiple assignees644 unselects other assignees when unassigned is selected645 toggles assign to me when current user is selected and unselected646Merge request > User edits MR with approval rules647 shows approval rules648 allows user to create approval rule649 with show_relevant_approval_rule_approvers feature flag disabled650 with public group651 with empty search, does not show public group652 with public group653 with empty search, does not show public group654 with non-empty search, shows public group655Trial Select Namespace656 when user657 when source is not about.gitlab.com658 shows company/individual question659 when source is about.gitlab.com660 hides company/individual duplicate question661 selects create a new group662 shows the new group name input663 enters a valid new group name664 when user can create groups665DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)666DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)667 proceeds to the next step668 when user can not create groups669 returns 404670 enters an existing group name671 proceeds to the next step with a unique url672 and does not enter a new group name673 shows validation error674 selects an existing group675 without trial plan676 does not show the new group name input677 applies trial and redirects to dashboard678 with trial plan679 shows validation error680Assign labels to an epic681 when label is referenced682 creates new system note with label pointing to epics index page683 when labels icon is clicked on collapsed sidebar684 expands sidebar685 opens labels dropdown686 collapses sidebar when clicked outside687User activates GitHub Service688 without a license689 is excluded from the integrations index690 renders 404 when trying to access service settings directly691 with valid license692 activates service693 renders a token field of type `password` for masking input694 with pipelines695 tests service before save696CI shared runner settings697 without global shared runners quota698 displays ratio with global quota699 with global shared runners quota700 displays ratio with global quota701 displays new ratio with overridden group quota702 displays unlimited ratio with overridden group quota703Epics > User uses quick actions704 on epic note705 applies quick action706 on epic form707 applies quick action708User creates a merge request with blocking MRs709 feature is enabled710 creates a merge request with a blocking MR711 feature is disabled712 does not show blocking MRs controls713Groups > Billing714 when CustomersDot is available715 with a free plan716 shows the proper title and subscription data717 behaves like hides search settings718 does not have search settings719 with a paid plan720 shows the proper title and subscription data721 behaves like hides search settings722 does not have search settings723 when gitlab subscription has end date more than 15 days724 does not display renew button725 with a legacy paid plan726 shows the proper title and subscription data727 when CustomersDot is unavailable728 renders an error page729Profile > Usage Quota730 is linked within the profile page731 shared runners use732 shared_runners_enabled: false, used: 300, quota: 500, usage_class: "success", usage_text: "300 / Not supported minutes 0% used"733 shows the correct quota status734 shows the correct per-project metrics735 shared_runners_enabled: true, used: 300, quota: nil, usage_class: "success", usage_text: "300 / Unlimited minutes Unlimited"736 shows the correct quota status737 shows the correct per-project metrics738 shared_runners_enabled: true, used: 300, quota: 500, usage_class: "success", usage_text: "300 / 500 minutes 60% used"739 shows the correct quota status740 shows the correct per-project metrics741 shared_runners_enabled: true, used: 1000, quota: 500, usage_class: "danger", usage_text: "1000 / 500 minutes 200% used"742 shows the correct quota status743 shows the correct per-project metrics744Changes GL.com plan for group745 for group namespace746DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_premium.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)747 changes the plan748 for user namespace749 changes the plan750Group navbar751 when devops adoption analytics is available752 behaves like verified navigation bar753 renders correctly754 when productivity analytics is available755 behaves like verified navigation bar756 renders correctly757 when value stream analytics is available758 redirects to value stream when Analytics item is clicked759 behaves like verified navigation bar760 renders correctly761 when epics are available762 behaves like verified navigation bar763 renders correctly764 when the logged in user is the owner765 behaves like verified navigation bar766 renders correctly767 when SAML SSO is available768 behaves like verified navigation bar769 renders correctly770 when security dashboard is available771 behaves like verified navigation bar772 renders correctly773 when packages are available774 when container registry is available775 behaves like verified navigation bar776 renders correctly777 when iterations are available778 behaves like verified navigation bar779 renders correctly780 when group wiki is available781 behaves like verified navigation bar782 renders correctly783User tests hooks784 when project is not empty785 when URL is valid786 triggers a hook787 when URL is invalid788 is expected to have visible css ".flash-alert" with text "Hook execution failed: Failed to open"789 when project is empty790 is expected to have visible css ".flash-alert" with text "Hook execution failed. Ensure the group has a project with commits."791User sees new onboarding flow792 shows the expected behavior with no trial chosen793 shows the expected behavior with trial chosen794User creates Site profile795 when feature is available796 shows the form797 on submit798 on cancel799 when feature is not available800 renders a 404801Delete Epic802 when user who is not a group member displays the epic803 does not show the Delete button804 when user with owner access displays the epic805 deletes the issue and redirect to epic list806Dashboard merge requests807 behaves like dashboard ultimate trial callout808 hides promotion callout if not .com809 .com810 shows dismissable promotion callout if default dashboard for an owner811 hides dismissable promotion callout if default dashboard for a non group owner812 hides dismissable promotion callout if not default dashboard813 hides promotion callout if a trial is active814 hides promotion callout if user owns a paid namespace815Trial Capture Lead816 when user817 enters valid company information818 proceeds to the next step819 enters company information820 without phone number821 shows validation error822 with invalid phone number format823 shows validation error824 and enters negative number to the number of users field825 shows validation error826Group Boards827 deletes a group issue board828Project settings > [EE] repository829 editing a push rule830 push rules licensed831 displays the new value in the form832 saves the new value833 push rules unlicensed834 hides push rule settings835Merge request > User selects branches for new MR836 create a merge request for the selected branches837 saving the MR838 shows the saved MR839Welcome screen840 on GitLab.com841 shows the group edit page without a progress bar842 when showing for a new user843 shows the progress bar with the correct steps844Edit group settings845 when Admin allow owners to unlock LDAP membership846 the user is allow to change the membership lock847 when Admin disallow owners to unlock LDAP membership848 doesn't show the option to unlock the membership849Public Project Snippets Access850 GET /:project_path/snippets851DEPRECATION 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)852 is expected to be allowed for auditor853 GET /:project_path/snippets/new854 is expected to be denied for auditor855 GET /:project_path/snippets/:id856 for a public snippet857 is expected to be allowed for auditor858 for an internal snippet859 is expected to be allowed for auditor860 for a private snippet861 is expected to be allowed for auditor862 GET /:project_path/snippets/:id/raw863 for a public snippet864 is expected to be allowed for auditor865 for an internal snippet866 is expected to be allowed for auditor867 for a private snippet868 is expected to be allowed for auditor869User views project iteration cadences870 as authorized user871 shows read-only iteration cadences872EE > Projects > Settings > User manages issue template873DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)874DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)875 saves issue template876Projects > Members > Member leaves project877 when the user has been specifically allowed to access a protected branch878 user leaves project879 removes the user's branch permissions880Merge Request sidebar881 when epics available882 does not show epics in MR sidebar883 when epics unavailable884 does not show epics promotion in MR sidebar885Slack application886 I can edit slack integration887EE > Projects > Settings > User manages merge requests template888 saves merge request template889Issues sub nav EE890 has a `Boards` item891Knapsack report was generated. Preview:892{893 "ee/spec/features/boards/scoped_issue_board_spec.rb": 203.82844694699997,894 "ee/spec/features/projects/new_project_spec.rb": 106.93637313600084,895 "ee/spec/features/search/elastic/project_search_spec.rb": 103.40495955700135,896 "ee/spec/features/epic_boards/epic_boards_spec.rb": 63.762005585000225,897 "ee/spec/features/projects/wiki/user_views_wiki_empty_spec.rb": 62.857639783000195,898 "ee/spec/features/boards/swimlanes/epics_swimlanes_filtering_spec.rb": 44.86549866199857,899 "ee/spec/features/epics/epic_show_spec.rb": 41.258804472998236,900 "ee/spec/features/admin/admin_audit_logs_spec.rb": 45.15673646399955,901 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 33.23402993000127,902 "ee/spec/features/boards/swimlanes/epics_swimlanes_drag_issue_spec.rb": 35.34797596399949,903 "ee/spec/features/projects/quality/test_case_show_spec.rb": 22.804249752998658,904 "ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb": 21.94833199400091,905 "ee/spec/features/groups/billing/seat_usage_spec.rb": 22.378618937998908,906 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 20.276147582000704,907 "ee/spec/features/issues/form_spec.rb": 20.18099633499878,908 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 16.920127882000088,909 "ee/spec/features/trials/select_namespace_spec.rb": 13.23529982099899,910 "ee/spec/features/epics/epic_labels_spec.rb": 12.71761399999923,911 "ee/spec/features/projects/services/user_activates_github_spec.rb": 13.815612156000498,912 "ee/spec/features/ci_shared_runner_settings_spec.rb": 10.693541132999599,913 "ee/spec/features/epics/user_uses_quick_actions_spec.rb": 8.859922353000002,914 "ee/spec/features/merge_request/user_creates_merge_request_with_blocking_mrs_spec.rb": 10.087561232001462,915 "ee/spec/features/groups/billing_spec.rb": 9.207388467999408,916 "ee/spec/features/profiles/usage_quotas_spec.rb": 8.78057427299973,917 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 9.867248821999965,918 "ee/spec/features/groups/navbar_spec.rb": 6.3347544919997745,919 "ee/spec/features/groups/hooks/user_tests_hooks_spec.rb": 8.09147724399918,920 "ee/spec/features/registrations/trial_during_signup_flow_spec.rb": 7.302562206001312,921 "ee/spec/features/projects/security/dast_site_profiles_spec.rb": 6.200790011000208,922 "ee/spec/features/epics/delete_epic_spec.rb": 6.515757440000016,923 "ee/spec/features/dashboards/merge_requests_spec.rb": 4.996574976999909,924 "ee/spec/features/trials/capture_lead_spec.rb": 5.5247746980003285,925 "ee/spec/features/boards/group_boards/board_deletion_spec.rb": 4.817430731000059,926 "ee/spec/features/projects/settings/push_rules_settings_spec.rb": 3.9278626870000153,927 "ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 5.432587941000747,928 "ee/spec/features/subscriptions/groups/edit_spec.rb": 4.585171011000057,929 "ee/spec/features/groups/ldap_settings_spec.rb": 3.766954837999947,930 "ee/spec/features/security/project/snippet/public_access_spec.rb": 3.0397098129997175,931 "ee/spec/features/projects/iterations/iteration_cadences_list_spec.rb": 3.204980151998825,932 "ee/spec/features/projects/settings/user_manages_issues_template_spec.rb": 1.8169428419987526,933 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 1.4853116659996886,934 "ee/spec/features/merge_request/sidebar_spec.rb": 2.1958136539997213,935 "ee/spec/features/projects/settings/slack_application_spec.rb": 2.6406001149989606,936 "ee/spec/features/projects/settings/user_manages_merge_requests_template_spec.rb": 1.474463767000998,937 "ee/spec/features/issues/sub_nav_ee_spec.rb": 0.8745589760001167938}939Knapsack global time execution for tests: 17m 26s940Finished in 17 minutes 29 seconds (files took 37.57 seconds to load)941317 examples, 0 failures942Failed to write to log, write log/workhorse-test.log: file already closed943Tue 20 Jul 2021 03:27:27 PM UTC945Not uploading cache ruby-gems-v1-4 due to policy946Not uploading cache gitaly-ruby-gems-v1-4 due to policy948Uploading artifacts...949coverage/: found 5 matching files and directories 950WARNING: crystalball/: no matching files 951deprecations/: found 23 matching files and directories 952knapsack/: found 3 matching files and directories 953rspec_flaky/: found 4 matching files and directories 954rspec_profiling/: found 1 matching files and directories 955WARNING: tmp/capybara/: no matching files 956tmp/memory_test/: found 2 matching files and directories 957log/*.log: found 17 matching files and directories 958Uploading artifacts as "archive" to coordinator... ok id=1438604310 responseStatus=201 Created token=QPSHciCP959Uploading artifacts...960junit_rspec.xml: found 1 matching files and directories 961Uploading artifacts as "junit" to coordinator... ok id=1438604310 responseStatus=201 Created token=QPSHciCP963Job succeeded