rspec system pg12 11/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.3.0-rc1 (ed15bfbf)2 on docker-auto-scale-com d5ae8d253 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:fac73da1918217fdf352ec851a29942e9e0e395b4afbefa1e8f9c5215744daff ...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-d5ae8d25-project-278964-concurrent-0 via runner-d5ae8d25-gsrm-1632814988-d9b6cea1...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.203.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 1% | | 6216k 0:00:55 ETA25gitlab.tar.gz 61% |******************* | 211M 0:00:01 ETA26gitlab.tar.gz 100% |********************************| 345M 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: 905, done. 33remote: Counting objects: 100% (653/653), done. 34remote: Compressing objects: 100% (149/149), done. 35remote: Total 217 (delta 178), reused 97 (delta 63), pack-reused 0 36Receiving objects: 100% (217/217), 36.51 KiB | 4.06 MiB/s, done.37Resolving deltas: 100% (178/178), completed with 113 local objects.39 * [new ref] 8a18ae4220832329cf71f2ff9ebbc4ddf2d80a8e -> refs/pipelines/37845025740Checking out 8a18ae42 as refs/merge-requests/71197/merge...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-4...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-4...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1628712493)...51Downloading artifacts from coordinator... ok id=1628712493 responseStatus=200 OK token=xMvCWzWx52Downloading artifacts for detect-tests (1628712512)...53Downloading artifacts from coordinator... ok id=1628712512 responseStatus=200 OK token=omiHxP1s54Downloading artifacts for retrieve-tests-metadata (1628712515)...55Downloading artifacts from coordinator... ok id=1628712515 responseStatus=200 OK token=8_F11HJX56Downloading artifacts for setup-test-env (1628712504)...57Downloading artifacts from coordinator... ok id=1628712504 responseStatus=200 OK token=3cCABVGt59Using 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 3 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 116 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==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.225$ source ./scripts/rspec_helpers.sh226$ 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.038220359 seconds...231Test environment set up in 0.409289694 seconds232Private Project Access233 Project should be private234 #private?235 is expected to be truthy236 GET /:project_path237DEPRECATION 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)238DEPRECATION 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)239DEPRECATION 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)240DEPRECATION 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)241 is allowed for admin when admin mode is enabled242 is denied for admin when admin mode is disabled243 is expected to be allowed for owner244 is expected to be allowed for maintainer245 is expected to be allowed for developer246 is expected to be allowed for reporter247 is expected to be allowed for guest248 is expected to be denied for user249 is expected to be denied for external250 is expected to be denied for visitor251 GET /:project_path/-/tree/master252 is allowed for admin when admin mode is enabled253 is denied for admin when admin mode is disabled254 is expected to be allowed for owner255 is expected to be allowed for maintainer256 is expected to be allowed for developer257 is expected to be allowed for reporter258 is expected to be denied for guest259 is expected to be denied for user260 is expected to be denied for external261 is expected to be denied for visitor262 GET /:project_path/-/commits/master263 is allowed for admin when admin mode is enabled264 is denied for admin when admin mode is disabled265 is expected to be allowed for owner266 is expected to be allowed for maintainer267 is expected to be allowed for developer268 is expected to be allowed for reporter269 is expected to be denied for guest270 is expected to be denied for user271 is expected to be denied for external272 is expected to be denied for visitor273 GET /:project_path/-/commit/:sha274DEPRECATION 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)275DEPRECATION 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)276DEPRECATION 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)277DEPRECATION 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)278 is allowed for admin when admin mode is enabled279 is denied for admin when admin mode is disabled280 is expected to be allowed for owner281 is expected to be allowed for maintainer282 is expected to be allowed for developer283 is expected to be allowed for reporter284 is expected to be denied for guest285 is expected to be denied for user286 is expected to be denied for external287 is expected to be denied for visitor288 GET /:project_path/-/compare289 is allowed for admin when admin mode is enabled290 is denied for admin when admin mode is disabled291 is expected to be allowed for owner292 is expected to be allowed for maintainer293 is expected to be allowed for developer294 is expected to be allowed for reporter295 is expected to be denied for guest296 is expected to be denied for user297 is expected to be denied for external298 is expected to be denied for visitor299 GET /:project_path/-/project_members300 is allowed for admin when admin mode is enabled301 is denied for admin when admin mode is disabled302 is expected to be allowed for owner303 is expected to be allowed for maintainer304 is expected to be allowed for developer305 is expected to be allowed for reporter306 is expected to be allowed for guest307 is expected to be denied for user308 is expected to be denied for visitor309 is expected to be denied for external310 GET /:project_path/-/settings/ci_cd311 is allowed for admin when admin mode is enabled312 is denied for admin when admin mode is disabled313 is expected to be allowed for owner314 is expected to be allowed for maintainer315 is expected to be denied for developer316 is expected to be denied for reporter317 is expected to be denied for guest318 is expected to be denied for user319 is expected to be denied for visitor320 is expected to be denied for external321 GET /:project_path/-/settings/repository322 is allowed for admin when admin mode is enabled323 is denied for admin when admin mode is disabled324 is expected to be allowed for owner325 is expected to be allowed for maintainer326 is expected to be denied for developer327 is expected to be denied for reporter328 is expected to be denied for guest329 is expected to be denied for user330 is expected to be denied for external331 is expected to be denied for visitor332 GET /:project_path/-/blob333 is allowed for admin when admin mode is enabled334 is denied for admin when admin mode is disabled335 is expected to be allowed for owner336 is expected to be allowed for maintainer337 is expected to be allowed for developer338 is expected to be allowed for reporter339 is expected to be denied for guest340 is expected to be denied for user341 is expected to be denied for external342 is expected to be denied for visitor343 GET /:project_path/edit344DEPRECATION 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)345DEPRECATION 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)346 is allowed for admin when admin mode is enabled347 is denied for admin when admin mode is disabled348 is expected to be allowed for owner349 is expected to be allowed for maintainer350 is expected to be denied for developer351 is expected to be denied for reporter352 is expected to be denied for guest353 is expected to be denied for user354 is expected to be denied for external355 is expected to be denied for visitor356 GET /:project_path/deploy_keys357 is allowed for admin when admin mode is enabled358 is denied for admin when admin mode is disabled359 is expected to be allowed for owner360 is expected to be allowed for maintainer361 is expected to be denied for developer362 is expected to be denied for reporter363 is expected to be denied for guest364 is expected to be denied for user365 is expected to be denied for external366 is expected to be denied for visitor367 GET /:project_path/issues368 is allowed for admin when admin mode is enabled369 is denied for admin when admin mode is disabled370 is expected to be allowed for owner371 is expected to be allowed for maintainer372 is expected to be allowed for developer373 is expected to be allowed for reporter374 is expected to be allowed for guest375 is expected to be denied for user376 is expected to be denied for external377 is expected to be denied for visitor378 GET /:project_path/issues/:id/edit379 is allowed for admin when admin mode is enabled380 is denied for admin when admin mode is disabled381 is expected to be allowed for owner382 is expected to be allowed for maintainer383 is expected to be allowed for developer384 is expected to be allowed for reporter385 is expected to be denied for guest386 is expected to be denied for user387 is expected to be denied for external388 is expected to be denied for visitor389 GET /:project_path/snippets390DEPRECATION 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)391 is allowed for admin when admin mode is enabled392 is denied for admin when admin mode is disabled393DEPRECATION 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)394 is expected to be allowed for owner395DEPRECATION 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)396 is expected to be allowed for maintainer397DEPRECATION 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)398 is expected to be allowed for developer399DEPRECATION 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)400 is expected to be allowed for reporter401DEPRECATION 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)402 is expected to be allowed for guest403 is expected to be denied for user404 is expected to be denied for external405 is expected to be denied for visitor406 GET /:project_path/-/merge_requests407 is allowed for admin when admin mode is enabled408 is denied for admin when admin mode is disabled409 is expected to be allowed for owner410 is expected to be allowed for maintainer411 is expected to be allowed for developer412 is expected to be allowed for reporter413 is expected to be denied for guest414 is expected to be denied for user415 is expected to be denied for external416 is expected to be denied for visitor417 GET /:project_path/-/branches418 is allowed for admin when admin mode is enabled419 is denied for admin when admin mode is disabled420 is expected to be allowed for owner421 is expected to be allowed for maintainer422 is expected to be allowed for developer423 is expected to be allowed for reporter424 is expected to be denied for guest425 is expected to be denied for user426 is expected to be denied for external427 is expected to be denied for visitor428 GET /:project_path/-/tags429 is allowed for admin when admin mode is enabled430 is denied for admin when admin mode is disabled431 is expected to be allowed for owner432 is expected to be allowed for maintainer433 is expected to be allowed for developer434 is expected to be allowed for reporter435 is expected to be denied for guest436 is expected to be denied for user437 is expected to be denied for external438 is expected to be denied for visitor439 GET /:project_path/-/settings/integrations440 is allowed for admin when admin mode is enabled441 is denied for admin when admin mode is disabled442 is expected to be allowed for owner443 is expected to be allowed for maintainer444 is expected to be denied for developer445 is expected to be denied for reporter446 is expected to be denied for guest447 is expected to be denied for user448 is expected to be denied for external449 is expected to be denied for visitor450 GET /:project_path/pipelines451 is allowed for admin when admin mode is enabled452 is denied for admin when admin mode is disabled453 is expected to be allowed for owner454 is expected to be allowed for maintainer455 is expected to be allowed for developer456 is expected to be allowed for reporter457 is expected to be denied for guest458 is expected to be denied for user459 is expected to be denied for external460 is expected to be denied for visitor461 when public builds is enabled462 is expected to be allowed for guest463 when public buils are disabled464 is expected to be denied for guest465 GET /:project_path/pipelines/:id466 is allowed for admin when admin mode is enabled467 is denied for admin when admin mode is disabled468 is expected to be allowed for owner469 is expected to be allowed for maintainer470 is expected to be allowed for developer471 is expected to be allowed for reporter472 is expected to be denied for guest473 is expected to be denied for user474 is expected to be denied for external475 is expected to be denied for visitor476 when public builds is enabled477 is expected to be allowed for guest478 when public buils are disabled479 is expected to be denied for guest480 GET /:project_path/builds481 is allowed for admin when admin mode is enabled482 is denied for admin when admin mode is disabled483 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 denied for guest488 is expected to be denied for user489 is expected to be denied for external490 is expected to be denied for visitor491 when public builds is enabled492 is expected to be allowed for guest493 when public buils are disabled494 is expected to be denied for guest495 GET /:project_path/builds/:id496 is allowed for admin when admin mode is enabled497 is denied for admin when admin mode is disabled498 is expected to be allowed for owner499 is expected to be allowed for maintainer500 is expected to be allowed for developer501 is expected to be allowed for reporter502 is expected to be denied for guest503 is expected to be denied for user504 is expected to be denied for external505 is expected to be denied for visitor506 when public builds is enabled507 is expected to be allowed for guest508 when public buils are disabled509 is expected to be denied for guest510 GET /:project_path/builds/:id/trace511 is allowed for admin when admin mode is enabled512 is denied for admin when admin mode is disabled513 is expected to be allowed for owner514 is expected to be allowed for maintainer515 is expected to be allowed for developer516 is expected to be allowed for reporter517 is expected to be denied for guest518 is expected to be denied for user519 is expected to be denied for external520 is expected to be denied for visitor521 when public builds is enabled522 is expected to be allowed for guest523 when public builds is disabled524 is expected to be denied for guest525 GET /:project_path/-/environments526 is allowed for admin when admin mode is enabled527 is denied for admin when admin mode is disabled528 is expected to be allowed for owner529 is expected to be allowed for maintainer530 is expected to be allowed for developer531 is expected to be allowed for reporter532 is expected to be denied for guest533 is expected to be denied for user534 is expected to be denied for external535 is expected to be denied for visitor536 GET /:project_path/-/environments/:id537 is allowed for admin when admin mode is enabled538 is denied for admin when admin mode is disabled539 is expected to be allowed for owner540 is expected to be allowed for maintainer541 is expected to be allowed for developer542 is expected to be allowed for reporter543 is expected to be denied for guest544 is expected to be denied for user545 is expected to be denied for external546 is expected to be denied for visitor547 GET /:project_path/-/environments/:id/deployments548 is allowed for admin when admin mode is enabled549 is denied for admin when admin mode is disabled550 is expected to be allowed for owner551 is expected to be allowed for maintainer552 is expected to be allowed for developer553 is expected to be allowed for reporter554 is expected to be denied for guest555 is expected to be denied for user556 is expected to be denied for external557 is expected to be denied for visitor558 GET /:project_path/-/environments/new559 is allowed for admin when admin mode is enabled560 is denied for admin when admin mode is disabled561 is expected to be allowed for owner562 is expected to be allowed for maintainer563 is expected to be allowed for developer564 is expected to be denied for reporter565 is expected to be denied for guest566 is expected to be denied for user567 is expected to be denied for external568 is expected to be denied for visitor569 GET /:project_path/pipeline_schedules570 is allowed for admin when admin mode is enabled571 is denied for admin when admin mode is disabled572 is expected to be allowed for owner573 is expected to be allowed for maintainer574 is expected to be allowed for developer575 is expected to be allowed for reporter576 is expected to be denied for guest577 is expected to be denied for user578 is expected to be denied for external579 is expected to be denied for visitor580 GET /:project_path/pipeline_schedules/new581 is allowed for admin when admin mode is enabled582 is denied for admin when admin mode is disabled583 is expected to be allowed for owner584 is expected to be allowed for maintainer585 is expected to be allowed for developer586 is expected to be denied for reporter587 is expected to be denied for guest588 is expected to be denied for user589 is expected to be denied for external590 is expected to be denied for visitor591 GET /:project_path/-/environments/new592 is allowed for admin when admin mode is enabled593 is denied for admin when admin mode is disabled594 is expected to be allowed for owner595 is expected to be allowed for maintainer596 is expected to be allowed for developer597 is expected to be denied for reporter598 is expected to be denied for guest599 is expected to be denied for user600 is expected to be denied for external601 is expected to be denied for visitor602 GET /:project_path/container_registry603 is allowed for admin when admin mode is enabled604 is denied for admin when admin mode is disabled605 is expected to be allowed for owner606 is expected to be allowed for maintainer607 is expected to be allowed for developer608 is expected to be allowed for reporter609 is expected to be denied for guest610 is expected to be denied for user611 is expected to be denied for external612 is expected to be denied for visitor613Merge request > User resolves conflicts614Starting the Capybara driver server...615 can be resolved in the UI616 the conflicts are resolvable617Capybara starting Puma...618* Version 5.3.2 , codename: Sweetnighter619* Min threads: 0, max threads: 4620* Listening on unix:///tmp/20210928-434-h85r81621 shows a link to the conflict resolution page622 in Inline view mode623 conflicts are resolved in Interactive mode624 conflicts are resolved in Edit inline mode625 in Parallel view mode626 conflicts are resolved in Interactive mode627 conflicts are resolved in Edit inline mode628 the conflict contain markers629 conflicts can not be resolved in Interactive mode630 conflicts are resolved in Edit inline mode (PENDING: Temporarily skipped with xit)631 with malicious branch name632 renders bad name without xss issues633 when the conflicts contain a large file634 does not show a link to the conflict resolution page635 shows an error if the conflicts page is visited directly636 when the conflicts contain a binary file637 does not show a link to the conflict resolution page638 shows an error if the conflicts page is visited directly639 when the conflicts contain a file edited in one branch and deleted in another640 does not show a link to the conflict resolution page641 shows an error if the conflicts page is visited directly642 when the conflicts contain a non-UTF-8 file643 does not show a link to the conflict resolution page644 shows an error if the conflicts page is visited directly645Pipeline Schedules646 logged in as maintainer647 GET /projects/pipeline_schedules648 The view649 displays the required information description650 creates a new scheduled pipeline651 changes ownership of the pipeline652 edits the pipeline653 deletes the pipeline654 when ref is nil655 shows a list of the pipeline schedules with empty ref column656 when ref is empty657 shows a list of the pipeline schedules with empty ref column658 POST /projects/pipeline_schedules/new659DEPRECATION 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)660DEPRECATION 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)661DEPRECATION 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)662DEPRECATION 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)663 sets defaults for timezone and target branch664 creates a new scheduled pipeline665 prevents an invalid form from being submitted666 PATCH /projects/pipelines_schedules/:id/edit667 displays existing properties668 edits the scheduled pipeline669 when ref is nil670 shows the pipeline schedule with default ref671 when ref is empty672 shows the pipeline schedule with default ref673 when user creates a new pipeline schedule with variables674 user sees the new variable in edit window675 when user edits a variable of a pipeline schedule676 user sees the updated variable in edit window677 when user removes a variable of a pipeline schedule678 user does not see the removed variable in edit window679 when active is true and next_run_at is NULL680 user edit and recover the problematic pipeline schedule681 logged in as non-member682 GET /projects/pipeline_schedules683 The view684 does not show create schedule button685 not logged in686 GET /projects/pipeline_schedules687 The view688 does not show create schedule button689Merge request > User edits MR690 non-fork merge request691 behaves like an editable merge request692 updates merge request693 description has autocomplete694 description has quick action autocomplete695 has class js-quick-submit in form696 warns about version conflict697 preserves description textarea height698 when "Remove source branch" is set699 allows to unselect "Remove source branch"700 for a forked project701 behaves like an editable merge request702 updates merge request703 description has autocomplete704 description has quick action autocomplete705 has class js-quick-submit in form706 warns about version conflict707 preserves description textarea height708 when "Remove source branch" is set709 allows to unselect "Remove source branch"710Project Graph711 commits graph712 behaves like page should have commits graphs713 renders commits714 languages graph715 behaves like page should have commits graphs716 renders commits717 charts graph718 behaves like page should have commits graphs719 renders commits720 chart graph with HTML escaped branch name721 HTML escapes branch name722 behaves like page should have commits graphs723 renders commits724 when CI enabled725 renders CI graphs726Markdown keyboard shortcuts727 Vue.js markdown editor728 behaves like keyboard shortcuts729 bolds text when <modifier>+B is pressed730 italicizes text when <modifier>+I is pressed731 links text when <modifier>+K is pressed732 does not affect non-markdown fields on the same page733 behaves like no side effects734 does not bold text when <other modifier>+B is pressed735 does not italicize text when <other modifier>+I is pressed736 does not link text when <other modifier>+K is pressed737 Haml markdown editor738 behaves like keyboard shortcuts739 bolds text when <modifier>+B is pressed740 italicizes text when <modifier>+I is pressed741 links text when <modifier>+K is pressed742 does not affect non-markdown fields on the same page743 behaves like no side effects744 does not bold text when <other modifier>+B is pressed745 does not italicize text when <other modifier>+I is pressed746 does not link text when <other modifier>+K is pressed747Groups > Members > Manage members748 update user to owner level749 add user to group750 adds a user to group with area_of_focus751 do not disclose email addresses752 remove user from group753 add yourself to group when already an owner754 invite user to group755 invite user to group with area_of_focus756 when Invite Members modal is enabled757 behaves like includes the correct Invite link758 includes either the form or the modal trigger759 behaves like includes the correct Invite link760 includes either the form or the modal trigger761 when Invite Members modal is disabled762 behaves like includes the correct Invite link763 includes either the form or the modal trigger764 behaves like includes the correct Invite link765 includes either the form or the modal trigger766 when Invite Members modal is disabled767 do not disclose email addresses768 when user is a guest769 does not include a button on the members page list to manage or remove the existing member770 behaves like does not include either invite modal or either invite form771 does not include either of the invite members or invite group modal buttons772 does not include either of the invite users or invite group forms773 when user is a guest and the :invite_members_group_modal feature flag is disabled774 does not include a button on the members page list to manage or remove the existing member775 behaves like does not include either invite modal or either invite form776 does not include either of the invite members or invite group modal buttons777 does not include either of the invite users or invite group forms778Commits779 CI780 commit status is Generic Commit Status781 Commit builds782DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)783DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_timer.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)784 is expected to have text "b83d6e39"785 contains generic commit status build786 commit status is Ci Build787 when logged as developer788 Project commits789 shows correct build status from default branch790 Commit builds791 shows pipeline data792 Download artifacts793 is expected to eq "image/gif"794 Cancel all builds795 cancels commit796 Cancel build797 cancels build798 when logged as reporter799 renders header800 is expected to have visible link "Download artifacts"801 viewing commits for a branch802 includes the committed_date for each commit803 shows the ref switcher with the multi-file editor enabled804 viewing commits for an author805 author is complete806 behaves like show commits by author807 includes the author's commits808 author is just a name809 behaves like show commits by author810 includes the author's commits811 author is just an email812 behaves like show commits by author813 includes the author's commits814Group Packages815 when feature is not available816 packages feature is disabled by config817 gives 404818 when feature is available819 sidebar menu is open820 when there are packages821 allows you to navigate to the project page822 behaves like packages list823 shows a list of packages824 behaves like package details link825 navigates to the correct url826 sorting827 behaves like shared package sorting828 behaves like correctly sorted packages list829 ordered by Type and ascending false830 behaves like packages list831 shows a list of packages832 behaves like correctly sorted packages list833 ordered by Type and ascending true834 behaves like packages list835 shows a list of packages836 behaves like correctly sorted packages list837 ordered by Name and ascending false838 behaves like packages list839 shows a list of packages840 behaves like correctly sorted packages list841 ordered by Name and ascending true842 behaves like packages list843 shows a list of packages844 behaves like correctly sorted packages list845 ordered by Version and ascending false846 behaves like packages list847 shows a list of packages848 behaves like correctly sorted packages list849 ordered by Version and ascending true850 behaves like packages list851 shows a list of packages852 behaves like correctly sorted packages list853 ordered by Published and ascending false854 behaves like packages list855 shows a list of packages856 behaves like correctly sorted packages list857 ordered by Published and ascending true858 behaves like packages list859 shows a list of packages860 behaves like correctly sorted packages list861 ordered by Project and ascending false862 behaves like packages list863 shows a list of packages864 behaves like correctly sorted packages list865 ordered by Project and ascending true866 behaves like packages list867 shows a list of packages868 behaves like when there are no packages869 displays the empty message870Multiple issue updating from issues#index871 status872 sets to closed873 sets to open874 assignee875 updates to current user876 updates to unassigned877 milestone878 updates milestone879 sets to no milestone880Mermaid rendering881 renders Mermaid diagrams correctly882 renders linebreaks in Mermaid diagrams883 does not allow XSS in HTML labels884 correctly sizes mermaid diagram inside <details> block885 renders V2 state diagrams886 correctly sizes mermaid diagram block887 renders without any limits on wiki page888 does not allow HTML injection889Merge Requests > User filters by milestones890 filters by no milestone891 filters by a specific milestone892 filters by upcoming milestone893 does not show merge requests with no expiry894 with an upcoming milestone895 shows merge requests896 with a due milestone897 does not show any merge requests898Group milestones899 create a milestone900 renders description preview901DEPRECATION 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)902DEPRECATION 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)903DEPRECATION 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)904 creates milestone with start date905 description input support autocomplete906 milestones list907 when no milestones908 renders no milestones text909 when milestones exists910 counts milestones correctly911 lists group and project milestones912 shows milestone detail and supports its edit913 renders milestones914 milestone tabs915 for a group milestone916 renders the issues tab917 renders the merge requests tab918 renders the participants tab919 renders the labels tab920DevOps Report page921 with devops_adoption feature flag disabled922unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.923unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.924unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.925 has dismissable intro callout926 when usage ping is disabled927 shows empty state928 hides the intro callout929 when there is no data to display930 shows empty state931 when there is data to display932 shows the DevOps Score app933User visits the profile preferences page934 shows correct menu item935 User changes their syntax highlighting theme936 creates a flash message937 updates their preference938 User changes their default dashboard939 creates a flash message940 updates their preference941 User changes their language942DEPRECATION 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)943DEPRECATION 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)944DEPRECATION 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)945DEPRECATION 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)946 updates their preference947 User changes whitespace in code948 updates their preference949Admin searches application settings950 in appearances page951 behaves like cannot search settings952 does note have search settings field953 in ci/cd settings page954 behaves like can search settings955 hides unmatching sections on search956 behaves like can highlight results957 has search settings field958 highlights the search terms959User removes labels960 when one label961 removes label962 when many labels963 removes all labels964Profile > SSH Keys965 user sees their keys966 User adds a key967 auto-populates the title968 saves the new key969 shows a confirmable warning if the key does not start with ssh-970 when only DSA and ECDSA keys are allowed971 shows a validation error972 User removes a key973 via the key index974 behaves like removes key975 removes key976 via its details page977 behaves like removes key978 removes key979Projects > Files > Template Undo Button980 editing a matching file and applying a template981 reverts template application982 creating a non-matching file983 reverts template application984Download buttons in branches page985 when checking branches986 behaves like archive download buttons987 when static objects external storage is enabled988 private project989 shows archive download buttons with external storage URL prepended and user token appended to their href990 public project991 shows archive download buttons with external storage URL prepended to their href992 when static objects external storage is disabled993 shows default archive download buttons994 with artifacts995 shows download artifacts button996Project > Commit > View user status997 status for the commit author998 behaves like showing user status999 shows the status1000 status for a comment on the commit1001 behaves like showing user status1002 shows the status1003 status for a diff note on the commit1004 behaves like showing user status1005 shows the status1006Group AWS EKS Cluster1007 when user does not have a cluster and visits group clusters page1008 when user creates a cluster on AWS EKS1009 user sees a form to create an EKS cluster1010Dashboard Issues Calendar Feed1011 GET /issues1012 when authenticated1013 with no referer1014 renders calendar feed1015 with GitLab as the referer1016 renders calendar feed as text/plain1017 when filtered by milestone1018 renders calendar feed1019 when authenticated via personal access token1020 renders calendar feed1021 when authenticated via feed token1022 renders calendar feed1023 issue with due date1024 renders issue fields1025Projects > Members > Group requester cannot request access to project1026DEPRECATION 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)1027DEPRECATION 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)1028 group requester does not see the request access / withdraw access request button1029Project member activity1030 when a user joins the project1031 presents the correct message1032 when a user leaves the project1033 presents the correct message1034 when a users membership expires for the project1035 presents the correct message1036Projects > Show > RSS1037 when signed in1038 behaves like an autodiscoverable RSS feed with current_user's feed token1039 has an RSS autodiscovery link tag with current_user's feed token1040 when signed out1041 behaves like an autodiscoverable RSS feed without a feed token1042 has an RSS autodiscovery link tag without a feed token1043Contextual sidebar1044 shows flyout navs when collapsed or expanded apart from on the active item when expanded1045User interacts with labels1046 shows the list of labels1047Create a group label1048 creates a new label1049User edits feature flag user list1050 prefills the edit form with the list name1051View error details page1052 with current user as project guest1053 renders not found1054Knapsack report was generated. Preview:1055{1056 "spec/features/security/project/private_access_spec.rb": 166.06872738799984,1057 "spec/features/merge_request/user_resolves_conflicts_spec.rb": 134.2678772270001,1058 "spec/features/projects/pipeline_schedules_spec.rb": 87.89109076800014,1059 "spec/features/merge_request/user_edits_mr_spec.rb": 60.488568986000246,1060 "spec/features/projects/graph_spec.rb": 54.77298715500001,1061 "spec/features/markdown/keyboard_shortcuts_spec.rb": 45.68068397099978,1062 "spec/features/groups/members/manage_members_spec.rb": 38.57746150599996,1063 "spec/features/commits_spec.rb": 32.236281596000026,1064 "spec/features/groups/packages_spec.rb": 29.23555222599998,1065 "spec/features/issues/user_bulk_edits_issues_spec.rb": 24.406489495999722,1066 "spec/features/markdown/mermaid_spec.rb": 20.600931890000084,1067 "spec/features/merge_requests/user_filters_by_milestones_spec.rb": 19.738267193999945,1068 "spec/features/groups/milestone_spec.rb": 16.628073050999774,1069 "spec/features/admin/admin_dev_ops_report_spec.rb": 14.236404639000284,1070 "spec/features/profiles/user_visits_profile_preferences_page_spec.rb": 12.52238866100015,1071 "spec/features/admin/admin_search_settings_spec.rb": 11.185137013000258,1072 "spec/features/projects/labels/user_removes_labels_spec.rb": 8.628358673000093,1073 "spec/features/profiles/keys_spec.rb": 8.430043124999884,1074 "spec/features/projects/files/undo_template_spec.rb": 8.366971262000334,1075 "spec/features/projects/branches/download_buttons_spec.rb": 4.909928282000237,1076 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 5.757489308999993,1077 "spec/features/groups/clusters/eks_spec.rb": 4.720961302000433,1078 "spec/features/ics/dashboard_issues_spec.rb": 4.616118753000137,1079 "spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb": 4.481209758000205,1080 "spec/features/dashboard/project_member_activity_index_spec.rb": 4.554492150999977,1081 "spec/features/projects/show/rss_spec.rb": 1.9141654800000651,1082 "spec/features/contextual_sidebar_spec.rb": 1.8080677519997153,1083 "spec/features/projects/milestones/user_interacts_with_labels_spec.rb": 3.4899471869998706,1084 "spec/features/groups/labels/create_spec.rb": 1.4448863210000127,1085 "spec/features/projects/feature_flag_user_lists/user_edits_feature_flag_user_list_spec.rb": 1.6395596610000212,1086 "spec/features/error_tracking/user_sees_error_details_spec.rb": 0.94885411599989311087}1088Knapsack global time execution for tests: 13m 54s1089Pending: (Failures listed here are expected and do not affect your suite's status)1090 1) Merge request > User resolves conflicts can be resolved in the UI the conflict contain markers conflicts are resolved in Edit inline mode1091 # Temporarily skipped with xit1092 # ./spec/features/merge_request/user_resolves_conflicts_spec.rb:1411093Finished in 13 minutes 55 seconds (files took 46.23 seconds to load)1094523 examples, 0 failures, 1 pending1095Failed to write to log, write log/workhorse-test.log: file already closed1096Tue 28 Sep 2021 08:38:38 AM UTC1098Not uploading cache ruby-gems-v1-4 due to policy1099Not uploading cache gitaly-ruby-gems-v1-4 due to policy1101Uploading artifacts...1102coverage/: found 5 matching files and directories 1103WARNING: crystalball/: no matching files 1104deprecations/: found 14 matching files and directories 1105knapsack/: found 3 matching files and directories 1106rspec_flaky/: found 4 matching files and directories 1107rspec_profiling/: found 1 matching files and directories 1108WARNING: tmp/capybara/: no matching files 1109tmp/memory_test/: found 2 matching files and directories 1110log/*.log: found 16 matching files and directories 1111Uploading artifacts as "archive" to coordinator... ok id=1628712602 responseStatus=201 Created token=4ks2GgDL1112Uploading artifacts...1113junit_rspec.xml: found 1 matching files and directories 1114Uploading artifacts as "junit" to coordinator... ok id=1628712602 responseStatus=201 Created token=4ks2GgDL1116Job succeeded