rspec system pg12 15/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-1635279638-9fa4ea9b...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 22% |******* | 77.5M 0:00:03 ETA25gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 127042, done. 32remote: Counting objects: 100% (127042/127042), done. 33remote: Compressing objects: 100% (85632/85632), done. 34remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 35Receiving objects: 100% (127042/127042), 124.85 MiB | 30.20 MiB/s, done.36Resolving deltas: 100% (58018/58018), done.38 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215339 * [new branch] master -> origin/master40Checking out e28bf200 as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-5...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-5...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1718320136)...51Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE52Downloading artifacts for retrieve-tests-metadata (1718320147)...53Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx54Downloading artifacts for setup-test-env (1718320139)...55Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL57Using 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 ...58$ echo $FOSS_ONLY59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 12 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 1 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION 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)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 37 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.9104Using i18n 1.8.10105Using minitest 5.14.4106Using tzinfo 2.0.4107Using zeitwerk 2.4.2108Using activesupport 6.1.4.1109Using builder 3.2.4110Using erubi 1.10.0111Using mini_portile2 2.5.1112Using racc 1.5.2113Using nokogiri 1.11.7 (x86_64-linux)114Using rails-dom-testing 2.0.3115Using crass 1.0.6116Using loofah 2.12.0117Using rails-html-sanitizer 1.4.2118Using actionview 6.1.4.1119Using rack 2.2.3120Using rack-test 1.1.0121Using actionpack 6.1.4.1122Using ice_nine 0.11.2123Using thread_safe 0.3.6124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.15.3142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.2.0146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.17.3 (x86_64-linux)157Using googleapis-common-protos-types 1.1.0158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.15.0161Using jaeger-client 1.1.0162Using pg_query 2.1.1163Using redis 4.4.0164Using gitlab-labkit 0.21.2165Using gitlab-markup 1.7.1166Using grpc-tools 1.30.2167Using sawyer 0.8.2168Using octokit 4.20.0169Using reverse_markdown 1.4.0170Using thor 1.1.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 2.7.2.0177Using procto 0.0.3178Using unparser 0.4.7179Using proc_to_ast 0.1.0180Using pry 0.12.2181Using rainbow 3.0.0182Using rbtrace 0.4.14183Using rdoc 6.3.2184Using regexp_parser 1.8.1185Using rexml 3.2.4186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 21 Gemfile dependencies, 96 gems now installed.199Gems in the groups production and development were not installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ........................................... OK205Trying to connect to gitaly2: .......................................................... OK206Trying to connect to praefect: .......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 13 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211Knapsack report generator started!212Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}213==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.037543428 seconds...214Test environment set up in 0.538373087 seconds215Pipelines216Starting the Capybara driver server...217 when user is logged in218 GET /:project/-/pipelines219 scope220 when displaying all221Capybara starting Puma...222* Version 5.3.2 , codename: Sweetnighter223* Min threads: 0, max threads: 4224* Listening on unix:///tmp/20211026-438-r74084225 contains pipeline commit short SHA226 contains branch name227 when displaying running228 contains pipeline commit short SHA229 contains branch name230 when displaying pending231 contains pipeline commit short SHA232 contains branch name233 when displaying finished234 contains pipeline commit short SHA235 contains branch name236 when displaying branches237 contains pipeline commit short SHA238 contains branch name239 header tabs240 shows a tab for All pipelines and count241 shows a tab for Finished pipelines and count242 shows a tab for Branches243 shows a tab for Tags244 updates content when tab is clicked245 navigation links246 renders "CI lint" link247 renders "Run pipeline" link248 when pipeline is cancelable249 indicates that pipeline can be canceled250 when canceling251 indicated that pipelines was canceled252 when pipeline is retryable253 indicates that pipeline can be retried254 when retrying255 shows running pipeline that is not retryable256 when pipeline is detached merge request pipeline257 behaves like detached merge request pipeline258Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.259 shows pipeline information without pipeline ref260 when source project is a forked project261 behaves like detached merge request pipeline262Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.263 shows pipeline information without pipeline ref264 when pipeline is merge request pipeline265 behaves like Correct merge request pipeline information266Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.267 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline268 when source project is a forked project269 behaves like Correct merge request pipeline information270Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.271 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline272 when pipeline has configuration errors273 contains badge that indicates errors274 contains badge with tooltip which contains error275 contains badge that indicates failure reason276 contains badge with tooltip which contains failure reason277 with manual actions278 has a dropdown with play button279 has link to the manual action280 when manual action was played281 enqueues manual action job282 when there is a delayed job283 has a dropdown for actionable jobs284 has link to the delayed job's action285 when delayed job is expired already286 shows 00:00:00 as the remaining time287 when user played a delayed job immediately288 enqueues the delayed job289 for generic statuses290 when preparing291 is cancelable292 shows the pipeline as preparing293 when running294 is cancelable295 has pipeline running296 when canceling297 indicates that pipeline was canceled298 when failed299 is not retryable300 has failed pipeline301 downloadable pipelines302 with artifacts303 has artifacts dropdown304 with artifacts expired305 is expected not to have visible css "[data-testid=\"artifact-item\"]"306 without artifacts307 is expected not to have visible css "[data-testid=\"artifact-item\"]"308 with trace artifact309 does not show trace artifact as artifacts310 mini pipeline graph311 renders a mini pipeline graph312 when clicking a stage badge313 opens a dropdown314DEPRECATION 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)315DEPRECATION 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)316 is possible to cancel pending build317 for a failed pipeline318 displays the failure reason319 with pagination320 renders pagination321 renders second page of pipelines322 shows updated content323 with pipeline key selection324 changes the Pipeline ID column for Pipeline IID325 GET /:project/-/pipelines/show326DEPRECATION 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)327DEPRECATION 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)328 shows a graph with grouped stages329 POST /:project/-/pipelines330 for valid commit331 with gitlab-ci.yml332 creates a new pipeline333 when variables are specified334 creates a new pipeline with variables335 without gitlab-ci.yml336 is expected to have text "Missing CI config file"337 creates a pipeline after first request failed and a valid gitlab-ci.yml file is available when trying again338 Reset runner caches339 has a clear caches button340 user clicks the button341 when project already has jobs_cache_index342 increments jobs_cache_index343 when project does not have jobs_cache_index344 sets jobs_cache_index to 1345 Run Pipelines346 new pipeline page347 has field to add a new pipeline348 find pipelines349 shows filtered pipelines350 Empty State351 renders empty state352 when user is not logged in353 when project is public354 without pipelines355 is expected to have text "This project is not currently set up to run pipelines."356 when project is private357 redirects the user to sign_in and displays the flash alert358Merge request > User resolves conflicts359 can be resolved in the UI360 the conflicts are resolvable361 shows a link to the conflict resolution page362 in Inline view mode363 conflicts are resolved in Interactive mode364 conflicts are resolved in Edit inline mode365 in Parallel view mode366 conflicts are resolved in Interactive mode367 conflicts are resolved in Edit inline mode368 the conflict contain markers369 conflicts can not be resolved in Interactive mode370 conflicts are resolved in Edit inline mode (PENDING: Temporarily skipped with xit)371 with malicious branch name372 renders bad name without xss issues373 sidebar374 displays reviewers375 when the conflicts contain a large file376 does not show a link to the conflict resolution page377 shows an error if the conflicts page is visited directly378 when the conflicts contain a binary file379 does not show a link to the conflict resolution page380 shows an error if the conflicts page is visited directly381 when the conflicts contain a file edited in one branch and deleted in another382 does not show a link to the conflict resolution page383 shows an error if the conflicts page is visited directly384 when the conflicts contain a non-UTF-8 file385 does not show a link to the conflict resolution page386 shows an error if the conflicts page is visited directly387Projects > Files > User uploads files388 when a user has write access389 uploads and commits a new text file390 uploads and commits a new image file391 uploads and commits a new pdf file392 uploads a file to a sub-directory393 uploads and commits a new text file394 uploads and commits a new image file395 uploads and commits a new pdf file396 uploads a file to a sub-directory397 when a user does not have write access398 uploads and commits a new file to a forked project399 uploads and commits a new file to a forked project400Project variables401 adds a new variable with an environment scope402 behaves like variable list403 shows a list of variables404 adds a new CI variable405 adds a new protected variable406 defaults to unmasked407 reveals and hides variables408 deletes a variable409 edits a variable410 edits a variable to be unmasked411 edits a variable to be masked412 shows a validation error box about duplicate keys413 prevents a variable to be added if no values are provided when a variable is set to masked414 shows validation error box about unmaskable values415 handles multiple edits and a deletion416 defaults to the application setting417 application setting is true418 defaults to protected419 shows a message regarding the changed default420 application setting is false421 defaults to unprotected422 does not show a message regarding the default423Issue notes polling424 creates425 displays the new comment426 updates427 when from own user428 displays the updated content429 when editing but have not changed anything, and an update comes in, show warning and does not update the note430 when editing but you changed some things, an update comes in, and you press cancel, show the updated content431 when from another user432 displays the updated content433 system notes434 shows the system note435Dashboard Todos436 User does not have todos437 shows "All done" message438 when the todo references a merge request439 renders the mr link with the extra attributes440 user has an unauthorized todo441 does not render the todo442 User has a todo443 has todo present444 shows due date as today445 behaves like deleting the todo446 is marked as done-reversible in the list447 shows Undo button448 updates todo count449 has not "All done" message450 behaves like deleting and restoring the todo451 is marked back as pending in the list452 shows Done button453 updates todo count454 todo is stale on the page455 behaves like deleting the todo456 is marked as done-reversible in the list457 shows Undo button458 updates todo count459 has not "All done" message460 behaves like deleting and restoring the todo461 is marked back as pending in the list462 shows Done button463 updates todo count464 User created todos for themself465 issue assigned todo466 shows issue assigned to yourself message467 marked todo468 shows you added a todo message469 mentioned todo470 shows you mentioned yourself message471 directly_addressed todo472 shows you directly addressed yourself message473 approval todo474 shows you set yourself as an approver message475 review request todo476 shows you set yourself as an reviewer message477 User has done todos478 has the done todo present479 restoring the todo480 is removed from the list481 updates todo count482 User has to dos with labels spanning multiple projects483 shows page with two Todos484 User has multiple pages of Todos485 is paginated486 is has the right number of pages487 mark all as done488 shows "All done" message!489 shows "Undo mark all as done" button490 undo mark all as done491 shows the restored todo list492 updates todo count493 shows "Mark all as done" button494 User has deleted a todo495 shows the restored todo list with the deleted todo496 User has a Build Failed todo497 shows the todo498 links to the pipelines for the merge request499 User has a todo regarding a design500 has todo present501DEPRECATION 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)502DEPRECATION 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)503 has a link that will take me to the design page504New/edit issue505 new issue506 allows user to create new issue507 correctly updates the dropdown toggle when removing a label508 clears label search input field when a label is selected509 correctly updates the selected user when changing assignee510 description has autocomplete511 shorten users API pagination limit512 displays selected users even if they are not part of the original API call513 single assignee514 unselects other assignees when unassigned is selected515 toggles assign to me when current user is selected and unselected516 displays issue type options in the dropdown517 correctly displays the Issue type option with an icon518 correctly displays the Incident type option with an icon519 milestone520 escapes milestone521 edit issue522 allows user to update issue523 description has autocomplete524 inline edit525 opens inline edit form with shortcut526 sub-group project527 creates project label from dropdown528Container Registry529 has a page title set530 sidebar menu is open531 when there are no image repositories532 list page has no container title533 when there are image repositories534 list page has a list of images535 navigates to repo details536 when there is a ContainerRegistry::Path::InvalidRegistryPathError537 behaves like handling feature network errors with the container registry538 displays the error message539 when there is a Faraday::Error540 behaves like handling feature network errors with the container registry541 displays the error message542 image repo details543 shows the details breadcrumb544 shows the image title545 shows the image tags546 user removes a specific tag from container repository547 when an image has the same name as the subgroup548 details page loads properly549Internal Project Snippets Access550 GET /:project_path/snippets551DEPRECATION 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)552 is expected to be allowed for admin553DEPRECATION 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)554 is expected to be allowed for owner555DEPRECATION 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)556 is expected to be allowed for maintainer557DEPRECATION 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)558 is expected to be allowed for developer559DEPRECATION 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)560 is expected to be allowed for reporter561DEPRECATION 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)562 is expected to be allowed for guest563DEPRECATION 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)564 is expected to be allowed for user565 is expected to be denied for external566 is expected to be denied for visitor567 GET /:project_path/snippets/new568 is allowed for admin when admin mode is enabled569 is denied for admin when admin mode is disabled570 is expected to be allowed for owner571 is expected to be allowed for maintainer572 is expected to be allowed for developer573 is expected to be allowed for reporter574 is expected to be denied for guest575 is expected to be denied for user576 is expected to be denied for external577 is expected to be denied for visitor578 GET /:project_path/snippets/:id579 for an internal snippet580 is expected to be allowed for admin581 is expected to be allowed for owner582 is expected to be allowed for maintainer583 is expected to be allowed for developer584 is expected to be allowed for reporter585 is expected to be allowed for guest586 is expected to be allowed for user587 is expected to be denied for external588 is expected to be denied for visitor589 for a private snippet590 is allowed for admin when admin mode is enabled591 is denied for admin when admin mode is disabled592 is expected to be allowed for owner593 is expected to be allowed for maintainer594 is expected to be allowed for developer595 is expected to be allowed for reporter596 is expected to be allowed for guest597 is expected to be denied for user598 is expected to be denied for external599 is expected to be denied for visitor600 GET /:project_path/snippets/:id/raw601 for an internal snippet602 is expected to be allowed for admin603 is expected to be allowed for owner604 is expected to be allowed for maintainer605 is expected to be allowed for developer606 is expected to be allowed for reporter607 is expected to be allowed for guest608 is expected to be allowed for user609 is expected to be denied for external610 is expected to be denied for visitor611 for a private snippet612 is allowed for admin when admin mode is enabled613 is denied for admin when admin mode is disabled614 is expected to be allowed for owner615 is expected to be allowed for maintainer616 is expected to be allowed for developer617 is expected to be allowed for reporter618 is expected to be allowed for guest619 is expected to be denied for user620 is expected to be denied for external621 is expected to be denied for visitor622Projects > Settings > For a forked project623 Sidebar > Monitor624 renders the menu in the sidebar625 Settings > Monitor626 Incidents627 renders form for incident management628 sets correct default values629 updates form values630 error tracking settings form631 when project dropdown is loaded632 successfully fills and submits the form633 when project dropdown fails to load634 displays error message635 with integrated error tracking backend636 successfully fills and submits the form637 grafana integration settings form638 successfully fills and completes the form639User views an open merge request640 when a merge request does not have repository641 renders both the title and the description642 has reviewers in sidebar643 when a merge request has repository644 when rendering description preview645 renders empty description preview646 renders description preview647 when the branch is rebased on the target648 does not show diverged commits count649 when the branch is diverged on the target650 shows diverged commits count651 when the assignee's availability set652 exposes the availability in the data-availability attribute653 XSS source branch654 encodes branch name655User views incident656DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)657 is expected to have header with correct id and link 1, "Description header", and "description-header"658DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)659 shows the merge request and incident actions660 behaves like page meta description661DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)662 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown663 when the project is archived664DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)665DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)666 hides the merge request and incident actions667 user status668 when showing status of the author of the incident669 behaves like showing user status670DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)671DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)672 shows the status673 when showing status of a user who commented on an incident674 behaves like showing user status675DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)676DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)677 shows the status678 when status message has an emoji679DEPRECATION 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)680 correctly renders the emoji681Commit diff682 view: "inline", async_diff_file_loading: true683DEPRECATION 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)684DEPRECATION 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)685 adds comment to diff686 view: "inline", async_diff_file_loading: false687 adds comment to diff688 view: "parallel", async_diff_file_loading: true689 adds comment to diff690 view: "parallel", async_diff_file_loading: false691 adds comment to diff692User searches for milestones693 does not show top right search form694 finds a milestone695 when search times out696 renders timeout information697 sets tab count to 0698 when on a project page699 finds a milestone700Group Packages & Registries settings701 when packges feature is disabled on the group702DEPRECATION 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)703DEPRECATION 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)704 the menu item is not visible705 renders 404 when navigating to page706 when packages feature is enabled on the group707 the menu item is visible708 has a page title set709 sidebar menu is open710 has a Package Registry section711 automatically saves changes to the server712 shows an error on wrong regex713 in a sub group714 works correctly715Monitor dropdown sidebar716 user is not a member717 has the correct `Monitor` menu items718 when operations project feature is PRIVATE719 does not show the `Monitor` menu720 when operations project feature is DISABLED721 does not show the `Operations` menu722 user has guest role723 has the correct `Monitor` menu items724 behaves like shows Monitor menu based on the access level725 when operations project feature is PRIVATE726 shows the `Monitor` menu727 when operations project feature is DISABLED728 does not show the `Monitor` menu729 user has reporter role730 has the correct `Monitor` menu items731 behaves like shows Monitor menu based on the access level732 when operations project feature is PRIVATE733 shows the `Monitor` menu734 when operations project feature is DISABLED735 does not show the `Monitor` menu736 user has developer role737 has the correct `Monitor` menu items738 behaves like shows Monitor menu based on the access level739 when operations project feature is PRIVATE740 shows the `Monitor` menu741 when operations project feature is DISABLED742 does not show the `Monitor` menu743 user has maintainer role744 has the correct `Monitor` menu items745 behaves like shows Monitor menu based on the access level746 when operations project feature is PRIVATE747 shows the `Monitor` menu748 when operations project feature is DISABLED749 does not show the `Monitor` menu750Admin mode for workers751 as a regular user752 cannot delete user753 as an admin user754 when admin mode disabled755 cannot delete user756 when admin mode enabled757unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.758unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.759unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.760 can delete user761Projects > Show > User sees Git instructions762 when project is public763 when project has no repo764 shows Git command line instructions765 :default_branch_name is specified766 recommends default_branch_name instead of master767 when project is empty768 when not signed in769 shows details770 when signed in771 when user does not have ssh keys772 shows details773 when user has ssh keys774 shows details775 when project is not empty776 when not signed in777 shows details778 when signed in779 when user does not have ssh keys780 shows details781 when user has ssh keys782 shows details783 when project is internal784 when not signed in785 redirects to the sign in page786 when signed in787 shows details788 when project is private789 redirects to the sign in page790Promotions791 for service desk792 when service desk is not supported793DEPRECATION 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)794DEPRECATION 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)795 appears in project edit page796 does not show when cookie is set797 when service desk is supported798 does not show promotion799Dashboard > User sorts todos800 sort options801 sorts with oldest created todos first802 sorts with newest created todos first803 sorts by label priority804 issues and merge requests805 doesn't mix issues and merge requests label priorities806Profile > Emails807 user removes email808 user confirms email809 user re-sends confirmation email810 old unconfirmed emails show Send Confirmation button811 User adds an email812 saves the new email813 does not add a duplicate email814 does not add an invalid email815Group CI/CD settings816 runners registration token817 has a registration token818 reload registration token819 changes registration token820 Auto DevOps form821 as owner first visiting group settings822 sees instance enabled badge823 when Auto DevOps group has been enabled824 sees group enabled badge825 when Auto DevOps group has been disabled826 does not see a badge827Help Pages828 Get the main help page829 quick link shortcuts830 focuses search bar831 opens shortcuts help dialog832 in a production environment with version check enabled833 has a version check image834 when help page is customized835 displays custom help page text836 hides marketing content when enabled837 uses a custom support url838Artifact file839 Text file840 displays an error841 JPG file842 displays the blob843 when visiting old URL844 redirects to new URL845viewing issues with design references846 the user has access to a public project847 behaves like successful use of design link references848 shows the issue description and design references849 the user does not have access to a private project850 redacts inaccessible design references851 the user has access to a private project852 behaves like successful use of design link references853 shows the issue description and design references854 design management is entirely disabled855 processes design links as issue references856Project navbar857 behaves like verified navigation bar858 renders correctly859 when value stream is available860 redirects to value stream when Analytics item is clicked861 when pages are available862 behaves like verified navigation bar863 renders correctly864 when container registry is available865 behaves like verified navigation bar866 renders correctly867Merge Request > User tries to access private project information through the new mr page868 when the user enters the querystring info for the other project869 does not mention the project the user can't see the repo of870 when the user enters label information from the private project in the querystring871 does not expose the label name872Group navbar873 behaves like verified navigation bar874 renders correctly875 when container registry is available876 behaves like verified navigation bar877 renders correctly878 when dependency proxy is available879 behaves like verified navigation bar880 renders correctly881User promotes label882 when user can admin group labels883 shows label promote button884 when user cannot admin group labels885 does not show label promote button886User edits labels887 updates label's title888New project milestone breadcrumb889 displays link to project milestones and new project milestone890Projects > Members > Owner cannot request access to their own project891 owner does not see the request access button892Knapsack report was generated. Preview:893{894 "spec/features/projects/pipelines/pipelines_spec.rb": 186.03303896099987,895 "spec/features/merge_request/user_resolves_conflicts_spec.rb": 118.09074451199967,896 "spec/features/projects/files/user_uploads_files_spec.rb": 89.54431348600019,897 "spec/features/project_variables_spec.rb": 62.07062803699955,898 "spec/features/issues/note_polling_spec.rb": 59.00176204999934,899 "spec/features/dashboard/todos/todos_spec.rb": 33.43588921199989,900 "spec/features/issues/form_spec.rb": 37.00209734800046,901 "spec/features/groups/container_registry_spec.rb": 28.028472023000177,902 "spec/features/security/project/snippet/internal_access_spec.rb": 21.074235047000002,903 "spec/features/projects/settings/monitor_settings_spec.rb": 25.77691612000035,904 "spec/features/merge_request/user_views_open_merge_request_spec.rb": 17.319121591000112,905 "spec/features/incidents/user_views_incident_spec.rb": 15.227972257999681,906 "spec/features/projects/commit/diff_notes_spec.rb": 16.854713941999762,907 "spec/features/search/user_searches_for_milestones_spec.rb": 13.460718802000883,908 "spec/features/groups/settings/packages_and_registries_spec.rb": 14.72487111099963,909 "spec/features/monitor_sidebar_link_spec.rb": 9.651704600999437,910 "spec/features/admin/admin_mode/workers_spec.rb": 10.323503526999957,911 "spec/features/projects/show/user_sees_git_instructions_spec.rb": 7.436144565999712,912 "spec/features/promotion_spec.rb": 8.70021109299978,913 "spec/features/dashboard/todos/todos_sorting_spec.rb": 6.4200902109996605,914 "spec/features/profiles/emails_spec.rb": 4.108862392999981,915 "spec/features/groups/settings/ci_cd_spec.rb": 4.4245803720004915,916 "spec/features/help_pages_spec.rb": 4.349685946999671,917 "spec/features/projects/artifacts/file_spec.rb": 4.147918159000255,918 "spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb": 4.216127415999836,919 "spec/features/projects/navbar_spec.rb": 3.9011305350004477,920 "spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb": 2.726040323000234,921 "spec/features/groups/navbar_spec.rb": 1.6265871630002948,922 "spec/features/projects/labels/user_promotes_label_spec.rb": 1.78781653400074,923 "spec/features/projects/labels/user_edits_labels_spec.rb": 1.2696774169999117,924 "spec/features/milestones/user_sees_breadcrumb_links_spec.rb": 1.0734127300002,925 "spec/features/projects/members/owner_cannot_request_access_to_his_project_spec.rb": 1.0225087239996355926}927Knapsack global time execution for tests: 13m 34s928Pending: (Failures listed here are expected and do not affect your suite's status)929 1) Merge request > User resolves conflicts can be resolved in the UI the conflict contain markers conflicts are resolved in Edit inline mode930 # Temporarily skipped with xit931 # ./spec/features/merge_request/user_resolves_conflicts_spec.rb:141932Finished in 13 minutes 36 seconds (files took 50.13 seconds to load)933360 examples, 0 failures, 1 pending934Failed to write to log, write log/workhorse-test.log: file already closed935Tue 26 Oct 2021 09:35:34 PM UTC937Not uploading cache ruby-gems-v1-5 due to policy938Not uploading cache gitaly-ruby-gems-v1-5 due to policy940Uploading artifacts...941coverage/: found 5 matching files and directories 942WARNING: crystalball/: no matching files 943deprecations/: found 20 matching files and directories 944knapsack/: found 3 matching files and directories 945rspec_flaky/: found 4 matching files and directories 946rspec_profiling/: found 1 matching files and directories 947WARNING: tmp/capybara/: no matching files 948tmp/memory_test/: found 2 matching files and directories 949log/*.log: found 16 matching files and directories 950Uploading artifacts as "archive" to coordinator... ok id=1718320273 responseStatus=201 Created token=xWh34XuV951Uploading artifacts...952junit_rspec.xml: found 1 matching files and directories 953Uploading artifacts as "junit" to coordinator... ok id=1718320273 responseStatus=201 Created token=xWh34XuV955Job succeeded