rspec system pg12 6/24
Passed Started
by
@jannik_lehmann

Jannik Lehmann
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com 1d6b581d3 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:cfd0d250289d0bf03e73e68f249d8ca80c572ec04d2a5902dcf7b0f1429e15ec for postgres:12 with digest postgres@sha256:7428e2451a9815c613bf567441922a813b5afe309ca3547e8080c03ae01bf30e ...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 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling 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 ...16Using 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 ...18Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1632944945-9613b97c...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 10% |*** | 35.1M 0:00:08 ETA25gitlab.tar.gz 88% |**************************** | 303M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 344M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 504, done. 33remote: Counting objects: 100% (297/297), done. 34remote: Compressing objects: 100% (137/137), done. 35remote: Total 161 (delta 112), reused 55 (delta 24), pack-reused 0 36Receiving objects: 100% (161/161), 18.59 KiB | 4.65 MiB/s, done.37Resolving deltas: 100% (112/112), completed with 55 local objects.39 * [new ref] ec564e93aecae71f62b0ed076dceb9ea006567fa -> refs/pipelines/37972286640Checking out ec564e93 as refs/merge-requests/70901/merge...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1635435084)...51Downloading artifacts from coordinator... ok id=1635435084 responseStatus=200 OK token=NHSkoXRs52Downloading artifacts for detect-tests (1635435100)...53Downloading artifacts from coordinator... ok id=1635435100 responseStatus=200 OK token=RoFXfzTZ54Downloading artifacts for retrieve-tests-metadata (1635435106)...55Downloading artifacts from coordinator... ok id=1635435106 responseStatus=200 OK token=z-tsJcTd56Downloading artifacts for setup-test-env (1635435091)...57Downloading artifacts from coordinator... ok id=1635435091 responseStatus=200 OK token=2xj78vhx59Using 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 10 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 0 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 1 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$ source ./scripts/rspec_helpers.sh225==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.226$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"227KNAPSACK_TEST_FILE_PATTERN: 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.045434204 seconds...231Test environment set up in 0.735615794 seconds232GFM autocomplete233Starting the Capybara driver server...234DEPRECATION 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)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)236 when tribute_autocomplete feature flag is off237 new issue page238Capybara starting Puma...239* Version 5.3.2 , codename: Sweetnighter240* Min threads: 0, max threads: 4241* Listening on unix:///tmp/20210929-442-18box3242DEPRECATION 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 allows quick actions245 issue description246DEPRECATION 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)247DEPRECATION 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)248 updates with GFM reference249 allows quick actions250 issue comment251 triggering autocomplete252 only opens autocomplete menu when trigger character is after whitespace253 xss checks254 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters255 opens autocomplete menu for Username when field starts with text with item escaping HTML characters256 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters257 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters258 autocomplete highlighting259 auto-selects the first item when there is a query, and only for assignees with no query260 assignees261 does not wrap with quotes for assignee values262 includes items for assignee dropdowns with non-ASCII characters in name263 searches across full name for assignees264 shows names that start with the query as the top result265 shows usernames that start with the query as the top result266 shows username when pasting then pressing Enter267 does not show `@undefined` when pressing `@` then Enter268 when /assign quick action is selected269 triggers user autocomplete and lists users who are currently not assigned to the issue270 if a selected value has special characters271 wraps the result in double quotes272 doesn't wrap for emoji values273 quick actions274 does not limit quick actions autocomplete list to 5275 labels276 allows colons when autocompleting scoped labels277 allows spaces when autocompleting multi-word labels278 only autocompletes the last label279 does not autocomplete labels if no tilde is typed280 when other notes are destroyed281 keeps autocomplete key listeners282 issues283 behaves like autocomplete suggestions284 suggests objects correctly285 merge requests286 behaves like autocomplete suggestions287 suggests objects correctly288 project snippets289 behaves like autocomplete suggestions290 suggests objects correctly291 milestone292 shows milestons list in the autocomplete menu293 shows expired milestone at the bottom of the list294 shows milestone due earliest at the top of the list295 when tribute_autocomplete feature flag is on296 issue description297 updates with GFM reference298 issue comment299 triggering autocomplete300 only opens autocomplete menu when trigger character is after whitespace301 xss checks302 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters303 opens autocomplete menu for Username when field starts with text with item escaping HTML characters304 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters305 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters306 autocomplete highlighting307 auto-selects the first item with query308 assignees309 does not wrap with quotes for assignee values310 includes items for assignee dropdowns with non-ASCII characters in name311 when autocompleting for groups312 shows the group when searching for the name of the group313 does not show the group when searching for the name of the parent of the group314 when /assign quick action is selected315 lists users who are currently not assigned to the issue316 lists users who are currently not assigned to the issue when using /assign on the second line317 if a selected value has special characters318 wraps the result in double quotes319 does not wrap for emoji values320 quick actions321 autocompletes for quick actions322 labels323 allows colons when autocompleting scoped labels324 autocompletes multi-word labels325 only autocompletes the last label326 does not autocomplete labels if no tilde is typed327 when other notes are destroyed328 keeps autocomplete key listeners329 issues330 behaves like autocomplete suggestions331 suggests objects correctly332 merge requests333 behaves like autocomplete suggestions334 suggests objects correctly335 project snippets336 behaves like autocomplete suggestions337 suggests objects correctly338 milestone339 behaves like autocomplete suggestions340 suggests objects correctly341Issue Sidebar342 when signed in343 when concerning the assignee344 when GraphQL assignees widget feature flag is disabled345 when a privileged user can invite346 shows a link for inviting members and launches invite modal347 when user cannot invite members in assignee dropdown348 shows author in assignee dropdown and no invite link349 when user is a developer350 shows author in assignee dropdown351 shows author when filtering assignee dropdown352 assigns yourself353 keeps your filtered term after filtering and dismissing the dropdown354 shows label text as "Apply" when assignees are changed355 when GraphQL assignees widget feature flag is enabled356 when a privileged user can invite357 shows a link for inviting members and launches invite modal358 when user cannot invite members in assignee dropdown359 shows author in assignee dropdown and no invite link360 when user is a developer361 shows author in assignee dropdown362 shows author when filtering assignee dropdown363 assigns yourself364 keeps your filtered term after filtering and dismissing the dropdown365 due date widget366 when no due date exists367 displays 'None'368 when due date exists369 displays the due date370 as an allowed user371 sidebar372 changes size when the screen size is smaller373 escapes XSS when viewing issue labels374 editing issue milestone375 shows milestones list in the dropdown376 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list377 editing issue labels378 shows the current set of labels379 shows option to create a project label380 interacting with collapsed sidebar381 confidentiality block expands then collapses sidebar382 lock block expands then collapses sidebar383 as a guest384 does not have a option to edit labels385 sidebar386 finds issue copy forwarding email387 interacting with collapsed sidebar388 expands then does not show the lock dialog form389 when not signed in390 sidebar391 does not find issue email392Merge request > User sees avatars on diff notes393 discussion tab394 does not show avatars on discussion tab395 does not render avatars after commenting on discussion tab396 commit view397DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)398DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)399DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)400DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)401 does not render avatar after commenting402 parallel view403 shows note avatar404 shows comment on note avatar405 toggles comments when clicking avatar406 removes avatar when note is deleted407 adds avatar when commenting408 adds multiple comments409 multiple comments410 shows extra comment count411Issue Boards412 un-ordered issues413 has un-ordered issue as last issue414 moves un-ordered issue to top of list415 closed issues416 orders issues by closed_at417 ordering in list418 moves from middle to top419 moves from middle to bottom420 moves from top to bottom421 moves from bottom to top422 moves from top to middle423 moves from bottom to middle424 ordering when changing list425 moves to top of another list426 moves to bottom of another list427 moves to index of another list428User sorts issues429 keeps the sort option430 sorts by popularity431 sorts by newest432 sorts by most recently updated433 sorting by due date434 sorts by due date435 sorts by due date by excluding nil due dates436 with a filter on labels437 sorts by least recently due date by excluding nil due dates438 filtering by due date439 filters by none440 filters by any441 filters by due this week442 filters by due this month443 filters by overdue444 filters by due next month and previous two weeks445 sorting by milestone446 sorts by milestone447 combine filter and sort448 sorts with a filter applied449Public Project Snippets Access450 GET /:project_path/snippets451DEPRECATION 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)452 is expected to be allowed for admin453DEPRECATION 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)454 is expected to be allowed for owner455DEPRECATION 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)456 is expected to be allowed for maintainer457DEPRECATION 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)458 is expected to be allowed for developer459DEPRECATION 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)460 is expected to be allowed for reporter461DEPRECATION 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)462 is expected to be allowed for guest463DEPRECATION 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)464 is expected to be allowed for user465DEPRECATION 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)466 is expected to be allowed for external467DEPRECATION 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)468 is expected to be allowed for visitor469 GET /:project_path/snippets/new470 is allowed for admin when admin mode is enabled471 is denied for admin when admin mode is disabled472 is expected to be allowed for owner473 is expected to be allowed for maintainer474 is expected to be allowed for developer475 is expected to be allowed for reporter476 is expected to be denied for guest477 is expected to be denied for user478 is expected to be denied for external479 is expected to be denied for visitor480 GET /:project_path/snippets/:id481 for a public snippet482 is expected to be allowed for admin483 is expected to be allowed for owner484 is expected to be allowed for maintainer485 is expected to be allowed for developer486 is expected to be allowed for reporter487 is expected to be allowed for guest488 is expected to be allowed for user489 is expected to be allowed for external490 is expected to be allowed for visitor491 for an internal snippet492 is expected to be allowed for admin493 is expected to be allowed for owner494 is expected to be allowed for maintainer495 is expected to be allowed for developer496 is expected to be allowed for reporter497 is expected to be allowed for guest498 is expected to be allowed for user499 is expected to be denied for external500 is expected to be denied for visitor501 for a private snippet502 is allowed for admin when admin mode is enabled503 is denied for admin when admin mode is disabled504 is expected to be allowed for owner505 is expected to be allowed for maintainer506 is expected to be allowed for developer507 is expected to be allowed for reporter508 is expected to be allowed for guest509 is expected to be denied for user510 is expected to be denied for external511 is expected to be denied for visitor512 GET /:project_path/snippets/:id/raw513 for a public snippet514 is expected to be allowed for admin515 is expected to be allowed for owner516 is expected to be allowed for maintainer517 is expected to be allowed for developer518 is expected to be allowed for reporter519 is expected to be allowed for guest520 is expected to be allowed for user521 is expected to be allowed for external522 is expected to be allowed for visitor523 for an internal snippet524 is expected to be allowed for admin525 is expected to be allowed for owner526 is expected to be allowed for maintainer527 is expected to be allowed for developer528 is expected to be allowed for reporter529 is expected to be allowed for guest530 is expected to be allowed for user531 is expected to be denied for external532 is expected to be denied for visitor533 for a private snippet534 is allowed for admin when admin mode is enabled535 is denied for admin when admin mode is disabled536 is expected to be allowed for owner537 is expected to be allowed for maintainer538 is expected to be allowed for developer539 is expected to be allowed for reporter540 is expected to be allowed for guest541 is expected to be denied for user542 is expected to be denied for external543 is expected to be denied for visitor544User Cluster545 when user does not have a cluster and visits cluster index page546 when user filled form with valid parameters547 user sees a cluster details page548 user sees RBAC is enabled by default549 user sees namespace per environment is enabled by default550 when user filled form with invalid parameters551 user sees a validation error552 when user does have a cluster and visits cluster page553 user sees a cluster details page554 when user disables the cluster555 user sees the successful message556 when user changes cluster parameters557 user sees the successful message558 when user destroys the cluster559 user sees creation form with the successful message560User uploads file to note561 before uploading562 shows "Attach a file" button563 uploading is in progress564 cancels uploading on clicking to "Cancel" button5652021-09-29 21:26:53 +0000 Rack app ("POST /user199/project37/uploads" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/uploads/dk.png367168558>566 shows "Attaching a file" message on uploading 1 file5672021-09-29 21:26:56 +0000 Rack app ("POST /user200/project38/uploads" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/uploads/video_sample.mp4505124789>568 shows "Attaching 2 files" message on uploading 2 file569 shows error message, "retry" and "attach a new file" link a if file is too big570 uploading is complete571 shows "Attach a file" button on uploading complete572 they see the attached file573Merge requests > User mass updates574 status575 does not exist in merged state576 close merge request577 closes merge request578 reopen merge request579 reopens merge request580 assignee581 set assignee582 updates merge request with assignee583 remove assignee584 removes assignee from the merge request585 milestone586 set milestone587 updates merge request with milestone588 unset milestone589 removes milestone from the merge request590Contributions Calendar591 calendar day selection592 displays calendar593 select calendar day594 displays calendar day activities595 select another calendar day596 displays different calendar day activities597 deselect calendar day598 hides calendar day activities599 calendar daily activities600 1 issue creation calendar activity601 behaves like a day with activity602 displays calendar activity square for 1 contribution603 issue title is shown on activity page604 displays calendar activity log605 1 comment calendar activity606 behaves like a day with activity607 displays calendar activity square for 1 contribution608 10 calendar activities609 behaves like a day with activity610 displays calendar activity square for 1 contribution611 calendar activity on two days612 displays calendar activity squares for both days613 displays calendar activity square for yesterday614 displays calendar activity square for today615 on smaller screens616 size xs617 behaves like hidden activity calendar618 hides the activity calender619User creates release620 renders the breadcrumbs621 defaults the "Create from" dropdown to the project's default branch622 when the "Save release" button is clicked623 creates a new release when "Create release" is clicked and redirects to the release's dedicated page624 when the "Cancel" button is clicked625 redirects to the main "Releases" page626 when the URL includes a back_url query parameter627 redirects to the page specified with back_url628 when the release notes "Preview" tab is clicked629 renders a preview of the release notes markdown630Project milestone631 when project has enabled issues632DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_burndown_chart_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)633DEPRECATION 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)634DEPRECATION 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)635 shows issues tab636 shows issues stats637 shows link to browse and add issues638 when project has disabled issues639 does not show any issues under the issues tab640 hides issues stats641 hides new issue button642 does not show an informative message643 when project has an issue644 the collapsed sidebar645 shows the total MR and issue counts646 when the milestone is not associated with a release647 shows "None" in the "Releases" section648 when the sidebar is collapsed649 shows "0" in the "Releases" section650 has a tooltip that reads "Releases"651 when the milestone is associated with one release652 shows "Version 5" in the "Release" section653 when the sidebar is collapsed654 shows "1" in the "Releases" section655 has a tooltip that reads "1 release"656 when the milestone is associated with multiple releases657 shows a shortened list of releases in the "Releases" section658 when the sidebar is collapsed659 shows "6" in the "Releases" section660 has a tooltip that reads "6 releases"661User sees user popover662 hovering over a user link in a merge request663 displays user popover664DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.665To achieve the same use:666 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)667 displays user popover in system note668User activates the group-level Mattermost Slash Command integration669 shows a help message670 shows a token placeholder671 redirects to the integrations page after saving but not activating672 redirects to the integrations page after activating673 does not display the overrides tab674test coverage badge675 when user has access to view badge676 user requests coverage badge image for pipeline with custom limits - 80% good677 user requests coverage badge image for pipeline with custom limits - 74% - bad config678 user requests coverage badge image for pipeline with custom limits - 73% - bad config679 user requests coverage badge image for pipeline with custom limits - 72% - partial config - low680 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium681 user requests coverage badge image for pipeline with custom limits - 72% - partial config - medium v2682 user requests coverage badge image for pipeline with custom limits - 70% acceptable683 user requests coverage badge image for pipeline with custom limits - 30% medium684 user requests coverage badge image for pipeline with custom limits - 20% low685 user requests coverage badge image for pipeline with custom limits - nonsense values which use the defaults686 user requests coverage badge image for pipeline687 user requests coverage badge for specific job688 user requests coverage badge for pipeline without coverage689 when user does not have access to view badge690 user requests test coverage badge image691Merge request > User sees MR with deleted source branch692 shows a message about missing source branch693 still contains Discussion, Commits and Changes tabs694Dashboard shortcuts695 logged in696DEPRECATION 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)697DEPRECATION 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)698 navigate to tabs699 logged out700DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)701DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_explore_groups_splash.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)702 navigate to tabs703User views milestones704Checking 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/spec/features/milestones/user_views_milestones_spec.rb:18705 shows milestone706 with issues707 opens milestone708 with associated releases709 with a single associated release710 shows the associated release711 with lots of associated releases712 shows the associated releases and the truncation text713User views milestones with no MR714Checking 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/spec/features/milestones/user_views_milestones_spec.rb:80715 shows milestone716 opens milestone717IDE merge request718 user opens merge request719User deletes branch720 deletes branch721 when the feature flag :delete_branch_confirmation_modals is disabled722 deletes branch723Projects > Show > Redirects724 shows public project page725 redirects to sign in page when project is private726 redirects to sign in page when project does not exist727 redirects to public project page after signing in728 redirects to private project page after sign in729 when signed in730 returns 404 status when project does not exist731 returns 404 when project is private732User activates irker (IRC gateway)733 activates service734Group CI/CD settings735 runners registration token736 has a registration token737 reload registration token738 changes registration token739 Auto DevOps form740 as owner first visiting group settings741 sees instance enabled badge742 when Auto DevOps group has been enabled743 sees group enabled badge744 when Auto DevOps group has been disabled745 does not see a badge746Projects > Settings > User changes avatar747DEPRECATION 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)748DEPRECATION 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)749 saves the new avatar750 with an avatar already set751/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil752 is possible to remove the avatar753Active user sessions754 successful login adds a new active user login755 successful login cleans up obsolete entries756DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:130)757DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:130)758 sessionless login does not clean up obsolete entries759 logout deletes the active user login760Dashboard Issues Calendar Feed761 GET /issues762 when authenticated763 with no referer764 renders calendar feed765 with GitLab as the referer766 renders calendar feed as text/plain767 when filtered by milestone768 renders calendar feed769 when authenticated via personal access token770 renders calendar feed771 when authenticated via feed token772 renders calendar feed773 issue with due date774 renders issue fields775Project deploy keys776 removing key777 removes association between project and deploy key778The group dashboard779 The top navigation780 has all the expected links781 hides some links when an external authorization service is enabled782AdditionalEmailToExistingAccount783 add secondary email associated with account784 verifies confirmation of additional email785 accepts any pending invites for an email confirmation786Merge request > User sees page metadata787 behaves like page meta description788 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown789Users views raw design image files790 serves the latest design version when no ref is given791 serves the correct design version when a ref is given792Knapsack report was generated. Preview:793{794 "spec/features/issues/gfm_autocomplete_spec.rb": 272.8480356700002,795 "spec/features/issues/issue_sidebar_spec.rb": 107.23705118199996,796 "spec/features/merge_request/user_sees_avatar_on_diff_notes_spec.rb": 89.72178088000055,797 "spec/features/boards/issue_ordering_spec.rb": 64.40307499099981,798 "spec/features/issues/user_sorts_issues_spec.rb": 46.798515280000174,799 "spec/features/security/project/snippet/public_access_spec.rb": 32.07421738799985,800 "spec/features/projects/clusters/user_spec.rb": 41.95284116700077,801 "spec/features/uploads/user_uploads_file_to_note_spec.rb": 28.59661015599977,802 "spec/features/merge_requests/user_mass_updates_spec.rb": 26.766668506000315,803 "spec/features/calendar_spec.rb": 22.456821204000335,804 "spec/features/projects/releases/user_creates_release_spec.rb": 20.526642560000255,805 "spec/features/projects/milestones/milestone_spec.rb": 18.190348745999472,806 "spec/features/projects/user_sees_user_popover_spec.rb": 18.8550936799993,807 "spec/features/groups/integrations/user_activates_mattermost_slash_command_spec.rb": 15.369045647000348,808 "spec/features/projects/badges/coverage_spec.rb": 10.884295357000155,809 "spec/features/merge_request/user_sees_mr_with_deleted_source_branch_spec.rb": 11.803968916000485,810 "spec/features/dashboard/shortcuts_spec.rb": 9.619533224000406,811 "spec/features/milestones/user_views_milestones_spec.rb": 8.483528073000343,812 "spec/features/ide/user_opens_merge_request_spec.rb": 9.24329686299916,813 "spec/features/projects/branches/user_deletes_branch_spec.rb": 9.0418134800002,814 "spec/features/projects/show/redirects_spec.rb": 4.630571300000156,815 "spec/features/projects/services/user_activates_irker_spec.rb": 4.866710639999837,816 "spec/features/groups/settings/ci_cd_spec.rb": 3.981597175999923,817 "spec/features/projects/settings/user_changes_avatar_spec.rb": 5.111962906999906,818 "spec/features/users/active_sessions_spec.rb": 3.0428196800003207,819 "spec/features/ics/dashboard_issues_spec.rb": 4.8851907680000295,820 "spec/features/projects/deploy_keys_spec.rb": 4.338101807999919,821 "spec/features/dashboard/group_dashboard_with_external_authorization_service_spec.rb": 2.7112060030003704,822 "spec/features/users/add_email_to_existing_account_spec.rb": 1.3800734489996103,823 "spec/features/merge_request/user_sees_page_metadata_spec.rb": 1.9238929659995847,824 "spec/features/projects/issues/design_management/user_views_design_images_spec.rb": 0.855452377999427825}826Knapsack global time execution for tests: 15m 02s827Finished in 15 minutes 4 seconds (files took 48.76 seconds to load)828319 examples, 0 failures829Failed to write to log, write log/workhorse-test.log: file already closed830Wed 29 Sep 2021 09:30:59 PM UTC832Not uploading cache ruby-gems-v1-4 due to policy833Not uploading cache gitaly-ruby-gems-v1-4 due to policy835Uploading artifacts...836coverage/: found 5 matching files and directories 837WARNING: crystalball/: no matching files 838deprecations/: found 20 matching files and directories 839knapsack/: found 3 matching files and directories 840rspec_flaky/: found 4 matching files and directories 841rspec_profiling/: found 1 matching files and directories 842WARNING: tmp/capybara/: no matching files 843tmp/memory_test/: found 2 matching files and directories 844log/*.log: found 17 matching files and directories 845Uploading artifacts as "archive" to coordinator... ok id=1635435196 responseStatus=201 Created token=5i2ztwnW846Uploading artifacts...847junit_rspec.xml: found 1 matching files and directories 848Uploading artifacts as "junit" to coordinator... ok id=1635435196 responseStatus=201 Created token=5i2ztwnW850Job succeeded