rspec system pg12 3/24
Passed Started
by
@nmilojevic1
Nikola Milojevic
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on prm-com-gitlab-org bd0915563 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:1fdb7532cc62f2c2dfee4b58f21a0b21ad4bc83d64908d3a7d954c737b2f9af7 for postgres:12 with digest postgres@sha256:65e488c552d36b6482a7d5e044925962024fe816a7d797f7c0a153ac842b9aab ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:51bbd55867dd975a18bf5bc650fd96ef641952f9662459607ed3bf0d006a380c for redis:5.0-alpine with digest redis@sha256:2ef89ec07c6103400d8dfcca35813210df677a1c356d7e3c916294e7adfd943f ...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.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1626788593-8202ecd6...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 20% |****** | 78.2M 0:00:03 ETA25gitlab.tar.gz 95% |****************************** | 357M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 373M 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: 237, done. 33remote: Counting objects: 100% (159/159), done. 34remote: Compressing objects: 100% (60/60), done. 35remote: Total 77 (delta 58), reused 33 (delta 16), pack-reused 0 37 * [new ref] 3f8443f21d8eddb0895bed8fa7e421d67e3ceb67 -> refs/pipelines/34006139438Checking out 3f8443f2 as refs/merge-requests/66303/merge...39Skipping Git submodules setup41Checking cache for ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache44Checking cache for gitaly-ruby-gems-v1-4...45cache.zip is up to date 46Successfully extracted cache48Downloading artifacts for compile-test-assets (1438603774)...49Downloading artifacts from coordinator... ok id=1438603774 responseStatus=200 OK token=Svohix8M50Downloading artifacts for detect-tests (1438603822)...51Downloading artifacts from coordinator... ok id=1438603822 responseStatus=200 OK token=LarsiAVB52Downloading artifacts for retrieve-tests-metadata (1438603852)...53Downloading artifacts from coordinator... ok id=1438603852 responseStatus=200 OK token=g4UyPkUe54Downloading artifacts for setup-test-env (1438603789)...55Downloading artifacts from coordinator... ok id=1438603789 responseStatus=200 OK token=X7g2JayV57Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...58$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb59$ export GOPATH=$CI_PROJECT_DIR/.go60$ mkdir -p $GOPATH61$ source scripts/utils.sh62$ source scripts/prepare_build.sh63Bundler version 2.1.464production:development65Settings are listed in order of priority. The top value will be used.66path67Set for the current user (/root/.bundle/config): "vendor"68clean69Set for the current user (/root/.bundle/config): "true"70without71Set via BUNDLE_WITHOUT: [:production, :development]72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check75The Gemfile's dependencies are satisfied76==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.77$ bundle pristine pg78Installing pg 1.2.3 with native extensions79==> 'bundle pristine pg' succeeded in 9 seconds.80$ setup_db_user_only81CREATE ROLE82GRANT83==> 'setup_db_user_only' succeeded in 0 seconds.84$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee85Dropped database 'gitlabhq_test'86Created database 'gitlabhq_test'87DEPRECATION 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)88Dropped database 'gitlabhq_geo_test'89Created database 'gitlabhq_geo_test'90==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 28 seconds.91$ run_timed_command "gem install knapsack --no-document"92$ gem install knapsack --no-document93Successfully installed knapsack-3.1.0941 gem installed95==> 'gem install knapsack --no-document' succeeded in 1 seconds.96$ run_timed_command "scripts/gitaly-test-spawn"97$ scripts/gitaly-test-spawn98Settings are listed in order of priority. The top value will be used.99jobs100Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4101retry102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3103path104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"105deployment106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true107without108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]109Set via BUNDLE_WITHOUT: [:production, :development]110app_config111Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"112gemfile113Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.9119Using i18n 1.8.10120Using minitest 5.14.4121Using tzinfo 2.0.4122Using zeitwerk 2.4.2123Using activesupport 6.1.3.2124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.5.1127Using racc 1.5.2128Using nokogiri 1.11.5 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.10.0132Using rails-html-sanitizer 1.3.0133Using actionview 6.1.3.2134Using rack 2.2.3135Using rack-test 1.1.0136Using actionpack 6.1.3.2137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.6142Using addressable 2.7.0143Using ast 2.4.1144Using binding_ninja 0.2.3145Using bundler 2.1.4146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.1153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.3157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.0.2160Using rugged 1.1.0161Using github-linguist 7.12.1162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.26.0167Using nokogumbo 1.5.0168Using sanitize 4.6.6169Using stringex 2.8.5170Using gitlab-gollum-lib 4.2.7.10.gitlab.1171Using google-protobuf 3.17.3 (x86_64-linux)172Using googleapis-common-protos-types 1.1.0173Using grpc 1.38.0 (x86_64-linux)174Using opentracing 0.5.0175Using thrift 0.14.1176Using jaeger-client 1.1.0177Using pg_query 2.1.0178Using redis 4.2.5179Using gitlab-labkit 0.20.0180Using gitlab-markup 1.7.1181Using grpc-tools 1.38.0182Using sawyer 0.8.2183Using octokit 4.20.0184Using reverse_markdown 1.4.0185Using thor 1.1.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 2.7.2.0192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.2.0199Using regexp_parser 1.8.1200Using rexml 3.2.4201Using rspec-support 3.8.0202Using rspec-core 3.8.0203Using rspec-expectations 3.8.3204Using rspec-mocks 3.8.0205Using rspec 3.8.0206Using rspec-parameterized 0.4.2207Using rubocop-ast 0.2.0208Using ruby-progressbar 1.10.1209Using unicode-display_width 1.7.0210Using rubocop 0.86.0211Using sentry-raven 3.0.4212Using timecop 0.9.1213Bundle complete! 21 Gemfile dependencies, 96 gems now installed.214Gems in the groups production and development were not installed.215Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`216Checking gitaly-ruby Gemfile...217Checking gitaly-ruby bundle...218The Gemfile's dependencies are satisfied219Trying to connect to gitaly: ....... OK220Trying to connect to gitaly2: ............. OK221Trying to connect to praefect: .... OK222==> 'scripts/gitaly-test-spawn' succeeded in 4 seconds.223$ source ./scripts/rspec_helpers.sh224$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226Knapsack report generator started!227Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}228==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.058890466 seconds...229Test environment set up in 0.9609522 seconds230Jobs231 GET /:project/jobs232 with no jobs233DEPRECATION 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)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_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)236DEPRECATION 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)237 shows the empty state page238 with a job239 Pending scope240DEPRECATION 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)241DEPRECATION 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)242 shows Pending tab jobs243 Running scope244DEPRECATION 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)245DEPRECATION 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)246 shows Running tab jobs247 Finished scope248 shows Finished tab jobs249 All jobs250 shows All tab jobs251 when visiting old URL252 redirects to new URL253 GET /:project/jobs/:id254 Job from project255Starting the Capybara driver server...256Capybara starting Puma...257* Version 5.3.2 , codename: Sweetnighter258* Min threads: 0, max threads: 4259* Listening on unix:///tmp/20210720-348-110ga4z260 shows status name261 shows commit`s data262 shows active job263 pipeline info block264 shows pipeline id and source branch265 when pipeline is detached merge request pipeline266 shows merge request iid and source branch267 when source project is a forked project268 shows merge request iid and source branch269 when pipeline is merge request pipeline270 shows merge request iid and source branch271 when source project is a forked project272 shows merge request iid and source branch273 sidebar274 renders escaped tooltip name275 when job is not running276 shows retry button277 if job passed278 does not show New issue button279 if job failed280 shows New issue button281 links to issues/new with the title and description filled in282 when job is running283 job is cancelable284 shows cancel button285 when job is waiting for resource286DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.287Falling back to an asset that may be in the public folder.288This behavior is deprecated and will be removed.289To bypass the asset pipeline and preserve this behavior,290use the `skip_pipeline: true` option.291 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)292DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.293Falling back to an asset that may be in the public folder.294This behavior is deprecated and will be removed.295To bypass the asset pipeline and preserve this behavior,296use the `skip_pipeline: true` option.297 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)298DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.299Falling back to an asset that may be in the public folder.300This behavior is deprecated and will be removed.301To bypass the asset pipeline and preserve this behavior,302use the `skip_pipeline: true` option.303 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)304 shows correct UI components305 Job from other project306 is expected to eq 404307 Download artifacts308 has button to download artifacts309 downloads the zip file when user clicks the download button310 Artifacts expire date311 no expire date defined312 does not have the Keep button313 when expire date is defined314 when user has ability to update job315 when artifacts are unlocked316 keeps artifacts when keep button is clicked317 when artifacts are locked318 shows the keep button319 when user does not have ability to update job320 does not have keep button321 when artifacts expired322 when artifacts are unlocked323 does not have the Keep button324 when artifacts are locked325 has the Keep button326 when visiting old URL327 redirects to new URL328 Raw trace329 is expected to have visible css "[data-testid=\"job-raw-link-controller\"]"330 HTML trace331 when job has an initial trace332 loads job trace333 Variables334 when user is a maintainer335 when variables are stored in trigger_request336 behaves like no reveal button variables behavior337 renders a hidden value with no reveal values button338 when variables are stored in pipeline_variables339 behaves like no reveal button variables behavior340 renders a hidden value with no reveal values button341 when user is a maintainer342 when variables are stored in trigger_request343 behaves like reveal button variables behavior344 renders a hidden value with a reveal values button345 reveals values on button click346 when variables are stored in pipeline_variables347 behaves like reveal button variables behavior348 renders a hidden value with a reveal values button349 reveals values on button click350 when job starts environment351 job is successful and has deployment352 shows a link for the job353 shows deployment message354 when there is a cluster used for the deployment355 shows a link to the cluster356 shows the name of the cluster357 when the user is not able to view the cluster358 includes only the name of the cluster without a link359 job is complete and not successful360 shows a link for the job361 deployment still not finished362 shows a link to latest deployment363 when job stops environment364 does not show environment information banner365 environment info in job view366 job with outdated deployment367 shows deployment message368 renders a link to the most recent deployment369 when deployment does not have a deployable370 has an empty href371 job failed to deploy372 shows deployment message373 job will deploy374 when environment exists375 shows deployment message376 when it has deployment377 shows that deployment will be overwritten378 when environment does not exist379 shows deployment message380 job that failed to deploy and environment has not been created381 shows deployment message382 job that will deploy and environment has not been created383 shows deployment message384 Playable manual action385 shows manual action empty state386 plays manual action and shows pending status387 Delayed job388 shows delayed job389 unschedules delayed job and shows manual action390 Non triggered job391 shows empty state392 Pending job393 shows pending empty state394 Canceled job395 with log396 renders job log397 without log398 renders empty state399 Skipped job400 renders empty state401 when job is failed but has no trace402 renders empty state403 with erased job404 renders erased job warning405 without erased job406 does not render erased job warning407 on mobile408 renders collapsed sidebar409 on desktop410 renders expanded sidebar411 stuck412 without active runners available413 renders message about job being stuck because no runners are active414 when available runners can not run specified tag415 renders message about job being stuck because of no runners with the specified tags416 when runners are offline and build has tags417 renders message about job being stuck because of no runners with the specified tags418 without any runners available419 renders message about job being stuck because no runners are available420 without available runners online421 renders message about job being stuck because runners are offline422 POST /:project/jobs/:id/cancel423 Job from project424 loads the page and shows all needed controls425 POST /:project/jobs/:id/retry426 Job from project427 shows the right status and buttons428 Job that current user is not allowed to retry429 does not show the Retry button430 Job that failed because of a forward deployment failure431 shows a modal to warn the user432 retries the job433 GET /:project/jobs/:id/download434 Build from other project435 is expected to eq 404436 GET /:project/jobs/:id/raw437 access source438 job from project439 when job is running440 sends the right headers441 when job is complete442 sends the right headers443 job from other project444 sends the right headers445 when visiting old URL446 redirects to new URL447 GET /:project/jobs/:id/trace.json448 Job from project449 is expected to eq 200450 Job from other project451 is expected to eq 404452 GET /:project/jobs/:id/status453 Job from project454 is expected to eq 200455 Job from other project456 is expected to eq 404457Merge request > User sees diff458 when linking to note459 with unresolved note460 shows expanded note461 with resolved note462 shows expanded note463 when merge request has overflow464 displays warning465 when editing file466 as author467 shows direct edit link468 as user who needs to fork469 shows fork/cancel confirmation470 when file contains html471 escapes any HTML special characters in the diff chunk header472 when file is stored in LFS473 when LFS is enabled on the project474 when file is an image475 shows an error message476 when file is not an image477 shows an error message478 when LFS is not enabled479 displays the diff480Issue Boards481 un-ordered issues482DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)483DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)484 has un-ordered issue as last issue485 moves un-ordered issue to top of list486 closed issues487 orders issues by closed_at488 ordering in list489 moves from middle to top490 moves from middle to bottom491 moves from top to bottom492 moves from bottom to top493 moves from top to middle494 moves from bottom to middle495 ordering when changing list496 moves to top of another list497 moves to bottom of another list498 moves to index of another list499Protected Tags500 explicit protected tags501DEPRECATION 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)502DEPRECATION 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)503DEPRECATION 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)504DEPRECATION 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)505 allows creating explicit protected tags506 displays the last commit on the matching tag if it exists507 displays an error message if the named tag does not exist508 wildcard protected tags509 allows creating protected tags with a wildcard510 displays the number of matching tags511 displays all the tags matching the wildcard512 access control513 allows creating protected tags that Maintainers can create514 allows updating protected tags so that Maintainers can create them515 allows creating protected tags that Developers + Maintainers can create516 allows updating protected tags so that Developers + Maintainers can create them517 allows creating protected tags that No one can create518 allows updating protected tags so that No one can create them519Group issues page520 with shared examples521 public access level522 group member523 is expected to have text "this is my created issuable"524 non-member525 is expected to have text "this is my created issuable"526 private access level527 group member528 is expected to have text "this is my created issuable"529 non-member530 is expected not to have text "this is my created issuable"531 rss feed532 when signed in533 behaves like an autodiscoverable RSS feed with current_user's feed token534 has an RSS autodiscovery link tag with current_user's feed token535 it has an RSS button with current_user's feed token536 shows the RSS button with current_user's feed token537 when signed out538 behaves like an autodiscoverable RSS feed without a feed token539 has an RSS autodiscovery link tag without a feed token540 it has an RSS button without a feed token541 shows the RSS button without a feed token542 assignee543 filters by only group users544 issues list545 returns all group and subgroup issues546 when project is archived547 does not render issue548 projects with issues disabled549 issue dropdown550 shows projects only with issues feature enabled551 manual ordering552 displays all issues553 has manual-ordering css applied554 each issue item has a user-can-drag css applied555 issues should be draggable and persist order556 issues should not be draggable when user is not logged in557 issues pagination558 shows the pagination559 first pagination item is active560User reverts a merge request561 reverts a merge request562 does not revert a merge request that was previously reverted563 reverts a merge request in a new merge request564 cannot revert a merge requests for an archived project565Projects > Members > User requests access566 request access feature is disabled567 user can request access to a project568 user is not listed in the project members page569 user can withdraw its request for access570 code access is restricted571 user can request access572User uploads file to note573 before uploading574DEPRECATION 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)575DEPRECATION 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)576 shows "Attach a file" button577 uploading is in progress5782021-07-20 15:16:53 +0000 Rack app ("POST /user163/project160/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.png151515752>579 cancels uploading on clicking to "Cancel" button580 shows "Attaching a file" message on uploading 1 file5812021-07-20 15:16:59 +0000 Rack app ("POST /user165/project162/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.mp4405464538>582 shows "Attaching 2 files" message on uploading 2 file583 shows error message, "retry" and "attach a new file" link a if file is too big584 uploading is complete585 shows "Attach a file" button on uploading complete586 they see the attached file587Projects > Settings > Visibility settings588 as owner589DEPRECATION 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)590DEPRECATION 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)591 project visibility select is available592 project visibility description updates on change593 merge requests select594 hides merge requests section595 given project with merge_requests_disabled access level596 hides merge requests section597 builds select598 hides builds select section599 given project with builds_disabled access level600 hides builds select section601 disable email notifications602 is visible603 accepts the changed state604 as maintainer605 project visibility is locked606 disable email notifications607 is not available608Import/Export - Group Import609 when the user uploads a valid export file610 when using the pre-filled path611/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 nil612DEPRECATION 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)613DEPRECATION 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)614 successfully imports the group615 when modifying the pre-filled path616 successfully imports the group617 when the path is already taken618 suggests a unique path619 when the user uploads an invalid export file620 displays an error621Projects > Members > Groups with access list622 updates group access level623 updates expiry date624 deletes group link625 when link has expiry date set626 clears expiry date627 search in existing members628 finds no results629 finds results630Member autocomplete631 adding a new note on a Issue632 suggests noteable author and note author633 when tribute_autocomplete feature flag is on634 adding a new note on a Issue635 suggests noteable author and note author636 adding a new note on a Merge Request637 suggests noteable author and note author638 adding a new note on a Commit639DEPRECATION 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)640DEPRECATION 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)641 suggests noteable author and note author642Merge Requests > User filters by target branch643 filtering by target-branch:master644 applies the filter645 filtering by target-branch:merged-target646 applies the filter647 filtering by target-branch:feature648 applies the filter649 filtering by target-branch:!=master650 applies the filter651User expands diff652 allows user to expand diff653User comments on a commit654 adds a comment655Admin mode for workers656 as a regular user657 cannot delete user658 as an admin user659 when admin mode disabled660 cannot delete user661 when admin mode enabled662unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.663unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.664unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.665 can delete user666User Feed667 GET /668 user atom feed via personal access token669DEPRECATION 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:124)670DEPRECATION 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:124)671 renders user atom feed672 user atom feed via feed token673 renders user atom feed674 feed content675 has issue opened event676 has issue comment event677 has XHTML summaries in issue descriptions678 has XHTML summaries in notes679 has XHTML summaries in merge request descriptions680 has push event commit ID681User filters Alert Management table by status682 when a developer displays the alert list and the alert service is enabled they can filter the table by an alert status683 shows the alert table items with alert status of Open by default684 shows the alert table items with alert status of Acknowledged685 shows the alert table items with alert status of Triggered686 shows the an empty table for a status with no alerts687User creates labels688 in project689 when data is valid690 creates new label691 when data is invalid692 when title is invalid693 shows error message694 when color is invalid695 shows error message696 when label already exists697 shows error message698 in another project699 creates new label700User activates Packagist701 activates service702Admin::Users703 Tabs704 links to the Users tab705 links to the Cohorts tab706 redirects legacy route707 Cohorts tab content708 shows users count per month709User activates Assembla710 activates service711Issues > User sees live update712 title issue#show713 updates the title714Projects > Files > User wants to add a Dockerfile file715 user can pick a Dockerfile file from the dropdown716listing forks of a project717 shows the forked project in the list with commit as description718 does not show the commit message when an external authorization service is used719Group labels720 shows labels that belong to the group721 shows a new label button722 shows an edit label button723User searches Incident Management incidents724 when a developer displays the incident list they can search for an incident725 shows the incident table with an incident for a valid search filter bar726User browses jobs727 shows the coverage728 with a failed job729 displays a tooltip with the failure reason730Welcome screen731 shows the email opt in732User views closed merge requests733 shows closed merge requests734Knapsack report was generated. Preview:735{736 "spec/features/projects/jobs_spec.rb": 311.1828922479999,737 "spec/features/merge_request/user_sees_diff_spec.rb": 47.244359290999455,738 "spec/features/boards/issue_ordering_spec.rb": 56.484109645999524,739 "spec/features/protected_tags_spec.rb": 43.72730819099979,740 "spec/features/groups/issues_spec.rb": 33.797161222000796,741 "spec/features/merge_request/user_reverts_merge_request_spec.rb": 35.55031294299988,742 "spec/features/projects/members/user_requests_access_spec.rb": 27.498327104000055,743 "spec/features/uploads/user_uploads_file_to_note_spec.rb": 21.8017836250001,744 "spec/features/projects/settings/visibility_settings_spec.rb": 19.43398909700045,745 "spec/features/groups/import_export/import_file_spec.rb": 16.66511484700004,746 "spec/features/projects/members/groups_with_access_list_spec.rb": 15.369832115999998,747 "spec/features/participants_autocomplete_spec.rb": 12.95343595200029,748 "spec/features/merge_requests/user_filters_by_target_branch_spec.rb": 13.97287752200009,749 "spec/features/merge_request/user_expands_diff_spec.rb": 10.840522955999404,750 "spec/features/merge_request/user_comments_on_commit_spec.rb": 9.248325126000054,751 "spec/features/admin/admin_mode/workers_spec.rb": 8.733314930999768,752 "spec/features/atom/users_spec.rb": 5.971824039999774,753 "spec/features/alert_management/user_filters_alerts_by_status_spec.rb": 6.7658358460003,754 "spec/features/projects/labels/user_creates_labels_spec.rb": 5.342071324000244,755 "spec/features/projects/services/user_activates_packagist_spec.rb": 5.725017187000049,756 "spec/features/admin/admin_users_spec.rb": 4.628849323000395,757 "spec/features/projects/integrations/user_activates_assembla_spec.rb": 3.928689620000114,758 "spec/features/issues/user_sees_live_update_spec.rb": 4.683424038999874,759 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 3.325626392000231,760 "spec/features/projects/forks/fork_list_spec.rb": 3.001867714000582,761 "spec/features/groups/labels/index_spec.rb": 2.710177214000396,762 "spec/features/incidents/user_searches_incidents_spec.rb": 2.0182710420003787,763 "spec/features/projects/jobs/user_browses_jobs_spec.rb": 1.7305386110001564,764 "spec/features/registrations/welcome_spec.rb": 1.1579619410003943,765 "spec/features/merge_requests/user_views_closed_merge_requests_spec.rb": 0.8099241139998412766}767Knapsack global time execution for tests: 12m 16s768Finished in 12 minutes 19 seconds (files took 42.11 seconds to load)769225 examples, 0 failures770Failed to write to log, write log/workhorse-test.log: file already closed771Tue 20 Jul 2021 03:19:56 PM UTC773Not uploading cache ruby-gems-v1-4 due to policy774Not uploading cache gitaly-ruby-gems-v1-4 due to policy776Uploading artifacts...777coverage/: found 5 matching files and directories 778WARNING: crystalball/: no matching files 779deprecations/: found 17 matching files and directories 780knapsack/: found 3 matching files and directories 781rspec_flaky/: found 4 matching files and directories 782rspec_profiling/: found 1 matching files and directories 783WARNING: tmp/capybara/: no matching files 784tmp/memory_test/: found 2 matching files and directories 785log/*.log: found 18 matching files and directories 786Uploading artifacts as "archive" to coordinator... ok id=1438604149 responseStatus=201 Created token=434XwTr6787Uploading artifacts...788junit_rspec.xml: found 1 matching files and directories 789Uploading artifacts as "junit" to coordinator... ok id=1438604149 responseStatus=201 Created token=434XwTr6791Job succeeded