rspec-ee system pg12 2/6
Passed Started
by
@ntepluhina

Natalia Tepluhina
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:91d892a67245e889ee058993bb08077e9980b16e08991c8b172adadee015594f for postgres:12 with digest postgres@sha256:5afbf72bfdb224f9ad3b29dd570747b4752ab2e81e9c25145847004f8a350e60 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a0a8ec67111be1ffa9ee627aa0ef080c8281aba0f31a4a67f2b550f8e1e0b022 for redis:5.0-alpine with digest redis@sha256:fea243676a4d2d67f5990ddcbd4a56db9423b7f25e55758491e39988efc1cfbe ...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.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:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...21Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1632293267-7b6ee631...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 17% |***** | 59.9M 0:00:04 ETA28gitlab.tar.gz 47% |*************** | 166M 0:00:02 ETA29gitlab.tar.gz 100% |********************************| 346M 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: 153, done. 36remote: Counting objects: 100% (131/131), done. 37remote: Compressing objects: 100% (47/47), done. 38remote: Total 57 (delta 41), reused 18 (delta 8), pack-reused 0 40 * [new ref] 2459b1529cac1ac0ad101b0164c2a64d868d8db8 -> refs/pipelines/37511528141 * [new branch] master -> origin/master42Checking out 2459b152 as master...43Skipping Git submodules setup45Checking cache for ruby-gems-v1-4...46cache.zip is up to date 47Successfully extracted cache48Checking cache for gitaly-ruby-gems-v1-4...49cache.zip is up to date 50Successfully extracted cache52Downloading artifacts for compile-test-assets (1612163134)...53Downloading artifacts from coordinator... ok id=1612163134 responseStatus=200 OK token=qFixL5uF54Downloading artifacts for retrieve-tests-metadata (1612163145)...55Downloading artifacts from coordinator... ok id=1612163145 responseStatus=200 OK token=TZTMsZuv56Downloading artifacts for setup-test-env (1612163139)...57Downloading artifacts from coordinator... ok id=1612163139 responseStatus=200 OK token=pjMJYLcz59Using docker image sha256:4cc2f63f50a93772721d8b8586f6fe8c920262e1302e0e8b6c12a1040960cfab for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.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:eef05654d1ff5d68556b37c53250a692ec3a5fa299726f5bd1cbb4738b738976 ...60$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb61$ export GOPATH=$CI_PROJECT_DIR/.go62$ mkdir -p $GOPATH63$ source scripts/utils.sh64$ source scripts/prepare_build.sh65Bundler version 2.1.466production:development67Settings are listed in order of priority. The top value will be used.68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70clean71Set for the current user (/root/.bundle/config): "true"72without73Set via BUNDLE_WITHOUT: [:production, :development]74install_flags75Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 9 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 1 seconds.86$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee87Dropped database 'gitlabhq_test'88Created database 'gitlabhq_test'89DEPRECATION 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)90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_geo_test'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 118 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 0 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Settings are listed in order of priority. The top value will be used.101jobs102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4103retry104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3105path106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"107deployment108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true109without110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]111Set via BUNDLE_WITHOUT: [:production, :development]112app_config113Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"114gemfile115Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"116Don't run Bundler as root. Bundler can ask for sudo if it is needed, and117installing your bundle as root will break this application for all non-root118users on this machine.119Using abstract_type 0.0.7120Using concurrent-ruby 1.1.9121Using i18n 1.8.10122Using minitest 5.14.4123Using tzinfo 2.0.4124Using zeitwerk 2.4.2125Using activesupport 6.1.3.2126Using builder 3.2.4127Using erubi 1.10.0128Using mini_portile2 2.5.1129Using racc 1.5.2130Using nokogiri 1.11.7 (x86_64-linux)131Using rails-dom-testing 2.0.3132Using crass 1.0.6133Using loofah 2.10.0134Using rails-html-sanitizer 1.3.0135Using actionview 6.1.3.2136Using rack 2.2.3137Using rack-test 1.1.0138Using actionpack 6.1.3.2139Using ice_nine 0.11.2140Using thread_safe 0.3.6141Using memoizable 0.4.2142Using adamantium 0.2.0143Using public_suffix 4.0.6144Using addressable 2.7.0145Using ast 2.4.1146Using binding_ninja 0.2.3147Using bundler 2.1.4148Using charlock_holmes 0.7.7149Using coderay 1.1.2150Using equalizer 0.0.11151Using concord 0.1.5152Using diff-lcs 1.3153Using dotenv 2.7.6154Using escape_utils 1.2.1155Using factory_bot 5.0.2156Using multipart-post 2.1.1157Using faraday 1.0.1158Using ffi 1.15.3159Using json 2.5.1160Using gemojione 3.3.0161Using mini_mime 1.0.2162Using rugged 1.1.0163Using github-linguist 7.12.1164Using github-markup 1.7.0165Using mime-types-data 3.2020.1104166Using mime-types 3.3.1167Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1168Using rouge 3.26.0169Using nokogumbo 1.5.0170Using sanitize 4.6.6171Using stringex 2.8.5172Using gitlab-gollum-lib 4.2.7.10.gitlab.1173Using google-protobuf 3.17.3 (x86_64-linux)174Using googleapis-common-protos-types 1.1.0175Using grpc 1.30.2 (x86_64-linux)176Using opentracing 0.5.0177Using thrift 0.14.1178Using jaeger-client 1.1.0179Using pg_query 2.1.0180Using redis 4.2.5181Using gitlab-labkit 0.20.0182Using gitlab-markup 1.7.1183Using grpc-tools 1.30.2184Using sawyer 0.8.2185Using octokit 4.20.0186Using reverse_markdown 1.4.0187Using thor 1.1.0188Using licensee 9.14.1189Using method_source 0.9.2190Using msgpack 1.3.3191Using optimist 3.0.1192Using parallel 1.19.2193Using parser 2.7.2.0194Using procto 0.0.3195Using unparser 0.4.7196Using proc_to_ast 0.1.0197Using pry 0.12.2198Using rainbow 3.0.0199Using rbtrace 0.4.14200Using rdoc 6.3.2201Using regexp_parser 1.8.1202Using rexml 3.2.4203Using 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! 21 Gemfile dependencies, 96 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: ................................................................ OK223Trying to connect to praefect: ......... OK224==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"227KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb228Knapsack report generator started!229Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}230==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.046041884 seconds...231Test environment set up in 1.656350743 seconds232Group wikis233 behaves like User creates wiki page234 when wiki is empty235Starting the Capybara driver server...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)237DEPRECATION 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)238Capybara starting Puma...239* Version 5.3.2 , codename: Sweetnighter240* Min threads: 0, max threads: 4241* Listening on unix:///tmp/20210922-437-1ojfetb242DEPRECATION 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)243DEPRECATION 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)244 disables the submit button245 makes sure links to unknown pages work correctly246 shows non-escaped link in the pages list247 has `Create home` as a commit message248 creates a page from the home page249 creates ASCII wiki with LaTeX blocks250 creates a wiki page with Org markup251 behaves like wiki file attachments252 uploading attachments253 before uploading254 shows "Attach a file" button255 uploading is in progress256 cancels uploading on clicking to "Cancel" button257 shows "Attaching a file" message on uploading 1 file258 uploading is complete259 shows "Attach a file" button on uploading complete260 the markdown link is added to the page261 the links point to the wiki root url262 the file has been added to the wiki repository263 when wiki is not empty264 shows the emoji autocompletion dropdown265 via the `new wiki page` page266 creates a page with a single word267 creates a page with spaces in the name268 creates a page with hyphens in the name269 behaves like User deletes wiki page270 when user is the owner or maintainer271 behaves like deletes a wiki page272 deletes a page273 when user is a developer274 behaves like deletes a wiki page275 deletes a page276 behaves like User previews wiki changes277 when rendering a new wiki page278 behaves like relative links279 when there are no spaces or hyphens in the page name280 behaves like rewrites relative links281 is expected to have visible link "relative link 3" with href "/groups/group21/-/wikis/a/b/c/e/f/relative"282 when there are spaces in the page name283 behaves like rewrites relative links284 is expected to have visible link "relative link 3" with href "/groups/group22/-/wikis/a-page/b-page/c-page/e/f/relative"285 when there are hyphens in the page name286 behaves like rewrites relative links287 is expected to have visible link "relative link 3" with href "/groups/group23/-/wikis/a-page/b-page/c-page/e/f/relative"288 when previewing an existing wiki page289 renders content with CommonMark290 does not linkify double brackets inside code blocks as expected291 behaves like relative links292 when there are no spaces or hyphens in the page name293 behaves like rewrites relative links294 is expected to have visible link "relative link 3" with href "/groups/group26/-/wikis/a/b/c/e/f/relative"295 when there are spaces in the page name296 behaves like rewrites relative links297 is expected to have visible link "relative link 3" with href "/groups/group27/-/wikis/a-page/b-page/c-page/e/f/relative"298 when there are hyphens in the page name299 behaves like rewrites relative links300 is expected to have visible link "relative link 3" with href "/groups/group28/-/wikis/a-page/b-page/c-page/e/f/relative"301 behaves like User updates wiki page302 when wiki is empty303 redirects back to the home edit page304 updates a page that has a path305 behaves like wiki file attachments306 uploading attachments307 before uploading308 shows "Attach a file" button309 uploading is in progress310 cancels uploading on clicking to "Cancel" button311 shows "Attaching a file" message on uploading 1 file312 uploading is complete313 shows "Attach a file" button on uploading complete314 the markdown link is added to the page315 the links point to the wiki root url316 the file has been added to the wiki repository317 when wiki is not empty318 updates a page319 updates the commit message as the title is changed320 correctly escapes the commit message entities321 disables the submit button322 shows the emoji autocompletion dropdown323 updates a page324 focuses on the content field325 cancels editing of a page326 behaves like wiki file attachments327 uploading attachments328 before uploading329 shows "Attach a file" button330 uploading is in progress331 cancels uploading on clicking to "Cancel" button332 shows "Attaching a file" message on uploading 1 file333 uploading is complete334 shows "Attach a file" button on uploading complete335 the markdown link is added to the page336 the links point to the wiki root url337 the file has been added to the wiki repository338 when multiple people edit the page at the same time339 preserves user changes in the wiki editor340 when using the content editor341 behaves like edits content using the content editor342 formats text as bold using bubble menu343 when the page is in a subdir344 moves the page to the root folder345 moves the page to other dir346 remains in the same place if title has not changed347 can be moved to a different dir with a different name348 can be renamed and moved to the root folder349 squishes the title before creating the page350 behaves like wiki file attachments351 uploading attachments352 before uploading353 shows "Attach a file" button354 uploading is in progress355 cancels uploading on clicking to "Cancel" button356 shows "Attaching a file" message on uploading 1 file357 uploading is complete358 shows "Attach a file" button on uploading complete359 the markdown link is added to the page360 the links point to the wiki root url361 the file has been added to the wiki repository362 when an existing page exceeds the content size limit363 allows changing the title if the content does not change364 shows a validation error when trying to change the content365 behaves like User uses wiki shortcuts366 visit edit wiki page using "e" keyboard shortcut367 behaves like User views AsciiDoc page with includes368 when the file being included exists369 includes the file contents370 when there are multiple versions of the wiki pages371 viewing the latest version372 includes the latest content373 viewing the original version374 includes the content from the original version375 when the file being included does not exist376 outputs an error377 behaves like User views a wiki page378DEPRECATION 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)379DEPRECATION 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)380 opens a default wiki page381 when wiki is empty382 shows the history of a page that has a path383 shows an old version of a page384 when a page does not have history385 shows all the pages386 shows the creation page if file does not exist387 shows a file stored in a page388 is expected not to have visible xpath "/html"389 when a page has history390 shows the page history391 does not show the "Edit" button392 show the diff393 links to the correct diffs394 between the current and the previous version of a page395 between two old versions of a page396 for the oldest version of a page397 when a page has special characters in its title398 preserves the special characters399 when a page has XSS in its title or content400 safely displays the page401 when a page has XSS in its message402 safely displays the message403 when page has invalid content encoding404 does not show "Edit" button405 shows error406 behaves like User views wiki pages407 ordered by title408 asc409 pages are displayed in direct order410 desc411 pages are displayed in reversed order412 ordered by created_at413 asc414 pages are displayed in direct order415 desc416 pages are displayed in reversed order417 behaves like User views wiki sidebar418 when there are some existing pages419 when there is no custom sidebar420 renders a default sidebar421 can create a custom sidebar422 when there is a custom sidebar423 renders the custom sidebar instead of the default one424 can edit the custom sidebar425 when there are 15 existing pages426 shows all pages in the sidebar427 when there are more than 15 existing pages428 shows the first 15 pages in the sidebar429 behaves like User views Git access wiki page430 shows the correct clone URLs431Value stream analytics charts432 Duration chart433 hidden stages will not appear in the duration chart dropdown434 behaves like has all the default stages435 has all the default stages in the duration dropdown436 Tasks by type chart437 enabled438 with data available439 displays the chart440 has 2 labels selected441 has chart filters442 can update the filters443 no data available444 shows the no data available message445Billing plan pages446 users profile billing page447 on free448 displays the correct call to action449 behaves like does not display the billing plans450 does not display the plans451 behaves like plan with subscription table452 displays subscription table453 on bronze plan454 shows the EoA bronze banner that can be dismissed permanently455 behaves like plan with header456 displays header457 behaves like downgradable plan458 displays the downgrade link459 behaves like upgradable plan460 displays the upgrade link461 behaves like can contact sales462 displays the contact sales link463 behaves like plan with subscription table464 displays subscription table465 when hide_deprecated_billing_plans is active466 behaves like plan with free upgrade467 displays the free upgrade468 behaves like active deprecated plan469 renders the plan card marked as Legacy470 with more than 25 users471 behaves like plan with sales-assisted upgrade472 displays the sales assisted offer473 on premium plan474 behaves like plan with header475 displays header476 behaves like downgradable plan477 displays the downgrade link478 behaves like upgradable plan479 displays the upgrade link480 behaves like can contact sales481 displays the contact sales link482 behaves like plan with subscription table483 displays subscription table484 behaves like does not display EoA banner485 does not display the banner486 on ultimate plan487 behaves like plan with header488 displays header489 behaves like downgradable plan490 displays the downgrade link491 behaves like non-upgradable plan492 does not display the upgrade link493 behaves like plan with subscription table494 displays subscription table495 behaves like does not display EoA banner496 does not display the banner497 when CustomersDot is unavailable498 renders an error page499 users profile billing page with a trial500 on free501 behaves like does not display the billing plans502 does not display the plans503 on bronze plan504 behaves like plan with header505 displays header506 behaves like downgradable plan507 displays the downgrade link508 behaves like upgradable plan509 displays the upgrade link510 behaves like can contact sales511 displays the contact sales link512 on ultimate plan513 behaves like plan with header514 displays header515 behaves like downgradable plan516 displays the downgrade link517 behaves like non-upgradable plan518 does not display the upgrade link519 group billing page520 top-most group521 on ultimate522 displays plan header523 does not display the billing plans table524 behaves like plan with subscription table525 displays subscription table526 on bronze527 displays plan header528 does display the billing plans table529 behaves like can contact sales530 displays the contact sales link531 behaves like plan with subscription table532 displays subscription table533 on free534 behaves like used seats rendering for non paid subscriptions535 displays the number of seats536 on trial537 displays the billing plans table538 behaves like non-upgradable plan539 does not display the upgrade link540 behaves like used seats rendering for non paid subscriptions541 displays the number of seats542 behaves like plan with subscription table543 displays subscription table544 seat refresh button545 updates seat counts on click546 with unexpected JSON547 renders no header for missing plan548 displays all plans549Compliance Dashboard550 when there are no merge requests551 shows an empty state552 when there are merge requests553 shows merge requests with details554 chain of custody report555 exports a merge commit-specific CSV556Group elastic search557 issue search558 finds the issue559 blob search560 finds files561 wiki search562 finds wiki pages563 commit search564 finds commits565Group elastic search redactions566 behaves like a redacted search results page567 behaves like redacted search results page assertions568 when logged in569 redacts private features the user does not have access to570 when issues are public571 redacts other private features572 behaves like redacted search results page assertions573 when not logged in574 redacts private features the user does not have access to575 when issues are public576 redacts other private features577Issue Sidebar578 Assignees579DEPRECATION 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)580DEPRECATION 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)581 shows label text as "Apply" when assignees are changed582 updating weight583 updates weight in sidebar to 0584 updates weight in sidebar to no weight by clicking `remove weight`585 updates weight in sidebar to no weight by setting an empty value586 as a guest587 does not have a option to edit weight588 as a guest, interacting with collapsed sidebar589 edit weight field does not appear after clicking on weight when sidebar is collapsed then expanding it590 health status591 when health status feature is available592 shows health status on sidebar593 when user closes an issue594 disables the edit button595 when health status feature is not available596 does not show health status on sidebar597 Iterations598 when iterations feature available599 when `iteration_cadences` feature flag is off600 selects and updates the right iteration601 does not show closed iterations602 when `iteration_cadences` feature flag is on603 selects and updates the right iteration604 does not show closed iterations605 when a project does not have a group606 cannot find the select-iteration edit button607 when iteration feature is not available608 cannot find the select-iteration edit button609Related issues610 when user has permission to manage related issues611 with "Relates to", "Blocks", "Is blocked by" groupings612 when adding a "relates_to" issue613 shows "Relates to" heading614 shows the added issue615 when adding a "blocks" issue616 shows "Blocks" heading617 shows the added issue618 when adding an "is_blocked_by" issue619 shows "Is blocked by" heading620 shows the added issue621 when clicking the top `Close issue` button in the issue header622 behaves like issue closed by modal623 shows a modal to confirm closing the issue624 when clicking the bottom `Close issue` button below the comment textarea625 behaves like issue closed by modal626 shows a modal to confirm closing the issue627 when adding "relates_to", "blocks", and "is_blocked_by" issues628 shows "Blocks", "Is blocked by", and "Relates to" headings629 shows all added issues630epics swimlanes631 link to swimlanes view632 displays epics swimlanes when link to boards with group_by epic in URL633 displays issue not assigned to epic title and unassigned issues lane only on expand634 displays default lists and a label list635 switch to swimlanes view636 displays epics swimlanes when selecting Epic in Group by dropdown637 displays issue not assigned to epic title and unassigned issues lane only on expand638 issue cards639 highlights an issue card on click640 unhighlights a selected issue card on click641 add issue to swimlanes list642 displays new issue button643 shows form in unassigned issues lane when clicking button644 hides form when clicking cancel645 creates new issue in unassigned issues lane646Projects > Audit Events647 has Audit Events button in head nav bar648 has Project audit events in the header649 unlicensed650 returns 404651DEPRECATION 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)652DEPRECATION 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)653 does not have Audit Events button in head nav bar654 unlicensed but we show promotions655DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_audit_events_purple.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)656 returns 200657 has Audit Events button in head nav bar658 does not have Project audit events in the header659 when the "Security & Compliance" feature is disabled660 is expected to respond with numeric status code not_found661 adding an SSH key662 appears in the project's audit events663 changing a user access level664 appears in the project's audit events665 changing merge request approval permission for authors and reviewers666DEPRECATION 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)667DEPRECATION 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)668DEPRECATION 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)669DEPRECATION 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)670 appears in the project's audit events671 filter by date672 behaves like audit events date filter673 shows only 2 days old events674 shows only today's event675 shows a message if provided date is invalid676 combined list of authenticated and unauthenticated users677 displays the correct authors names678Groups > Usage Quotas > Seat Usage679 seat usage table680 displays correct number of users681 seat usage details table682 expands the details on click683 hides the details table on click684 when removing user685 with a modal to confirm removal686 has disabled the remove button687 enables the remove button when user enters valid username688 does not enable button when user enters invalid username689 does not display the error modal690 removing the user691 shows a flash message692 removing the user from a sub-group693 updates the seat table of the parent group694 when cannot remove the user695 displays an error modal696Test Cases697 test case page698 header699 shows status, created date and author700 shows action buttons701 archives test case702 body703 shows title, description and edit button704 makes title and description editable on edit click705 enters into zen mode when clicking on zen mode button706 update title and description707 sidebar708 shows expand/collapse button709 todo710 shows todo status711 add test case as todo712 mark test case todo as done713 labels714 shows assigned labels715 shows labels dropdown on edit click716 applies label using labels dropdown717 for a nonexistent test case718 renders 404 page719Reset namespace pipeline minutes720 for user namespace721unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.722unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.723unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.724 reset pipeline minutes button is visible725 when namespace has namespace statistics726 resets pipeline minutes727 when resetting pipeline minutes fails728 renders edit page with an error729 when creating a new group730 does not display reset pipeline minutes callout731 for group namespace732 reset pipeline minutes button is visible733 when namespace has namespace statistics734 resets pipeline minutes735 when resetting pipeline minutes fails736 renders edit page with an error737User views iteration738 with license739 when user has edit permissions740 can delete iteration741 behaves like shows iteration info742 shows iteration info743 when user does not have edit permissions744 behaves like shows iteration info745 shows iteration info746 when grouping by label747 behaves like iteration report group by label748 groups by label749 shows ungrouped issues when `Group by: None` is selected again750 shows ungrouped issues when label `x` is clicked to remove it751 without license752 shows page not found753User views iteration754 with license755 behaves like render iteration page756 view an iteration757Checking 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/projects/iterations/user_views_iteration_spec.rb:25758 shows iteration info759 when grouping by label760 behaves like iteration report group by label761 groups by label762 shows ungrouped issues when `Group by: None` is selected again763 shows ungrouped issues when label `x` is clicked to remove it764 with old routes765 is expected to eq "/group151/project71/-/iterations/2"766 behaves like render iteration page767 view an iteration768Checking 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/projects/iterations/user_views_iteration_spec.rb:25769 shows iteration info770 without license771 shows page not found772Merge request > User edits MR with approval rules773 shows approval rules774 allows user to create approval rule775 with show_relevant_approval_rule_approvers feature flag disabled776 with public group777 with empty search, does not show public group778 with public group779 with empty search, does not show public group780 with non-empty search, shows public group781 feature is disabled782 cannot see the approval rules input783Welcome screen784 when on GitLab.com785 shows the welcome page with a progress bar786 when in the subscription flow787 shows the progress bar with the correct steps788 when user has memberships789 does not show the progress bar790 when in the trial flow791 does not show the progress bar792 with the jobs_to_be_done experiment793 allows specifying other for the jobs_to_be_done experiment794 email opt in795 does not show the email opt in checkbox when setting up for a company796 shows the email opt checkbox in when setting up for just me797 when not on GitLab.com798 does not show the progress bar799Resource weight events800 move issue by quick action801 when original issue has weight events802DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.803To achieve the same use:804 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)805DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.806To achieve the same use:807 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)808 creates expected weight events on the moved issue809Account recovery regular check callout810 when signed in811 when user has two-factor authentication disabled812 does not show the callout813 when user sets up two-factor authentication814 does not show the callout815 when user has two-factor authentication enabled816 shows callout if not dismissed817 hides callout when user clicks action button818 hides callout when user clicks close819DEPRECATION 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)820DEPRECATION 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)821 shows callout on next session if user did not dismissed it822 hides callout on next session if user dismissed it823Test Cases824 test case list825 shows tabs for state types826 shows create test case button827 shows filtered search input828 shows filter tokens author and label829 open tab830 shows list of all open test cases831 shows test cases title and metadata832 archived tab833 shows list of all archived test cases834 all tab835 shows list of all test cases836Assign labels to an epic837 when label is referenced838 creates new system note with label pointing to epics index page839 when labels icon is clicked on collapsed sidebar840 expands sidebar841 opens labels dropdown842 collapses sidebar when clicked outside843Project settings > [EE] Merge Request Approvals844 adds approver845 adds approver group846 with an approver group847 removes approver group848Groups > Billing849 when CustomersDot is available850 with a free plan851 shows the proper title and subscription data852 behaves like hides search settings853 does not have search settings854 with a paid plan855 shows the proper title and subscription data856 behaves like hides search settings857 does not have search settings858 when gitlab subscription has end date more than 15 days859 does not display renew button860 with a legacy paid plan861 shows the proper title and subscription data862 when CustomersDot is unavailable863 renders an error page864Profile > Usage Quota865 is linked within the profile page866 shared runners use867 shared_runners_enabled: false, used: 300, quota: 500, usage_class: "success", usage_text: "300 / Not supported minutes 0% used"868 shows the correct quota status869 shows the correct per-project metrics870 shared_runners_enabled: true, used: 300, quota: nil, usage_class: "success", usage_text: "300 / Unlimited minutes Unlimited"871 shows the correct quota status872 shows the correct per-project metrics873 shared_runners_enabled: true, used: 300, quota: 500, usage_class: "success", usage_text: "300 / 500 minutes 60% used"874 shows the correct quota status875 shows the correct per-project metrics876 shared_runners_enabled: true, used: 1000, quota: 500, usage_class: "danger", usage_text: "1000 / 500 minutes 200% used"877 shows the correct quota status878 shows the correct per-project metrics879User creates On-demand Scan880 when feature is available881 shows new scan page882 on save883 on cancel884 when feature is not available885 renders a 404886Iterations list887 as guest888 when in group889 hides New iteration button890 shows iterations on each tab891 when an iteration is clicked892 redirects to an iteration report within the group context893 when in subgroup894 shows iterations on each tab including ancestor iterations895 as user896 shows "New iteration" button897Groups > Members > Leave group898 with block_password_auth_for_saml_users feature flag switched on899 guest provisoned by this group leaves the group and is signed off900 guest leaves the group by url param and is signed off901 with block_password_auth_for_saml_users feature flag switched off902 guest leaves the group by url param903 guest leaves the group as last member904Groups > Members > List members905 with Group SAML identity linked for a user906 shows user with SSO status badge907 when user has a "Group Managed Account"908 shows user with "Managed Account" badge909 with SAML and enforced SSO910 returns only users with SAML in autocomplete911 when the :invite_members_group_modal feature flag is disabled912 returns only users with SAML in autocomplete913Signup on EE914 for Gitlab.com915 redirects to step 2 of the signup process when not completed916 when the user sets it up for the company917 creates the user and sets the email_opted_in field truthy918 when the user checks the opt-in to email updates box919 creates the user and sets the email_opted_in field truthy920 when the user does not check the opt-in to email updates box921 creates the user and sets the email_opted_in field falsey922 when the user_other_role_details feature flag is disabled923 collects no collect a job title924 proceeds to the next step without collecting other_role925 when the user selects existing role926 has the job title box927 proceeds to the next step928 when the user selects other role929 has the job title box930 proceeds to the next step931 not for Gitlab.com932 does not have a opt-in checkbox, it creates the user and sets email_opted_in to falsey933DEPRECATION 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)934DEPRECATION 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)935DEPRECATION 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)936DEPRECATION 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)937 redirects to step 2 of the signup process when not completed and redirects back938User edits iteration cadence939 with license940 as authorized user941 prefills fields and allows updating values942 as guest user943 does not show edit dropdown944 redirects to list page when loading edit cadence page945 redirects to list page when loading new cadence page946User creates Site profile947 when feature is available948 shows the form949 on submit950 on cancel951 when feature is not available952 renders a 404953User sees Security Configuration table954 with security_dashboard feature available955 with no SAST report956 shows SAST is not enabled957 with SAST report958 shows SAST is enabled959 with no DAST report960 shows DAST is not enabled961 with DAST report962 shows DAST is enabled963Dashboard groups964 behaves like dashboard ultimate trial callout965 hides promotion callout if not .com966 .com967 shows dismissable promotion callout if default dashboard for an owner968 hides dismissable promotion callout if default dashboard for a non group owner969 hides dismissable promotion callout if not default dashboard970 hides promotion callout if a trial is active971 hides promotion callout if user owns a paid namespace972Merge request > User selects branches for new MR973 create a merge request for the selected branches974 saving the MR975 shows the saved MR976EE > Projects > Licenses > Maintainer views policies977 when policies are not configured978 displays a link to the documentation to configure license compliance979 when a policy is configured980 displays licenses detected in the most recent scan report981 when viewing the configured policies982 displays the classification983Subscriptions Content Security Policy984 when there is no global CSP config985 is expected to be blank986 when a global CSP config exists987 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"988 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"989 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"990 when just a default CSP config exists991 is expected to include "default-src 'self' https://some-cdn.test"992 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"993 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"994 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"995Welcome screen996 on GitLab.com997 shows the group edit page without a progress bar998 when showing for a new user999 shows the progress bar with the correct steps1000Jira issues list1001 renders "Create new issue" button1002 when jira_issues_integration licensed feature is not available1003 does not render "Create new issue" button1004 on gitlab.com1005WARNING: ignoring the provided expectation message argument ({:count=>2}) since it is not a string or a proc.1006 includes the Atlassian referrer in Jira links1007User creates iteration in a cadence1008 prefills fields and allows updating all values1009Operations dropdown navbar EE1010 has an `Operations` link1011 has an `Environments` link1012User views project iteration cadences1013 as authorized user1014 shows read-only iteration cadences1015User edits hooks1016 updates existing hook1017CI minutes1018 renders a dropdown with the months of available analytics1019Projects > Members > Member leaves project1020 when the user has been specifically allowed to access a protected branch1021 user leaves project1022 removes the user's branch permissions1023User views hooks1024 is expected to have text "http://example3.test"1025Admin unsubscribes from notification1026 unsubscribes from notifications1027Knapsack report was generated. Preview:1028{1029 "ee/spec/features/groups/wikis_spec.rb": 275.56989815199995,1030 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 121.40596737800115,1031 "ee/spec/features/billings/billing_plans_spec.rb": 67.65950097600034,1032 "ee/spec/features/groups/security/compliance_dashboards_spec.rb": 5.62033878299917,1033 "ee/spec/features/search/elastic/group_search_spec.rb": 64.14785300199947,1034 "ee/spec/features/issues/issue_sidebar_spec.rb": 52.663883213999725,1035 "ee/spec/features/issues/related_issues_spec.rb": 52.23160149599971,1036 "ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb": 47.011058744001275,1037 "ee/spec/features/projects/audit_events_spec.rb": 37.74767419099953,1038 "ee/spec/features/groups/seat_usage/seat_usage_spec.rb": 28.80517927800065,1039 "ee/spec/features/projects/quality/test_case_show_spec.rb": 24.757109181000487,1040 "ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb": 25.81037457400089,1041 "ee/spec/features/groups/iterations/user_views_iteration_spec.rb": 23.074866607999866,1042 "ee/spec/features/projects/iterations/user_views_iteration_spec.rb": 21.089697413999602,1043 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 20.28604748900034,1044 "ee/spec/features/registrations/welcome_spec.rb": 18.608969774999423,1045 "ee/spec/features/issues/move_issue_resource_weight_events_spec.rb": 16.12195045699991,1046 "ee/spec/features/account_recovery_regular_check_spec.rb": 14.439805885000169,1047 "ee/spec/features/projects/quality/test_case_list_spec.rb": 12.824357012999826,1048 "ee/spec/features/epics/epic_labels_spec.rb": 13.622829109999657,1049 "ee/spec/features/projects/settings/merge_request_approvals_settings_spec.rb": 12.975260573999549,1050 "ee/spec/features/groups/billing_spec.rb": 9.116235610999865,1051 "ee/spec/features/profiles/usage_quotas_spec.rb": 8.399403094999798,1052 "ee/spec/features/projects/security/user_creates_on_demand_scan_spec.rb": 9.10579889300061,1053 "ee/spec/features/groups/iterations/iterations_list_spec.rb": 7.125258329000644,1054 "ee/spec/features/groups/members/leave_group_spec.rb": 6.55307428299966,1055 "ee/spec/features/groups/members/list_members_spec.rb": 7.716719412999737,1056 "ee/spec/features/signup_spec.rb": 6.291313415998957,1057 "ee/spec/features/groups/iterations/user_edits_iteration_cadence_spec.rb": 6.2762200590004795,1058 "ee/spec/features/projects/security/dast_site_profiles_spec.rb": 6.332218301999092,1059 "ee/spec/features/projects/security/user_views_security_configuration_spec.rb": 5.4334161179995135,1060 "ee/spec/features/dashboards/groups_spec.rb": 5.400209561999873,1061 "ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 6.3735606249993,1062 "ee/spec/features/projects/licenses/maintainer_views_policies_spec.rb": 5.705095624000023,1063 "ee/spec/features/subscriptions_spec.rb": 2.310121632001028,1064 "ee/spec/features/subscriptions/groups/edit_spec.rb": 5.174073547001171,1065 "ee/spec/features/integrations/jira/jira_issues_list_spec.rb": 4.119462541999383,1066 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 4.067314679999981,1067 "ee/spec/features/operations_nav_link_spec.rb": 3.7311829250011215,1068 "ee/spec/features/projects/iterations/iteration_cadences_list_spec.rb": 3.271724340000219,1069 "ee/spec/features/groups/hooks/user_edits_hooks_spec.rb": 1.5174350010001945,1070 "ee/spec/features/ci/ci_minutes_spec.rb": 1.8642991230008192,1071 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 2.577453334999518,1072 "ee/spec/features/groups/hooks/user_views_hooks_spec.rb": 1.0031946119997883,1073 "ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb": 0.82552275600028221074}1075Knapsack global time execution for tests: 17m 56s1076Finished in 18 minutes 0 seconds (files took 44.54 seconds to load)1077389 examples, 0 failures1078Failed to write to log, write log/workhorse-test.log: file already closed1079Wed 22 Sep 2021 10:38:36 AM UTC1081Not uploading cache ruby-gems-v1-4 due to policy1082Not uploading cache gitaly-ruby-gems-v1-4 due to policy1084Uploading artifacts...1085coverage/: found 5 matching files and directories 1086WARNING: crystalball/: no matching files 1087deprecations/: found 18 matching files and directories 1088knapsack/: found 3 matching files and directories 1089rspec_flaky/: found 4 matching files and directories 1090rspec_profiling/: found 1 matching files and directories 1091WARNING: tmp/capybara/: no matching files 1092tmp/memory_test/: found 2 matching files and directories 1093log/*.log: found 17 matching files and directories 1094Uploading artifacts as "archive" to coordinator... ok id=1612163408 responseStatus=201 Created token=nxnT1NWC1095Uploading artifacts...1096junit_rspec.xml: found 1 matching files and directories 1097Uploading artifacts as "junit" to coordinator... ok id=1612163408 responseStatus=201 Created token=nxnT1NWC1099Job succeeded