rspec system pg12 19/24
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 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.33-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:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...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.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1635266973-7ce15127...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 36% |*********** | 123M 0:00:01 ETA25gitlab.tar.gz 82% |************************** | 283M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 127042, done. 33remote: Counting objects: 100% (127042/127042), done. 34remote: Compressing objects: 100% (85632/85632), done. 35remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 36Receiving objects: 100% (127042/127042), 124.85 MiB | 32.37 MiB/s, done.37Resolving deltas: 100% (58018/58018), done.39 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215340 * [new branch] master -> origin/master41Checking out e28bf200 as master...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-5...45cache.zip is up to date 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-5...48cache.zip is up to date 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1718320136)...52Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE53Downloading artifacts for retrieve-tests-metadata (1718320147)...54Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx55Downloading artifacts for setup-test-env (1718320139)...56Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL58Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-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:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...59$ echo $FOSS_ONLY60$ [ "$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 26 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 0 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Don't run Bundler as root. Bundler can ask for sudo if it is needed, and101installing your bundle as root will break this application for all non-root102users on this machine.103Using abstract_type 0.0.7104Using concurrent-ruby 1.1.9105Using i18n 1.8.10106Using minitest 5.14.4107Using tzinfo 2.0.4108Using zeitwerk 2.4.2109Using activesupport 6.1.4.1110Using builder 3.2.4111Using erubi 1.10.0112Using mini_portile2 2.5.1113Using racc 1.5.2114Using nokogiri 1.11.7 (x86_64-linux)115Using rails-dom-testing 2.0.3116Using crass 1.0.6117Using loofah 2.12.0118Using rails-html-sanitizer 1.4.2119Using actionview 6.1.4.1120Using rack 2.2.3121Using rack-test 1.1.0122Using actionpack 6.1.4.1123Using ice_nine 0.11.2124Using thread_safe 0.3.6125Using memoizable 0.4.2126Using adamantium 0.2.0127Using public_suffix 4.0.6128Using addressable 2.7.0129Using ast 2.4.1130Using binding_ninja 0.2.3131Using bundler 2.1.4132Using charlock_holmes 0.7.7133Using coderay 1.1.2134Using equalizer 0.0.11135Using concord 0.1.5136Using diff-lcs 1.3137Using dotenv 2.7.6138Using escape_utils 1.2.1139Using factory_bot 5.0.2140Using multipart-post 2.1.1141Using faraday 1.0.1142Using ffi 1.15.3143Using json 2.5.1144Using gemojione 3.3.0145Using mini_mime 1.0.2146Using rugged 1.2.0147Using github-linguist 7.12.1148Using github-markup 1.7.0149Using mime-types-data 3.2020.1104150Using mime-types 3.3.1151Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1152Using rouge 3.26.0153Using nokogumbo 1.5.0154Using sanitize 4.6.6155Using stringex 2.8.5156Using gitlab-gollum-lib 4.2.7.10.gitlab.1157Using google-protobuf 3.17.3 (x86_64-linux)158Using googleapis-common-protos-types 1.1.0159Using grpc 1.30.2 (x86_64-linux)160Using opentracing 0.5.0161Using thrift 0.15.0162Using jaeger-client 1.1.0163Using pg_query 2.1.1164Using redis 4.4.0165Using gitlab-labkit 0.21.2166Using gitlab-markup 1.7.1167Using grpc-tools 1.30.2168Using sawyer 0.8.2169Using octokit 4.20.0170Using reverse_markdown 1.4.0171Using thor 1.1.0172Using licensee 9.14.1173Using method_source 0.9.2174Using msgpack 1.3.3175Using optimist 3.0.1176Using parallel 1.19.2177Using parser 2.7.2.0178Using procto 0.0.3179Using unparser 0.4.7180Using proc_to_ast 0.1.0181Using pry 0.12.2182Using rainbow 3.0.0183Using rbtrace 0.4.14184Using rdoc 6.3.2185Using regexp_parser 1.8.1186Using rexml 3.2.4187Using rspec-support 3.8.0188Using rspec-core 3.8.0189Using rspec-expectations 3.8.3190Using rspec-mocks 3.8.0191Using rspec 3.8.0192Using rspec-parameterized 0.4.2193Using rubocop-ast 0.2.0194Using ruby-progressbar 1.10.1195Using unicode-display_width 1.7.0196Using rubocop 0.86.0197Using sentry-raven 3.0.4198Using timecop 0.9.1199Bundle complete! 21 Gemfile dependencies, 96 gems now installed.200Gems in the groups production and development were not installed.201Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`202Checking gitaly-ruby Gemfile...203Checking gitaly-ruby bundle...204The Gemfile's dependencies are satisfied205Trying to connect to gitaly: .................................................. OK206Trying to connect to gitaly2: .............................................................. OK207Trying to connect to praefect: .......... OK208==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.209$ source ./scripts/rspec_helpers.sh210$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"211KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb212Knapsack report generator started!213Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}214==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.037206628 seconds...215Test environment set up in 0.397210781 seconds216Jira217Starting the Capybara driver server...218 when internal issues tracker is enabled for the other project219 when only internal issues tracker is enabled for the actual project220Capybara starting Puma...221* Version 5.3.2 , codename: Sweetnighter222* Min threads: 0, max threads: 4223* Listening on unix:///tmp/20211026-437-1in9zdc224 creates a link to the referenced issue on the preview225 creates a link to the referenced issue after submit226 creates a note on the referenced issues227 when both external and internal issues trackers are enabled for the actual project228 creates a link to the referenced issue on the preview229 creates a link to the referenced issue after submit230 creates a note on the referenced issues231 when only external issues tracker is enabled for the actual project232 creates a link to the referenced issue on the preview233 creates a link to the referenced issue after submit234 creates a note on the referenced issues235 when no tracker is enabled for the actual project236 creates a link to the referenced issue on the preview237 creates a link to the referenced issue after submit238 creates a note on the referenced issues239 when internal issues tracker is disabled for the other project240 when only internal issues tracker is enabled for the actual project241 creates a link to the referenced issue on the preview242 creates a link to the referenced issue after submit243 creates a note on the referenced issues244 when both external and internal issues trackers are enabled for the actual project245 creates a link to the referenced issue on the preview246 creates a link to the referenced issue after submit247 creates a note on the referenced issues248 when only external issues tracker is enabled for the actual project249 creates a link to the referenced issue on the preview250 creates a link to the referenced issue after submit251 creates a note on the referenced issues252 when no issues tracker is enabled for the actual project253 creates a link to the referenced issue on the preview254 creates a link to the referenced issue after submit255 creates a note on the referenced issues256Projects > Snippets > Project snippet257 behaves like show and render proper snippet blob258 Ruby file259 displays the blob2611st Try error in ./spec/support/shared_examples/features/snippets_shared_examples.rb:76:262Condition not met: JS requests complete263Unexpected browser console output:264webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."265webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."266http://127.0.0.1:39143/api/graphql - Failed to load resource: the server responded with a status of 500 (Internal Server Error)267webpack-internal:///GiFX 651:16 "Error sending the query 'snippet'" ServerError: Response not successful: Received status code 500268 at throwServerError (webpack-internal:///eRYG:35:17)269 at eval (webpack-internal:///eRYG:60:13)270http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js 414475:14 "[Vue warn]: Error in render: \"TypeError: Cannot read property 'updateSnippet' of undefined\"\n\nfound in\n\n---> \u003CSnippetHeader> at snippets/components/snippet_header.vue\n \u003CShow> at snippets/components/show.vue\n \u003CRoot>"271http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js 415742:12 TypeError: Cannot read property 'updateSnippet' of undefined272 at VueComponent.personalSnippetActions (webpack-internal:///zso3:103:49)273 at Watcher.get (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418329:25)274 at Watcher.evaluate (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418434:21)275 at VueComponent.computedGetter [as personalSnippetActions] (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418684:17)276 at VueComponent.hasPersonalSnippetActions (webpack-internal:///zso3:130:27)277 at Watcher.get (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418329:25)278 at Watcher.evaluate (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418434:21)279 at VueComponent.computedGetter [as hasPersonalSnippetActions] (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:418684:17)280 at Object.get (http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js:415927:20)281 at Proxy.render (webpack-internal:///w0rV:110:11)282http://127.0.0.1:39143/assets/webpack/dll.21e4434637b4/vendor.dll.bundle.js 423776:6 Uncaught TypeError: Cannot read property 'nodes' of undefined284RSpec::Retry: 2nd try ./spec/support/shared_examples/features/snippets_shared_examples.rb:76285 Markdown file286 visiting directly287 displays the blob using the rich viewer288 switching to the simple viewer289 displays the blob using the simple viewer290 switching to the rich viewer again291 displays the blob using the rich viewer292 visiting with a line number anchor293 displays the blob using the simple viewer294 behaves like does not show New Snippet button295 is expected not to have visible link "New snippet"296Pipeline Schedules297 logged in as maintainer298 GET /projects/pipeline_schedules299 The view300 displays the required information description301 creates a new scheduled pipeline302 changes ownership of the pipeline303 edits the pipeline304 deletes the pipeline305 when ref is nil306 shows a list of the pipeline schedules with empty ref column307 when ref is empty308 shows a list of the pipeline schedules with empty ref column309 POST /projects/pipeline_schedules/new310 sets defaults for timezone and target branch311 creates a new scheduled pipeline312 prevents an invalid form from being submitted313 PATCH /projects/pipelines_schedules/:id/edit314 displays existing properties315 edits the scheduled pipeline316 when ref is nil317 shows the pipeline schedule with default ref318 when ref is empty319 shows the pipeline schedule with default ref320 when user creates a new pipeline schedule with variables321 user sees the new variable in edit window322 when user edits a variable of a pipeline schedule323 user sees the updated variable in edit window324 when user removes a variable of a pipeline schedule325 user does not see the removed variable in edit window326 when active is true and next_run_at is NULL327 user edit and recover the problematic pipeline schedule328 logged in as non-member329 GET /projects/pipeline_schedules330 The view331 does not show create schedule button332 not logged in333 GET /projects/pipeline_schedules334 The view335 does not show create schedule button336Group variables337 behaves like variable list338 shows a list of variables339 adds a new CI variable340 adds a new protected variable341 defaults to unmasked342 reveals and hides variables343 deletes a variable344 edits a variable345 edits a variable to be unmasked346 edits a variable to be masked347 shows a validation error box about duplicate keys348 prevents a variable to be added if no values are provided when a variable is set to masked349 shows validation error box about unmaskable values350 handles multiple edits and a deletion351 defaults to the application setting352 application setting is true353 defaults to protected354 shows a message regarding the changed default355 application setting is false356 defaults to unprotected357 does not show a message regarding the default358User accepts a merge request359 presents merged merge request content360 when merge method is set to merge commit361 when merge method is set to fast-forward merge362 accepts a merge request with rebase and merge363 accepts a merge request with squash and merge364 with removing the source branch365 accepts a merge request366 without removing the source branch367 accepts a merge request368 when a URL has an anchor369 accepts a merge request370 when modifying the merge commit message371 accepts a merge request372New project373 as a user374DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)375DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)376DEPRECATION 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)377DEPRECATION 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)378 shows a message if multiple levels are restricted379 shows a message if all levels are restricted380 as an admin381 shows "New project" page382 manifest import option383 has Manifest file384 Visibility level selector385 sets selector to Private386 saves visibility level 0 on validation error387 sets selector to Internal388 saves visibility level 10 on validation error389 sets selector to Public390 saves visibility level 20 on validation error391 when group visibility is private but default is internal392 when admin mode is enabled393 has private selected394 when admin mode is disabled395 is not allowed396 when group visibility is public but user requests private397 when admin mode is enabled398 has private selected399 when admin mode is disabled400 is not allowed401 Readme selector402 shows the initialize with Readme checkbox on "Blank project" tab403 does not show the initialize with Readme checkbox on "Create from template" tab404 does not show the initialize with Readme checkbox on "Import project" tab405 Namespace selector406 with user namespace407 selects the user namespace408 with group namespace409 selects the group namespace410 with subgroup namespace411 selects the group namespace412 when changing namespaces dynamically413 enables the correct visibility options414 Import project options415 from git repository url, "Repo by URL"416 does not autocomplete sensitive git repo URL417 shows import instructions418 reports error if repo URL is not a valid Git repository419 keeps "Import project" tab open after form validation error420 from GitHub421 shows import instructions422 from manifest file423 shows import instructions424 Namespace selector425 with group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level426 selects the group namespace427Merge request > User creates MR428 non-fork merge request429 behaves like a creatable merge request430 creates new merge request431DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: projects/commits/_commit.html (called from commit_to_html at /builds/gitlab-org/gitlab/app/helpers/commits_helper.rb:30)432DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: projects/commits/_commit.html (called from commit_to_html at /builds/gitlab-org/gitlab/app/helpers/commits_helper.rb:30)433 updates the branches when selecting a new target project434 from a forked project435 to canonical project436 behaves like a creatable merge request437 creates new merge request438 updates the branches when selecting a new target project439 to another forked project440 behaves like a creatable merge request441 creates new merge request442 updates the branches when selecting a new target project443 source project444 filters source project445GPG signed commits446DEPRECATION 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)447DEPRECATION 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)448DEPRECATION 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)449DEPRECATION 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)450 changes from unverified to verified when the user changes their email to match the gpg key451 changes from unverified to verified when the user adds the missing gpg key452 shows popover badges453 unverified signature454 unverified signature: user email does not match the committer email, but is the same user455 unverified signature: user email does not match the committer email456 verified and the gpg user has a gitlab profile457 verified and the gpg user's profile doesn't exist anymore458 view signed commit on the tree view459 with vue tree view enabled460 behaves like a commit with a signature461 displays commit signature462Group Packages463 when feature is not available464 packages feature is disabled by config465 gives 404466 when feature is available467 sidebar menu is open468 when there are packages469 allows you to navigate to the project page470 behaves like packages list471 shows a list of packages472 behaves like package details link473 navigates to the correct url474 sorting475 behaves like shared package sorting476 behaves like correctly sorted packages list477 ordered by Type and ascending false478 behaves like packages list479 shows a list of packages480 behaves like correctly sorted packages list481 ordered by Type and ascending true482 behaves like packages list483 shows a list of packages484 behaves like correctly sorted packages list485 ordered by Name and ascending false486 behaves like packages list487 shows a list of packages488 behaves like correctly sorted packages list489 ordered by Name and ascending true490 behaves like packages list491 shows a list of packages492 behaves like correctly sorted packages list493 ordered by Version and ascending false494 behaves like packages list495 shows a list of packages496 behaves like correctly sorted packages list497 ordered by Version and ascending true498 behaves like packages list499 shows a list of packages500 behaves like correctly sorted packages list501 ordered by Published and ascending false502 behaves like packages list503 shows a list of packages504 behaves like correctly sorted packages list505 ordered by Published and ascending true506 behaves like packages list507 shows a list of packages508 behaves like correctly sorted packages list509 ordered by Project and ascending false510 behaves like packages list511 shows a list of packages512 behaves like correctly sorted packages list513 ordered by Project and ascending true514 behaves like packages list515 shows a list of packages516 behaves like when there are no packages517 displays the empty message518Issue boards sidebar labels select519 group boards520 in the top-level group board521 selecting an issue from a direct descendant project522 when editing labels523 displays the label from the top-level group524 displays the label from the project525 does not display labels from the project's siblings or their descendents526 selecting an issue from a subgroup's project527 when editing labels528 displays the label from the top-level group529 displays the label from the subgroup530 displays the label from the project531 does not display labels from the subgroup's siblings (project or group)532create a merge request, allowing commits from members who can merge to the target branch533 allows setting possible534 shows a message when one of the projects is private535 shows a message when the source branch is protected536 when the merge request is being created within the same project537 hides the checkbox if the merge request is being created within the same project538 when a member who can merge tries to edit the option539 hides the option from members540Projects settings541DEPRECATION 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)542DEPRECATION 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)543 can toggle sections by clicking the title or button544 forking enabled545 toggles forking enabled / disabled546 default award emojis547 shows award emojis by default548 disables award emojis when the checkbox is toggled off549Member autocomplete550 adding a new note on a Issue551 suggests noteable author and note author552 when tribute_autocomplete feature flag is on553 adding a new note on a Issue554 suggests noteable author and note author555 adding a new note on a Merge Request556 suggests noteable author and note author557 adding a new note on a Commit558 suggests noteable author and note author559User views issue560DEPRECATION 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)561DEPRECATION 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)562 is expected to have header with correct id and link 1, "Description header", and "description-header"563 shows the merge request and issue actions564 behaves like page meta description565 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown566 when the project is archived567 hides the merge request and issue actions568 user status569 when showing status of the author of the issue570 behaves like showing user status571 shows the status572 when showing status of a user who commented on an issue573 behaves like showing user status574 shows the status575 when status message has an emoji576 correctly renders the emoji577User uses search filters578 when filtering by group579 shows group projects580 when the group filter is set581 clear filter button582 removes Group and Project filters583 when filtering by project584 shows a project585 when the project filter is set586 clear filter button587 removes Project filters588Groups > Members > Request access589DEPRECATION 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)590DEPRECATION 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)591 request access feature is disabled592 user can request access to a group593 user does not see private projects594 user does not see group in the Dashboard > Groups page595 user is not listed in the group members page596 user can withdraw its request for access597 member does not see the request access button598Developer deletes tag599 from the tags list page600 deletes the tag601 from a specific tag page602 deletes the tag603 when pre-receive hook fails604 shows the error message605Multi-file editor upload file606 uploads text file607Display system header and footer bar608 when authenticated609 when system header and footer are not configured610 behaves like system header is not configured611 does not show system header612 behaves like system footer is not configured613 does not show system footer614 when only system header is defined615 behaves like system header is configured616 shows system header617 shows the correct content618 behaves like system footer is not configured619 does not show system footer620 when only system footer is defined621 behaves like system header is not configured622 does not show system header623 behaves like system footer is configured624 shows system footer625 shows the correct content626 when system header and footer are defined627 behaves like system header is configured628 shows system header629 shows the correct content630 behaves like system footer is configured631 shows system footer632 shows the correct content633 when not authenticated634 when system header and footer are not configured635 behaves like system header is not configured636 does not show system header637 behaves like system footer is not configured638 does not show system footer639 when only system header is defined640 behaves like system header is configured641 shows system header642 shows the correct content643 behaves like system footer is not configured644 does not show system footer645 when only system footer is defined646 behaves like system header is not configured647 does not show system header648 behaves like system footer is configured649 shows system footer650 shows the correct content651 when system header and footer are defined652 behaves like system header is configured653 shows system header654 shows the correct content655 behaves like system footer is configured656 shows system footer657 shows the correct content658Project Issues Calendar Feed659 GET /issues660 when authenticated661 with no referer662 renders calendar feed663 with GitLab as the referer664 renders calendar feed as text/plain665 when authenticated via personal access token666 renders calendar feed667 when authenticated via feed token668 renders calendar feed669 issue with due date670 renders issue fields671 sorted by priority672 renders calendar feed673No Password Alert674 with internal auth enabled675 when user has a password676 shows no alert677 when user has password automatically set678 shows a password alert679 with internal auth disabled680 when user has no personal access tokens681 has a personal access token alert682 when user has a personal access token683 shows no alert684 when user is ldap user685 shows no alert686Group Issues Calendar Feed687 GET /issues688 when authenticated689 with no referer690 renders calendar feed691 with GitLab as the referer692 renders calendar feed as text/plain693 when authenticated via personal access token694 renders calendar feed695 when authenticated via feed token696 renders calendar feed697 issue with due date698 renders issue fields699User deletes comments on a commit700 deletes comment701Sourcegraph Content Security Policy702 behaves like setting CSP703 when no CSP config704 does not add CSP directives705 when a CSP config exists for connect-src706 when feature is enabled707 appends to connect-src708 when feature is disabled709 keeps original connect-src710 when a CSP config exists for default-src but not connect-src711 when feature is enabled712 uses default-src values in connect-src713 when feature is disabled714 does not add connect-src715 when a CSP config exists for font-src but not connect-src716 when feature is enabled717 uses default-src values in connect-src718 when feature is disabled719 does not add connect-src720User paginates issue designs721 paginates to next design722Group Dependency Proxy for containers723Capybara starting Puma...724* Version 5.3.2 , codename: Sweetnighter725* Min threads: 0, max threads: 4726* Listening on http://127.0.0.1:34391727 fetching a blob728 when the blob is cached for the group729 behaves like responds with the file730 sends file731 dependency_proxy_workhorse feature flag disabled732 behaves like responds with the file733 sends file734 when the blob must be downloaded735 behaves like responds with the file736 sends file737 behaves like caches the file738 caches the file739 dependency_proxy_workhorse feature flag disabled740 behaves like responds with the file741 sends file742 behaves like caches the file743 caches the file744Projects > Files > User wants to add a Dockerfile file745 user can pick a Dockerfile file from the dropdown746Projects > Members > Group member cannot leave group project747 user does not see a "Leave project" link748 renders a flash message if attempting to leave by url749User searches Alert Management alerts750 when a developer displays the alert list and the alert service is enabled they can search an alert751 shows the incident table with an incident for a valid search filter bar752User uploads avatar to group753 they see the new avatar754Projects > Settings > External Authorization Classification Label setting755 shows the field to set a classification label756Knapsack report was generated. Preview:757{758 "spec/features/issuables/markdown_references/jira_spec.rb": 184.62639459600177,759 "spec/features/projects/snippets/show_spec.rb": 167.4479635159987,760 "spec/features/projects/pipeline_schedules_spec.rb": 89.9156790349989,761 "spec/features/group_variables_spec.rb": 70.00408018099915,762 "spec/features/merge_request/user_accepts_merge_request_spec.rb": 53.27713676700296,763 "spec/features/projects/new_project_spec.rb": 41.025778941999306,764 "spec/features/merge_request/user_creates_mr_spec.rb": 40.42336205099855,765 "spec/features/signed_commits_spec.rb": 25.81888024699947,766 "spec/features/groups/packages_spec.rb": 28.651499613999476,767 "spec/features/boards/sidebar_labels_in_namespaces_spec.rb": 24.1089218470006,768 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 19.403661448002822,769 "spec/features/projects/settings/project_settings_spec.rb": 18.53513242900226,770 "spec/features/participants_autocomplete_spec.rb": 17.12347827600024,771 "spec/features/issues/user_views_issue_spec.rb": 16.947825064002245,772 "spec/features/search/user_uses_search_filters_spec.rb": 12.997809660002531,773 "spec/features/groups/members/request_access_spec.rb": 12.455516697998974,774 "spec/features/tags/developer_deletes_tag_spec.rb": 10.365606657000171,775 "spec/features/projects/tree/upload_file_spec.rb": 7.1242431979990215,776 "spec/features/display_system_header_and_footer_bar_spec.rb": 8.701424825001595,777 "spec/features/ics/project_issues_spec.rb": 5.847334376998333,778 "spec/features/projects/show/no_password_spec.rb": 7.031323512997915,779 "spec/features/ics/group_issues_spec.rb": 5.785090401001071,780 "spec/features/projects/commit/comments/user_deletes_comments_spec.rb": 4.3546584470022935,781 "spec/features/projects/sourcegraph_csp_spec.rb": 5.62267151800188,782 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 4.75460381800076,783 "spec/features/groups/dependency_proxy_for_containers_spec.rb": 3.385752762998891,784 "spec/features/projects/files/dockerfile_dropdown_spec.rb": 3.6506396499971743,785 "spec/features/projects/members/group_member_cannot_leave_group_project_spec.rb": 3.110414505001245,786 "spec/features/alert_management/user_searches_alerts_spec.rb": 1.788967075997789,787 "spec/features/uploads/user_uploads_avatar_to_group_spec.rb": 2.369681510001101,788 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 1.3148315390026255789}790Knapsack global time execution for tests: 14m 57s791Finished in 14 minutes 59 seconds (files took 43.37 seconds to load)792236 examples, 0 failures793Failed to write to log, write log/workhorse-test.log: file already closed794Tue 26 Oct 2021 09:36:34 PM UTC796Not uploading cache ruby-gems-v1-5 due to policy797Not uploading cache gitaly-ruby-gems-v1-5 due to policy799Uploading artifacts...800coverage/: found 5 matching files and directories 801WARNING: crystalball/: no matching files 802deprecations/: found 14 matching files and directories 803knapsack/: found 3 matching files and directories 804rspec_flaky/: found 4 matching files and directories 805rspec_profiling/: found 1 matching files and directories 806tmp/capybara/: found 3 matching files and directories 807tmp/memory_test/: found 2 matching files and directories 808log/*.log: found 17 matching files and directories 809Uploading artifacts as "archive" to coordinator... ok id=1718320282 responseStatus=201 Created token=46n9qJXV810Uploading artifacts...811junit_rspec.xml: found 1 matching files and directories 812Uploading artifacts as "junit" to coordinator... ok id=1718320282 responseStatus=201 Created token=46n9qJXV814Job succeeded