rspec system pg11 7/24
Passed Started
by
@lulalala

Mark Chao
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on prm-com-gitlab-org bd0915564Using 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-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1598837209-8782cb45...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 19% |****** | 196M 0:00:04 ETA23gitlab.tar.gz 58% |****************** | 590M 0:00:01 ETA24gitlab.tar.gz 94% |****************************** | 956M 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 0 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 0 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==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.76$ run_timed_command "scripts/gitaly-test-build"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.023546' -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 41 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.031537006 seconds...122Pipelines123Starting the Capybara driver server...124 when user is logged in125 GET /:project/pipelines126 scope127 when displaying all128Capybara starting Puma...129* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller130* Min threads: 0, max threads: 4131* Listening on unix:///tmp/20200831-1857-14rqn4e132 contains pipeline commit short SHA133 contains branch name134 when displaying running135 contains pipeline commit short SHA136 contains branch name137 when displaying pending138 contains pipeline commit short SHA139 contains branch name140 when displaying finished141 contains pipeline commit short SHA142 contains branch name143 when displaying branches144 contains pipeline commit short SHA145 contains branch name146 header tabs147 shows a tab for All pipelines and count148 shows a tab for Finished pipelines and count149 shows a tab for Branches150 shows a tab for Tags151 updates content when tab is clicked152 navigation links153 renders run pipeline link154 renders ci lint link155 when pipeline is cancelable156 indicates that pipeline can be canceled157 when canceling158 indicated that pipelines was canceled159 when pipeline is retryable160 indicates that pipeline can be retried161 when retrying162 shows running pipeline that is not retryable163 when pipeline is detached merge request pipeline164 behaves like detached merge request pipeline165Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.166 shows pipeline information without pipeline ref167 when source project is a forked project168 behaves like detached merge request pipeline169Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.170 shows pipeline information without pipeline ref171 when pipeline is merge request pipeline172 behaves like Correct merge request pipeline information173Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.174 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline175 when source project is a forked project176 behaves like Correct merge request pipeline information177Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.178 does not show detached tag for the pipeline, and shows the link of the merge request, and does not show the ref of the pipeline179 when pipeline has configuration errors180 contains badge that indicates errors181 contains badge with tooltip which contains error182 contains badge that indicates failure reason183 contains badge with tooltip which contains failure reason184 with manual actions185 has a dropdown with play button186 has link to the manual action187 when manual action was played188 enqueues manual action job189 when there is a delayed job190 has a dropdown for actionable jobs191 has link to the delayed job's action192 when delayed job is expired already193 shows 00:00:00 as the remaining time194 when user played a delayed job immediately195 enqueues the delayed job196 for generic statuses197 when preparing198 is cancelable199 shows the pipeline as preparing200 when running201 is cancelable202 has pipeline running203 when canceling204 indicates that pipeline was canceled205 when failed206 is not retryable207 has failed pipeline208 downloadable pipelines209 with artifacts210 has artifacts211 has artifacts download dropdown212 has download attribute on download links213 with artifacts expired214 is expected not to have visible css ".build-artifacts"215 without artifacts216 is expected not to have visible css ".build-artifacts"217 with trace artifact218 does not show trace artifact as artifacts219 mini pipeline graph220 renders a mini pipeline graph221 when clicking a stage badge222 opens a dropdown223 is possible to cancel pending build224 for a failed pipeline225 displays the failure reason226 with pagination227 renders pagination228 renders second page of pipelines229 shows updated content230 GET /:project/pipelines/show231 shows a graph with grouped stages232 POST /:project/pipelines233 for valid commit234 with gitlab-ci.yml235 creates a new pipeline236 when variables are specified237 creates a new pipeline with variables238 without gitlab-ci.yml239 is expected to have text "Missing CI config file"240 creates a pipeline after first request failed and a valid gitlab-ci.yml file is available when trying again241 Run Pipelines242 new pipeline page243 has field to add a new pipeline244 find pipelines245 shows filtered pipelines246 Reset runner caches247 has a clear caches button248 user clicks the button249 when project already has jobs_cache_index250 increments jobs_cache_index251 when project does not have jobs_cache_index252 sets jobs_cache_index to 1253 Empty State254 renders empty state255 when user is not logged in256 when project is public257 without pipelines258 is expected to have text "This project is not currently set up to run pipelines."259 when project is private260 redirects the user to sign_in and displays the flash alert261Pages262 when editing normally263 when user is the owner264 does not see anything to destroy265 when pages deployed266 renders Access pages267 renders first deployment warning268 does not render access control warning269 when pages are disabled in the project settings270 renders disabled warning271 when access control is enabled in gitlab settings272 renders access control warning273 when pages are public274 does not render access control warning275 when support for external domains is disabled276 renders message that support is disabled277 when pages are exposed on external HTTP address278 allows to add new domain279 behaves like adds new domain280 adds new domain281 when project in group namespace282 behaves like adds new domain283 adds new domain284 when pages domain is added285 renders certificates is disabled286 does not adds new domain and renders error message287 when pages are exposed on external HTTPS address288 adds new domain with certificate289 shows validation error if domain is duplicated290 with dns verification enabled291 shows the DNS verification record292 updating the certificate for an existing domain293 allows the certificate to be updated294 allows the certificate to be removed295 shows the DNS CNAME record296 when the certificate is invalid297 tells the user what the problem is298 project settings page299 renders "Pages" tab300 when pages are disabled301 does not render "Pages" tab302 HTTPS settings303 tries to change the setting304 setting could not be updated305 tries to change the setting306 non-HTTPS domain exists307 the setting is disabled308 HTTPS pages are disabled309 the setting is unavailable310 Remove page311 when pages are deployed312 removes the pages313 when letsencrypt support is enabled314 when user is the owner315 does not see anything to destroy316 when pages deployed317 renders Access pages318 renders first deployment warning319 does not render access control warning320 when pages are disabled in the project settings321 renders disabled warning322 when access control is enabled in gitlab settings323 renders access control warning324 when pages are public325 does not render access control warning326 when support for external domains is disabled327 renders message that support is disabled328 when pages are exposed on external HTTP address329 allows to add new domain330 behaves like adds new domain331 adds new domain332 when project in group namespace333 behaves like adds new domain334 adds new domain335 when pages domain is added336 renders certificates is disabled337 does not adds new domain and renders error message338 when pages are exposed on external HTTPS address339 adds new domain with certificate340 shows validation error if domain is duplicated341 with dns verification enabled342 shows the DNS verification record343 updating the certificate for an existing domain344 allows the certificate to be updated345 allows the certificate to be removed346 shows the DNS CNAME record347 when the certificate is invalid348 tells the user what the problem is349 project settings page350 renders "Pages" tab351 when pages are disabled352 does not render "Pages" tab353 HTTPS settings354 tries to change the setting355 setting could not be updated356 tries to change the setting357 non-HTTPS domain exists358 the setting is disabled359 HTTPS pages are disabled360 the setting is unavailable361 Remove page362 when pages are deployed363 removes the pages364Group variables365 behaves like variable list366 shows list of variables367 adds new CI variable368 adds a new protected variable369 defaults to unmasked370 reveals and hides variables371 deletes variable372 edits variable373 edits variable to be protected374 edits variable to be unprotected375 edits variable to be unmasked376 edits variable to be masked377 handles multiple edits and deletion in the middle378 shows validation error box about duplicate keys379 shows validation error box about masking empty values380 shows validation error box about unmaskable values381 defaults to the application setting382 application setting is true383 defaults to protected384 shows a message regarding the changed default385 application setting is false386 defaults to unprotected387 does not show a message regarding the default388With original flow389 behaves like Signup390 username validation391 does not show an error border if the username is available392 does not show an error border if the username contains dots (.)393 does not show an error border if the username length is not longer than 255 characters394 shows an error border if the username already exists395 shows a success border if the username is available396 shows an error border if the username contains special characters397 shows an error border if the username is longer than 255 characters398 shows an error message if the username is longer than 255 characters399 shows an error message if the username is less than 2 characters400 shows an error message on submit if the username contains special characters401 shows an error border if the username contains emojis402 shows an error message if the username contains emojis403 shows a success message if the username is available404 shows an error message if the username is unavailable405 shows a success message if the username is corrected and then available406 with no errors407 when sending confirmation email408 when soft email confirmation is not enabled409 creates the user account and sends a confirmation email410 when soft email confirmation is enabled411 creates the user account and sends a confirmation email412 when sigining up with different cased emails413 creates the user successfully414 when not sending confirmation email415 creates the user account and goes to dashboard416 with errors417 displays the errors418 does not redisplay the password419 when terms are enforced420 requires the user to check the checkbox421 asks the user to accept terms before going to the dashboard422 when reCAPTCHA and invisible captcha are enabled423 when reCAPTCHA detects malicious behaviour424 prevents from signing up425 when invisible captcha detects malicious behaviour426 prevents from signing up427 behaves like Signup name validation428 new_user_name validation429 does not show an error border if the user's fullname length is not longer than 255 characters430 shows an error border if the user's fullname contains an emoji431 shows an error border if the user's fullname is longer than 255 characters432 shows an error message if the user's fullname is longer than 255 characters433 shows an error message if the username contains emojis434With experimental flow435 behaves like Signup436 username validation437 does not show an error border if the username is available438 does not show an error border if the username contains dots (.)439 does not show an error border if the username length is not longer than 255 characters440 shows an error border if the username already exists441 shows a success border if the username is available442 shows an error border if the username contains special characters443 shows an error border if the username is longer than 255 characters444 shows an error message if the username is longer than 255 characters445 shows an error message if the username is less than 2 characters446 shows an error message on submit if the username contains special characters447 shows an error border if the username contains emojis448 shows an error message if the username contains emojis449 shows a success message if the username is available450 shows an error message if the username is unavailable451 shows a success message if the username is corrected and then available452 with no errors453 when sending confirmation email454 when soft email confirmation is not enabled455 creates the user account and sends a confirmation email456 when soft email confirmation is enabled457 creates the user account and sends a confirmation email458 when sigining up with different cased emails459 creates the user successfully460 when not sending confirmation email461 creates the user account and goes to dashboard462 with errors463 displays the errors464 does not redisplay the password465 when terms are enforced466 requires the user to check the checkbox467 asks the user to accept terms before going to the dashboard468 when reCAPTCHA and invisible captcha are enabled469 when reCAPTCHA detects malicious behaviour470 prevents from signing up471 when invisible captcha detects malicious behaviour472 prevents from signing up473 behaves like Signup name validation474 new_user_first_name validation475 does not show an error border if the user's fullname length is not longer than 127 characters476 shows an error border if the user's fullname contains an emoji477 shows an error border if the user's fullname is longer than 127 characters478 shows an error message if the user's fullname is longer than 127 characters479 shows an error message if the username contains emojis480 behaves like Signup name validation481 new_user_last_name validation482 does not show an error border if the user's fullname length is not longer than 127 characters483 shows an error border if the user's fullname contains an emoji484 shows an error border if the user's fullname is longer than 127 characters485 shows an error message if the user's fullname is longer than 127 characters486 shows an error message if the username contains emojis487 when role is required488 after registering, it redirects to step 2 of the signup process, sets the name and role and then redirects to the original requested url489 when terms_opt_in experimental is enabled490 terms are checked by default491Issue Boards492 un-ordered issues493 has un-ordered issue as last issue494 moves un-ordered issue to top of list495 closed issues496 orders issues by closed_at497 ordering in list498 moves from middle to top499 moves from middle to bottom500 moves from top to bottom501 moves from bottom to top502 moves from top to middle503 moves from bottom to middle504 ordering when changing list505 moves to top of another list506 moves to bottom of another list507 moves to index of another list508Dashboard Todos509 User does not have todos510 shows "All done" message511 when the todo references a merge request512 renders the mr link with the extra attributes513 User has a todo514 has todo present515 shows due date as today516 behaves like deleting the todo517 is marked as done-reversible in the list518 shows Undo button519 updates todo count520 has not "All done" message521 behaves like deleting and restoring the todo522 is marked back as pending in the list523 shows Done button524 updates todo count525 todo is stale on the page526 behaves like deleting the todo527 is marked as done-reversible in the list528 shows Undo button529 updates todo count530 has not "All done" message531 behaves like deleting and restoring the todo532 is marked back as pending in the list533 shows Done button534 updates todo count535 User created todos for themself536 issue assigned todo537 shows issue assigned to yourself message538 marked todo539 shows you added a todo message540 mentioned todo541 shows you mentioned yourself message542 directly_addressed todo543 shows you directly addressed yourself message544 approval todo545 shows you set yourself as an approver message546 User has done todos547 has the done todo present548 restoring the todo549 is removed from the list550 updates todo count551 User has Todos with labels spanning multiple projects552 shows page with two Todos553 User has multiple pages of Todos554 is paginated555 is has the right number of pages556 mark all as done557 shows "All done" message!558 shows "Undo mark all as done" button559 undo mark all as done560 shows the restored todo list561 updates todo count562 shows "Mark all as done" button563 User has deleted a todo564 shows the restored todo list with the deleted todo565 User has a Build Failed todo566 shows the todo567 links to the pipelines for the merge request568 User has a todo regarding a design569 has todo present570 has a link that will take me to the design page571Group Packages572 when feature is not available573 packages feature is disabled by config574 gives 404575 when feature is available576 sidebar menu is open577 when there are packages578 allows you to navigate to the project page579 behaves like packages list580 shows a list of packages581 behaves like package details link582 navigates to the correct url583 sorting584 behaves like shared package sorting585 behaves like correctly sorted packages list586 ordered by Type and ascending false587 behaves like packages list588 shows a list of packages589 behaves like correctly sorted packages list590 ordered by Type and ascending true591 behaves like packages list592 shows a list of packages593 behaves like correctly sorted packages list594 ordered by Name and ascending false595 behaves like packages list596 shows a list of packages597 behaves like correctly sorted packages list598 ordered by Name and ascending true599 behaves like packages list600 shows a list of packages601 behaves like correctly sorted packages list602 ordered by Version and ascending false603 behaves like packages list604 shows a list of packages605 behaves like correctly sorted packages list606 ordered by Version and ascending true607 behaves like packages list608 shows a list of packages609 behaves like correctly sorted packages list610 ordered by Created and ascending false611 behaves like packages list612 shows a list of packages613 behaves like correctly sorted packages list614 ordered by Created and ascending true615 behaves like packages list616 shows a list of packages617 behaves like correctly sorted packages list618 ordered by Project and ascending false619 behaves like packages list620 shows a list of packages621 behaves like correctly sorted packages list622 ordered by Project and ascending true623 behaves like packages list624 shows a list of packages625 behaves like when there are no packages626 displays the empty message627Merge requests > User mass updates628 status629 does not exist in merged state630 close merge request631 closes merge request632 reopen merge request633 reopens merge request634 assignee635 set assignee636 updates merge request with assignee637 remove assignee638 removes assignee from the merge request639 milestone640 set milestone641 updates merge request with milestone642 unset milestone643 removes milestone from the merge request644Explore Groups645 when signed in646 behaves like renders public and internal projects647 is expected not to have text "project117"648 behaves like renders public and internal projects649 is expected not to have text "project120"650 behaves like renders public and internal projects651 is expected not to have text "project123"652 behaves like renders group in public groups area653 is expected to have text "group28"654 when signed out655 behaves like renders only public project656 is expected not to have text "project129"657 behaves like renders only public project658 is expected not to have text "project132"659 behaves like renders only public project660 is expected not to have text "project135"661 behaves like renders group in public groups area662 is expected to have text "group32"663 when visibility is restricted to public664 redirects to the sign in page665Search bar666 keyboard navigation667 makes item active668 selects item669 clear search button670 clears text671 hides by default672 hides after clicked673 hides when there is no text674 shows when there is text675 resets the dropdown hint filter676Reportable note on issue677 behaves like reportable note678 has an edit button679 has a `More actions` dropdown680 dropdown has Report and Delete links681 Report button links to a report page682Admin Mode Logout683unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.684unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.685unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.686 disable removes admin mode and redirects to root page687 disable shows flash notice688 on a read-only instance689 disable removes admin mode and redirects to root page690admin issues labels691 list692 renders labels list693 deletes label694 deletes all labels695 create696 creates new label697 does not creates label with invalid color698 does not creates label if label already exists699 edit700 changes bug label701User downloads artifacts702 when downloading703 via job id704 behaves like downloading705 downloads the zip706 via branch name and job name707 behaves like downloading708 downloads the zip709 via SHA710 behaves like downloading711 downloads the zip712Knapsack report was generated. Preview:713{714 "spec/features/projects/pipelines/pipelines_spec.rb": 214.42444825172424,715 "spec/features/projects/pages_spec.rb": 104.29840731620789,716 "spec/features/group_variables_spec.rb": 72.17433738708496,717 "spec/features/users/signup_spec.rb": 54.27399921417236,718 "spec/features/boards/issue_ordering_spec.rb": 47.64953970909119,719 "spec/features/dashboard/todos/todos_spec.rb": 35.70966958999634,720 "spec/features/groups/packages_spec.rb": 36.03638052940369,721 "spec/features/merge_requests/user_mass_updates_spec.rb": 22.325660467147827,722 "spec/features/explore/groups_spec.rb": 21.475680351257324,723 "spec/features/issues/filtered_search/search_bar_spec.rb": 15.32292366027832,724 "spec/features/reportable_note/issue_spec.rb": 13.02903962135315,725 "spec/features/admin/admin_mode/logout_spec.rb": 13.563291072845459,726 "spec/features/admin/admin_labels_spec.rb": 4.126887559890747,727 "spec/features/projects/artifacts/user_downloads_artifacts_spec.rb": 0.31967759132385254728}729Knapsack global time execution for tests: 10m 54s730Finished in 11 minutes 35 seconds (files took 46.02 seconds to load)731317 examples, 0 failures732Mon Aug 31 02:49:00 UTC 2020734Not uploading cache rails-v2-3 due to policy736Uploading artifacts...737coverage/: found 5 matching files and directories 738knapsack/: found 3 matching files and directories 739rspec_flaky/: found 4 matching files and directories 740rspec_profiling/: found 2 matching files and directories 741WARNING: tmp/capybara/: no matching files 742tmp/memory_test/: found 2 matching files and directories 743log/*.log: found 14 matching files and directories 744Uploading artifacts as "archive" to coordinator... ok id=710807224 responseStatus=201 Created token=mr3j3P6Y745Uploading artifacts...746junit_rspec.xml: found 1 matching files and directories 747Uploading artifacts as "junit" to coordinator... ok id=710807224 responseStatus=201 Created token=mr3j3P6Y748Job succeeded