rspec system pg11 9/24
Passed Started
by
@lulalala

Mark Chao
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale-com 1d6b581d4Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Waiting for services to be up and running...12Authenticating with credentials from job payload (GitLab Registry)13Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...14Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...16Running on runner-1d6b581d-project-278964-concurrent-0 via runner-1d6b581d-gsrm-1598833992-6a69ece3...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.204.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 28% |********* | 288M 0:00:02 ETA23gitlab.tar.gz 62% |******************** | 630M 0:00:01 ETA24gitlab.tar.gz 96% |****************************** | 972M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 1007M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31Checking out 7a9c83cd as master...32Skipping Git submodules setup34Checking cache for rails-v2-3...35Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rails-v2-3 36Successfully extracted cache38Downloading artifacts for compile-test-assets (710807149)...39Downloading artifacts from coordinator... ok id=710807149 responseStatus=200 OK token=cMhXVmpy40Downloading artifacts for retrieve-tests-metadata (710807151)...41Downloading artifacts from coordinator... ok id=710807151 responseStatus=200 OK token=ySCBbL7Z42Downloading artifacts for setup-test-env (710807150)...43Downloading artifacts from coordinator... ok id=710807150 responseStatus=200 OK token=UGYkxRJB44WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh51Bundler version 1.17.252$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet53==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.54$ bundle check55Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.56The Gemfile's dependencies are satisfied57==> 'bundle check' succeeded in 1 seconds.58$ bundle pristine pg59Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.60Installing pg 1.2.2 with native extensions61==> 'bundle pristine pg' succeeded in 10 seconds.62$ gem install knapsack --no-document63Successfully installed knapsack-1.18.0641 gem installed65==> 'gem install knapsack --no-document' succeeded in 1 seconds.66$ setup_db_user_only67CREATE ROLE68GRANT69==> 'setup_db_user_only' succeeded in 0 seconds.70$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee71Dropped database 'gitlabhq_test'72Created database 'gitlabhq_test'73Dropped database 'gitlabhq_geo_test'74Created database 'gitlabhq_geo_test'75$ run_timed_command "scripts/gitaly-test-build"76==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 29 seconds.77$ scripts/gitaly-test-build78Settings are listed in order of priority. The top value will be used.79retry80Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 381path82Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"83jobs84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 485app_config86Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"87gemfile88Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"89flags90Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"91silence_root_warning92Set via BUNDLE_SILENCE_ROOT_WARNING: true93go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200831.023557' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper94install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly95Checking gitaly-ruby Gemfile...96Checking gitaly-ruby bundle...97Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.98The Gemfile's dependencies are satisfied99Trying to connect to gitaly: ........ OK100Trying to connect to praefect: ........ OK101==> 'scripts/gitaly-test-build' succeeded in 43 seconds.102$ run_timed_command "scripts/gitaly-test-spawn"103$ scripts/gitaly-test-spawn104Checking gitaly-ruby Gemfile...105Checking gitaly-ruby bundle...106Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.107The Gemfile's dependencies are satisfied108Trying to connect to gitaly: ........ OK109Trying to connect to praefect: ....... OK110==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.111$ source scripts/rspec_helpers.sh112$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"113KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb114Knapsack report generator started!115RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')116Run options:117 include {:focus=>true}118 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}119All examples were filtered out; ignoring {:focus=>true}120==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...121 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.042730501 seconds...122Issues > User uses quick actions123Starting the Capybara driver server...124 issuable common quick actions125 behaves like close quick action126 new issue127Capybara starting Puma...128* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller129* Min threads: 0, max threads: 4130* Listening on unix:///tmp/20200831-1847-1gpfikr131 creates the issue and interprets close quick action accordingly132 post note to existing issue133 creates the note and interprets the close quick action accordingly134 when current user cannot close issue135 does not close the issue136 preview of note on issue137 explains close quick action138 behaves like issuable time tracker139 renders the sidebar component empty state140 updates the sidebar component when estimate is added141 updates the sidebar component when spent is added142 shows the comparison when estimate and spent are added143 updates the sidebar component when estimate is removed144 updates the sidebar component when spent is removed145 shows the help state when icon is clicked146 hides the help state when close icon is clicked147 displays the correct help url148 issue-only commands149 behaves like create_merge_request quick action150 create a merge request starting from an issue151 doesn't create a merge request when the branch name is invalid152 doesn't create a merge request when a branch with that name already exists153 creates a new merge request using issue iid and title as branch name when the branch name is empty154 creates a merge request using the given branch name155 behaves like move quick action156 move the issue to another project157 when the project is valid158 moves the issue159 when the project is valid but the user not authorized160 does not move the issue161 when the project is invalid162 does not move the issue163 when the user issues multiple commands164 applies multiple commands with move command in the end165 behaves like applies the commands to issues in both projects, target and source166 applies quick actions167 applies multiple commands with move command in the begining168 behaves like applies the commands to issues in both projects, target and source169 applies quick actions170 when editing comments171 moves the issue after quickcommand note was updated172 deletes the note if it was updated to just contain a command173 behaves like zoom quick actions174 /zoom175 without zoom_meetings176 adds a Zoom link177 cannot add invalid zoom link178 with "removed" zoom meeting179 adds a Zoom link180 with "added" zoom meeting181 skips addition silently182 /remove_zoom183 with added zoom meeting184 removes last Zoom link185Resolving all open threads in a merge request from an issue186 as a user with access to the project187 shows a button to resolve all threads by creating a new issue188 resolving the thread189 hides the link for creating a new issue190 creating an issue for threads191 behaves like creating an issue for a thread192 shows an issue with the title filled in193 has a mention of the discussion in the description194 can create a new issue for the project195 resolves the discussion in the merge request196 shows a flash messaage after resolving a discussion197 has a hidden field for the merge request198 for a project where all threads need to be resolved before merging199 with the internal tracker disabled200 does not show a link to create a new issue201 merge request has threads that need to be resolved202 shows a warning that the merge request contains unresolved threads203 has a link to resolve all threads by creating an issue204 creating an issue for threads205 behaves like creating an issue for a thread206 shows an issue with the title filled in207 has a mention of the discussion in the description208 can create a new issue for the project209 resolves the discussion in the merge request210 shows a flash messaage after resolving a discussion211 has a hidden field for the merge request212 as a reporter213 Shows a notice to ask someone else to resolve the threads214Private Project Access215 Project should be private216 #private?217 is expected to be truthy218 GET /:project_path219 is expected to be allowed for admin220 is expected to be allowed for owner221 is expected to be allowed for maintainer222 is expected to be allowed for developer223 is expected to be allowed for reporter224 is expected to be allowed for guest225 is expected to be denied for user226 is expected to be denied for external227 is expected to be denied for visitor228 GET /:project_path/-/tree/master229 is expected to be allowed for admin230 is expected to be allowed for owner231 is expected to be allowed for maintainer232 is expected to be allowed for developer233 is expected to be allowed for reporter234 is expected to be denied for guest235 is expected to be denied for user236 is expected to be denied for external237 is expected to be denied for visitor238 GET /:project_path/-/commits/master239 is expected to be allowed for admin240 is expected to be allowed for owner241 is expected to be allowed for maintainer242 is expected to be allowed for developer243 is expected to be allowed for reporter244 is expected to be denied for guest245 is expected to be denied for user246 is expected to be denied for external247 is expected to be denied for visitor248 GET /:project_path/-/commit/:sha249 is expected to be allowed for admin250 is expected to be allowed for owner251 is expected to be allowed for maintainer252 is expected to be allowed for developer253 is expected to be allowed for reporter254 is expected to be denied for guest255 is expected to be denied for user256 is expected to be denied for external257 is expected to be denied for visitor258 GET /:project_path/-/compare259 is expected to be allowed for admin260 is expected to be allowed for owner261 is expected to be allowed for maintainer262 is expected to be allowed for developer263 is expected to be allowed for reporter264 is expected to be denied for guest265 is expected to be denied for user266 is expected to be denied for external267 is expected to be denied for visitor268 GET /:project_path/-/project_members269 is expected to be allowed for admin270 is expected to be allowed for owner271 is expected to be allowed for maintainer272 is expected to be allowed for developer273 is expected to be allowed for reporter274 is expected to be allowed for guest275 is expected to be denied for user276 is expected to be denied for visitor277 is expected to be denied for external278 GET /:project_path/-/settings/ci_cd279 is expected to be allowed for admin280 is expected to be allowed for owner281 is expected to be allowed for maintainer282 is expected to be denied for developer283 is expected to be denied for reporter284 is expected to be denied for guest285 is expected to be denied for user286 is expected to be denied for visitor287 is expected to be denied for external288 GET /:project_path/-/settings/repository289 is expected to be allowed for admin290 is expected to be allowed for owner291 is expected to be allowed for maintainer292 is expected to be denied for developer293 is expected to be denied for reporter294 is expected to be denied for guest295 is expected to be denied for user296 is expected to be denied for external297 is expected to be denied for visitor298 GET /:project_path/-/blob299 is expected to be allowed for admin300 is expected to be allowed for owner301 is expected to be allowed for maintainer302 is expected to be allowed for developer303 is expected to be allowed for reporter304 is expected to be denied for guest305 is expected to be denied for user306 is expected to be denied for external307 is expected to be denied for visitor308 GET /:project_path/edit309 is expected to be allowed for admin310 is expected to be allowed for owner311 is expected to be allowed for maintainer312 is expected to be denied for developer313 is expected to be denied for reporter314 is expected to be denied for guest315 is expected to be denied for user316 is expected to be denied for external317 is expected to be denied for visitor318 GET /:project_path/deploy_keys319 is expected to be allowed for admin320 is expected to be allowed for owner321 is expected to be allowed for maintainer322 is expected to be denied for developer323 is expected to be denied for reporter324 is expected to be denied for guest325 is expected to be denied for user326 is expected to be denied for external327 is expected to be denied for visitor328 GET /:project_path/issues329 is expected to be allowed for admin330 is expected to be allowed for owner331 is expected to be allowed for maintainer332 is expected to be allowed for developer333 is expected to be allowed for reporter334 is expected to be allowed for guest335 is expected to be denied for user336 is expected to be denied for external337 is expected to be denied for visitor338 GET /:project_path/issues/:id/edit339 is expected to be allowed for admin340 is expected to be allowed for owner341 is expected to be allowed for maintainer342 is expected to be allowed for developer343 is expected to be allowed for reporter344 is expected to be denied for guest345 is expected to be denied for user346 is expected to be denied for external347 is expected to be denied for visitor348 GET /:project_path/snippets349 is expected to be allowed for admin350 is expected to be allowed for owner351 is expected to be allowed for maintainer352 is expected to be allowed for developer353 is expected to be allowed for reporter354 is expected to be allowed for guest355 is expected to be denied for user356 is expected to be denied for external357 is expected to be denied for visitor358 GET /:project_path/-/merge_requests359 is expected to be allowed for admin360 is expected to be allowed for owner361 is expected to be allowed for maintainer362 is expected to be allowed for developer363 is expected to be allowed for reporter364 is expected to be denied for guest365 is expected to be denied for user366 is expected to be denied for external367 is expected to be denied for visitor368 GET /:project_path/-/branches369 is expected to be allowed for admin370 is expected to be allowed for owner371 is expected to be allowed for maintainer372 is expected to be allowed for developer373 is expected to be allowed for reporter374 is expected to be denied for guest375 is expected to be denied for user376 is expected to be denied for external377 is expected to be denied for visitor378 GET /:project_path/-/tags379 is expected to be allowed for admin380 is expected to be allowed for owner381 is expected to be allowed for maintainer382 is expected to be allowed for developer383 is expected to be allowed for reporter384 is expected to be denied for guest385 is expected to be denied for user386 is expected to be denied for external387 is expected to be denied for visitor388 GET /:project_path/-/settings/integrations389 is expected to be allowed for admin390 is expected to be allowed for owner391 is expected to be allowed for maintainer392 is expected to be denied for developer393 is expected to be denied for reporter394 is expected to be denied for guest395 is expected to be denied for user396 is expected to be denied for external397 is expected to be denied for visitor398 GET /:project_path/pipelines399 is expected to be allowed for admin400 is expected to be allowed for owner401 is expected to be allowed for maintainer402 is expected to be allowed for developer403 is expected to be allowed for reporter404 is expected to be denied for guest405 is expected to be denied for user406 is expected to be denied for external407 is expected to be denied for visitor408 when public builds is enabled409 is expected to be allowed for guest410 when public buils are disabled411 is expected to be denied for guest412 GET /:project_path/pipelines/:id413 is expected to be allowed for admin414 is expected to be allowed for owner415 is expected to be allowed for maintainer416 is expected to be allowed for developer417 is expected to be allowed for reporter418 is expected to be denied for guest419 is expected to be denied for user420 is expected to be denied for external421 is expected to be denied for visitor422 when public builds is enabled423 is expected to be allowed for guest424 when public buils are disabled425 is expected to be denied for guest426 GET /:project_path/builds427 is expected to be allowed for admin428 is expected to be allowed for owner429 is expected to be allowed for maintainer430 is expected to be allowed for developer431 is expected to be allowed for reporter432 is expected to be denied for guest433 is expected to be denied for user434 is expected to be denied for external435 is expected to be denied for visitor436 when public builds is enabled437 is expected to be allowed for guest438 when public buils are disabled439 is expected to be denied for guest440 GET /:project_path/builds/:id441 is expected to be allowed for admin442 is expected to be allowed for owner443 is expected to be allowed for maintainer444 is expected to be allowed for developer445 is expected to be allowed for reporter446 is expected to be denied for guest447 is expected to be denied for user448 is expected to be denied for external449 is expected to be denied for visitor450 when public builds is enabled451 is expected to be allowed for guest452 when public buils are disabled453 is expected to be denied for guest454 GET /:project_path/builds/:id/trace455 is expected to be allowed for admin456 is expected to be allowed for owner457 is expected to be allowed for maintainer458 is expected to be allowed for developer459 is expected to be allowed for reporter460 is expected to be denied for guest461 is expected to be denied for user462 is expected to be denied for external463 is expected to be denied for visitor464 when public builds is enabled465 is expected to be allowed for guest466 when public builds is disabled467 is expected to be denied for guest468 GET /:project_path/-/environments469 is expected to be allowed for admin470 is expected to be allowed for owner471 is expected to be allowed for maintainer472 is expected to be allowed for developer473 is expected to be allowed for reporter474 is expected to be denied for guest475 is expected to be denied for user476 is expected to be denied for external477 is expected to be denied for visitor478 GET /:project_path/-/environments/:id479 is expected to be allowed for admin480 is expected to be allowed for owner481 is expected to be allowed for maintainer482 is expected to be allowed for developer483 is expected to be allowed for reporter484 is expected to be denied for guest485 is expected to be denied for user486 is expected to be denied for external487 is expected to be denied for visitor488 GET /:project_path/-/environments/:id/deployments489 is expected to be allowed for admin490 is expected to be allowed for owner491 is expected to be allowed for maintainer492 is expected to be allowed for developer493 is expected to be allowed for reporter494 is expected to be denied for guest495 is expected to be denied for user496 is expected to be denied for external497 is expected to be denied for visitor498 GET /:project_path/-/environments/new499 is expected to be allowed for admin500 is expected to be allowed for owner501 is expected to be allowed for maintainer502 is expected to be allowed for developer503 is expected to be denied for reporter504 is expected to be denied for guest505 is expected to be denied for user506 is expected to be denied for external507 is expected to be denied for visitor508 GET /:project_path/pipeline_schedules509 is expected to be allowed for admin510 is expected to be allowed for owner511 is expected to be allowed for maintainer512 is expected to be allowed for developer513 is expected to be allowed for reporter514 is expected to be denied for guest515 is expected to be denied for user516 is expected to be denied for external517 is expected to be denied for visitor518 GET /:project_path/pipeline_schedules/new519 is expected to be allowed for admin520 is expected to be allowed for owner521 is expected to be allowed for maintainer522 is expected to be allowed for developer523 is expected to be denied for reporter524 is expected to be denied for guest525 is expected to be denied for user526 is expected to be denied for external527 is expected to be denied for visitor528 GET /:project_path/-/environments/new529 is expected to be allowed for admin530 is expected to be allowed for owner531 is expected to be allowed for maintainer532 is expected to be allowed for developer533 is expected to be denied for reporter534 is expected to be denied for guest535 is expected to be denied for user536 is expected to be denied for external537 is expected to be denied for visitor538 GET /:project_path/container_registry539 is expected to be allowed for admin540 is expected to be allowed for owner541 is expected to be allowed for maintainer542 is expected to be allowed for developer543 is expected to be allowed for reporter544 is expected to be denied for guest545 is expected to be denied for user546 is expected to be denied for external547 is expected to be denied for visitor548User creates branch and merge request on issue page549 when signed out550 doesn't show 'Create merge request' button551 when signed in552 when interacting with the dropdown553 when branch name is auto-generated554 creates a merge request555 creates a branch556 when branch name is custom557 creates a merge request558 creates a branch559 when merge requests are disabled560 shows only create branch button561 when issue is confidential562 enables the create branch button563 when related branch exists564 when user is developer565 shows related branches566 when user is guest567 does not show related branches568Projects > Files > User creates a directory569 with default target branch570 creates the directory in the default branch571 does not create a directory with a name of already existed directory572 inside sub-folder573 creates new directory574 with a new target branch575 creates the directory in the new branch and redirect to the merge request576 when an user does not have write access577 creates a directory in a forked project578Thread Comments Commit579 has class .js-note-emoji580 behaves like thread comments581 clicking "Comment" will post a comment582 when the toggle is clicked583 has a "Comment" item (selected by default) and "Start thread" item584 closes the menu when clicking the toggle or body585 clicking the ul padding or divider should not change the text586 when selecting "Start thread"587 updates the submit button text and closes the dropdown588 creating a thread589 clicking "Start thread" will post a thread590 when opening the menu591 has "Start thread" selected592 when selecting "Comment"593 updates the submit button text and closes the dropdown594Snippet595 behaves like show and render proper snippet blob596 Ruby file597 displays the blob598 Markdown file599 visiting directly600 displays the blob using the rich viewer601 switching to the simple viewer602 displays the blob using the simple viewer603 switching to the rich viewer again604 displays the blob using the rich viewer605 visiting with a line number anchor606 displays the blob using the simple viewer607 behaves like showing user status608 shows the status609 behaves like does not show New Snippet button610 is expected not to have visible link "New snippet"611Projects > Settings > For a forked project612 Sidebar > Operations613 renders the settings link in the sidebar614 Settings > Operations615 Incidents616 renders form for incident management617 sets correct default values618 updates form values619 error tracking settings form620 success path621 successfully fills and submits the form622 project dropdown fails to load623 displays error message624 grafana integration settings form625 successfully fills and completes the form626User comments on issue627 when adding comments628 adds comment629 adds comment with code block630 renders HTML content as text in Mermaid631 opens autocomplete menu for quick actions and have `/label` first choice632 when editing comments633 edits comment634Member autocomplete635 adding a new note on a Issue636 suggests noteable author and note author637 when tribute_autocomplete feature flag is on638 adding a new note on a Issue639 suggests noteable author and note author640 adding a new note on a Merge Request641 suggests noteable author and note author642 adding a new note on a Commit643 suggests noteable author and note author644Functions645 when user does not have a cluster and visits the serverless page646 behaves like it's missing knative installation647 sees an empty state require Knative installation648 when the user does have a cluster and visits the serverless page649 behaves like it's missing knative installation650 sees an empty state require Knative installation651 when the user has a cluster and knative installed and visits the serverless page652 when there are no functions653 sees an empty listing of serverless functions654 when there are functions655 does not see an empty listing of serverless functions656User views an open merge request657 when a merge request does not have repository658 renders both the title and the description659 when a merge request has repository660 when rendering description preview661 renders empty description preview662 renders description preview663 when the branch is rebased on the target664 does not show diverged commits count665 when the branch is diverged on the target666 shows diverged commits count667Reportable note on snippets668 on project snippet669 behaves like reportable note670 has an edit button671 has a `More actions` dropdown672 dropdown has Report and Delete links673 Report button links to a report page674Projects > Settings > Pipelines settings675 for developer676 to be disallowed to view677 for maintainer678 be allowed to change679 updates auto_cancel_pending_pipelines680 updates forward_deployment_enabled681 Auto DevOps682 when auto devops is turned on instance-wide683 auto devops is on by default and can be manually turned off684 when auto devops is not turned on instance-wide685 auto devops is off by default and can be manually turned on686 when auto devops is turned on group level687 renders group enabled badge688 when auto devops is turned on group parent level689 renders group enabled badge690 runners registration token691 has a registration token692 reload registration token693 changes registration token694List issue resource label events695 when user displays the issue696 shows both notes and resource label events697 shows the user status on the system note for the label698 when user adds label to the issue699 shows add note for newly added labels700Developer deletes tag701 from the tags list page702 deletes the tag703 from a specific tag page704 deletes the tag705 when pre-receive hook fails706 shows the error message707User activates Asana708 activates service709Raw artifact710 when visiting old URL711 redirects to new URL712Knapsack report was generated. Preview:713{714 "spec/features/issues/user_uses_quick_actions_spec.rb": 220.44804739952087,715 "spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb": 148.78903126716614,716 "spec/features/security/project/private_access_spec.rb": 103.85886740684509,717 "spec/features/issues/user_creates_branch_and_merge_request_spec.rb": 53.97195243835449,718 "spec/features/projects/files/user_creates_directory_spec.rb": 45.31799602508545,719 "spec/features/discussion_comments/commit_spec.rb": 32.90781760215759,720 "spec/features/snippets/show_spec.rb": 27.068625450134277,721 "spec/features/projects/settings/operations_settings_spec.rb": 25.216360330581665,722 "spec/features/issues/user_comments_on_issue_spec.rb": 20.80991244316101,723 "spec/features/participants_autocomplete_spec.rb": 15.983263492584229,724 "spec/features/projects/serverless/functions_spec.rb": 16.742435932159424,725 "spec/features/merge_request/user_views_open_merge_request_spec.rb": 14.508207082748413,726 "spec/features/reportable_note/snippets_spec.rb": 11.449568033218384,727 "spec/features/projects/settings/pipelines_settings_spec.rb": 10.289408922195435,728 "spec/features/issues/resource_label_events_spec.rb": 13.08403992652893,729 "spec/features/tags/developer_deletes_tag_spec.rb": 7.385093927383423,730 "spec/features/projects/services/user_activates_asana_spec.rb": 4.676762342453003,731 "spec/features/projects/artifacts/raw_spec.rb": 0.41472911834716797732}733Knapsack global time execution for tests: 12m 52s734Finished in 13 minutes 52 seconds (files took 51.04 seconds to load)735414 examples, 0 failures736Mon Aug 31 02:51:40 UTC 2020738Not uploading cache rails-v2-3 due to policy740Uploading artifacts...741coverage/: found 5 matching files and directories 742knapsack/: found 3 matching files and directories 743rspec_flaky/: found 4 matching files and directories 744rspec_profiling/: found 2 matching files and directories 745WARNING: tmp/capybara/: no matching files 746tmp/memory_test/: found 2 matching files and directories 747log/*.log: found 13 matching files and directories 748Uploading artifacts as "archive" to coordinator... ok id=710807226 responseStatus=201 Created token=YNz6V_ds749Uploading artifacts...750junit_rspec.xml: found 1 matching files and directories 751Uploading artifacts as "junit" to coordinator... ok id=710807226 responseStatus=201 Created token=YNz6V_ds752Job succeeded