rspec system pg11 10/24
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0-rc1 (669fc507)2 on docker-auto-scale-com 8a6210b84Using 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-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1598364619-0232c6e1...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 33% |********** | 334M 0:00:02 ETA23gitlab.tar.gz 65% |********************* | 661M 0:00:01 ETA24gitlab.tar.gz 96% |****************************** | 969M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 1004M 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 dbc1a472 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 (702959600)...39Downloading artifacts from coordinator... ok id=702959600 responseStatus=200 OK token=efr6uzds40Downloading artifacts for retrieve-tests-metadata (702959602)...41Downloading artifacts from coordinator... ok id=702959602 responseStatus=200 OK token=VgekGNeS42Downloading artifacts for setup-test-env (702959601)...43Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV44WARNING: 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 11 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==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 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=20200825.153228' -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 44 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.rb114RSpec'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)>')115Knapsack report generator started!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.044326349 seconds...122GFM autocomplete123Starting the Capybara driver server...124 when tribute_autocomplete feature flag is off125Capybara starting Puma...126* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller127* Min threads: 0, max threads: 4128* Listening on unix:///tmp/20200825-1840-18lugf8129 updates issue description with GFM reference130 opens quick action autocomplete when updating description131 opens autocomplete menu when field starts with text132 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters133 opens autocomplete menu for Username when field starts with text with item escaping HTML characters134 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters135 doesnt open autocomplete menu character is prefixed with text136 doesnt select the first item for non-assignee dropdowns137 does not open autocomplete menu when ":" is prefixed by a number and letters138 selects the first item for assignee dropdowns139 includes items for assignee dropdowns with non-ASCII characters in name140 selects the first item for non-assignee dropdowns if a query is entered141 if a selected value has special characters142 wraps the result in double quotes143 shows dropdown after a new line144 does not show dropdown when preceded with a special character145 does not throw an error if no labels exist146 doesn't wrap for assignee values147 doesn't wrap for emoji values148 doesn't open autocomplete after non-word character149 doesn't open autocomplete if there is no space before150 triggers autocomplete after selecting a quick action151 assignees152 lists users who are currently not assigned to the issue when using /assign153 shows dropdown on new issue form154 labels155 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters156 allows colons when autocompleting scoped labels157 allows colons when autocompleting scoped labels with double colons158 allows spaces when autocompleting multi-word labels159 only autocompletes the latest label160 does not autocomplete labels if no tilde is typed161 issues162 behaves like autocomplete suggestions163 suggests objects correctly164 merge requests165 behaves like autocomplete suggestions166 suggests objects correctly167 project snippets168 behaves like autocomplete suggestions169 suggests objects correctly170 label171 behaves like autocomplete suggestions172 suggests objects correctly173 milestone174 behaves like autocomplete suggestions175 suggests objects correctly176 when tribute_autocomplete feature flag is on177 updates issue description with GFM reference178 opens autocomplete menu when field starts with text179 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters180 opens autocomplete menu for Username when field starts with text with item escaping HTML characters181 selects the first item for assignee dropdowns182 includes items for assignee dropdowns with non-ASCII characters in name183 if a selected value has special characters184 wraps the result in double quotes185 shows dropdown after a new line186 does not show dropdown when preceded with a special character187 does not throw an error if no labels exist188 doesn't wrap for assignee values189 doesn't open autocomplete after non-word character190 triggers autocomplete after selecting a quick action191 assignees192 lists users who are currently not assigned to the issue when using /assign193 lists users who are currently not assigned to the issue when using /assign on the second line194 labels195 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters196 allows colons when autocompleting scoped labels197 allows colons when autocompleting scoped labels with double colons198 autocompletes multi-word labels199 only autocompletes the latest label200 does not autocomplete labels if no tilde is typed201 when other notes are destroyed202 keeps autocomplete key listeners203Thread Comments Merge Request204 behaves like thread comments205 clicking "Comment" will post a comment206 when the toggle is clicked207 has a "Comment" item (selected by default) and "Start thread" item208 closes the menu when clicking the toggle or body209 clicking the ul padding or divider should not change the text210 when selecting "Start thread"211 updates the submit button text and closes the dropdown212 updates the close button text213 typing does not change the close button text214 creating a thread215 clicking "Start thread" will post a thread216 can be replied to217 can be collapsed218 can be replied to after resolving219 shows resolved thread when toggled220 when opening the menu221 has "Start thread" selected222 when selecting "Comment"223 updates the submit button text and closes the dropdown224 updates the close button text225 typing does not change the close button text226 on a closed merge request227 shows a 'Comment & reopen merge request' button228 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected229Merge request > User edits MR230 non-fork merge request231 behaves like an editable merge request232 updates merge request233 description has autocomplete234 description has quick action autocomplete235 has class js-quick-submit in form236 warns about version conflict237 preserves description textarea height238 when "Remove source branch" is set239 allows to unselect "Remove source branch"240 for a forked project241 behaves like an editable merge request242 updates merge request243 description has autocomplete244 description has quick action autocomplete245 has class js-quick-submit in form246 warns about version conflict247 preserves description textarea height248 when "Remove source branch" is set249 allows to unselect "Remove source branch"250Projects > Settings > Repository settings251 for developer252 is not allowed to view253 for maintainer254 shows a disabled mirror255 Deploy tokens256 behaves like a deploy token in settings257 view deploy tokens258 add a new deploy token259 Deploy Keys260 get list of keys261 add a new deploy key262 edit an existing deploy key263 edit an existing public deploy key to be writable264 edit a deploy key from projects user has access to265 remove an existing deploy key266 remote mirror settings267 shows push mirror settings268 creates a push mirror that mirrors all branches269 creates a push mirror that only mirrors protected branches270 creates a push mirror that keeps divergent refs271 generates an SSH public key on submission272 when project mirroring is disabled273 hides remote mirror settings274 repository cleanup settings275 uploads an object map file276 with an existing mirror277 delete remote mirrors278 for admin279 when project mirroring is enabled280 shows mirror settings281 when project mirroring is disabled282 shows mirror settings283Project active tab284 on project Home285 behaves like page has active tab286 activates Project tab287 behaves like page has active sub tab288 activates Details sub tab289 on project Home/Activity290 behaves like page has active tab291 activates Project tab292 behaves like page has active sub tab293 activates Activity sub tab294 on project Repository295 behaves like page has active tab296 activates Repository tab297 on project Repository/Files298 behaves like page has active tab299 activates Repository tab300 behaves like page has active sub tab301 activates Files sub tab302 on project Repository/Commits303 behaves like page has active tab304 activates Repository tab305 behaves like page has active sub tab306 activates Commits sub tab307 on project Repository/Graph308 behaves like page has active tab309 activates Repository tab310 behaves like page has active sub tab311 activates Graph sub tab312 on project Repository/Compare313 behaves like page has active tab314 activates Repository tab315 behaves like page has active sub tab316 activates Compare sub tab317 on project Repository/Branches318 behaves like page has active tab319 activates Repository tab320 behaves like page has active sub tab321 activates Branches sub tab322 on project Repository/Tags323 behaves like page has active tab324 activates Repository tab325 behaves like page has active sub tab326 activates Tags sub tab327 on project Issues328 behaves like page has active tab329 activates Issues tab330 on project Issues/Milestones331 behaves like page has active tab332 activates Issues tab333 behaves like page has active sub tab334 activates Milestones sub tab335 on project Issues/Labels336 behaves like page has active tab337 activates Issues tab338 behaves like page has active sub tab339 activates Labels sub tab340 on project Merge Requests341 behaves like page has active tab342 activates Merge Requests tab343 on project Wiki344 behaves like page has active tab345 activates Wiki tab346 on project Members347 behaves like page has active tab348 activates Members tab349 on project Settings350 on project Settings/Integrations351 behaves like page has active tab352 activates Settings tab353 behaves like page has active sub tab354 activates Integrations sub tab355 on project Settings/Repository356 behaves like page has active tab357 activates Settings tab358 behaves like page has active sub tab359 activates Repository sub tab360 on project Analytics361 on project Analytics/Repository Analytics362 behaves like page has active tab363 activates Analytics tab364 behaves like page has active sub tab365 activates Repository sub tab366 on project Analytics/Cycle Analytics367 behaves like page has active tab368 activates Analytics tab369 behaves like page has active sub tab370 activates CI / CD sub tab371Merge request > User merges only if pipeline succeeds372 project does not have CI enabled373 allows MR to be merged374 when project has CI enabled375 when merge requests can only be merged if the pipeline succeeds376 when CI is running377 does not allow to merge immediately378 when CI failed379 does not allow MR to be merged380 when CI canceled381 does not allow MR to be merged382 when CI succeeded383 allows MR to be merged384 when CI skipped385 does not allow MR to be merged386 when merge requests can be merged when the build failed387 when CI is running388 allows MR to be merged immediately389 when CI failed390 allows MR to be merged391 when CI succeeded392 allows MR to be merged393Reportable note on merge request394 a normal note395 behaves like reportable note396 has an edit button397 has a `More actions` dropdown398 dropdown has Report and Delete links399 Report button links to a report page400 a diff note401 behaves like reportable note402 has an edit button403 has a `More actions` dropdown404 dropdown has Report and Delete links405 Report button links to a report page406Contributions Calendar407 calendar day selection408 displays calendar409 select calendar day410 displays calendar day activities411 select another calendar day412 displays different calendar day activities413 deselect calendar day414 hides calendar day activities415 calendar daily activities416 1 issue creation calendar activity417 behaves like a day with activity418 displays calendar activity square for 1 contribution419 issue title is shown on activity page420 displays calendar activity log421 1 comment calendar activity422 behaves like a day with activity423 displays calendar activity square for 1 contribution424 10 calendar activities425 behaves like a day with activity426 displays calendar activity square for 1 contribution427 calendar activity on two days428 displays calendar activity squares for both days429 displays calendar activity square for yesterday430 displays calendar activity square for today431 on smaller screens432 size xs433 behaves like hidden activity calendar434 hides the activity calender435Merge request > User cherry-picks436 Viewing a merged merge request437 without a merge commit438 does not show a Cherry-pick button439 with a merge commit440 shows a Cherry-pick button441 hides the cherry pick button for an archived project442 and seeing the cherry-pick modal443 shows the cherry-pick modal444 closes the cherry-pick modal with escape keypress445Container Registry446DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)447 has a page title set448DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)449 sidebar menu is open450 when there are no image repositories451DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)452 list page has no container title453 when there are image repositories454DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)455 list page has a list of images456DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)457 image repository delete is disabled458DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)459 navigates to repo details460 image repo details461DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)462 shows the details breadcrumb463DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)464 shows the image title465DEPRECATION WARNING: Class level methods will no longer inherit scoping from `for_group_and_its_subgroups` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `ContainerRepository.default_scoped`. (called from block in <class:ContainerRepository> at /builds/gitlab-org/gitlab/app/models/container_repository.rb:25)466 user removes a specific tag from container repository467Functions468 when user does not have a cluster and visits the serverless page469 behaves like it's missing knative installation470 sees an empty state require Knative installation471 when the user does have a cluster and visits the serverless page472 behaves like it's missing knative installation473 sees an empty state require Knative installation474 when the user has a cluster and knative installed and visits the serverless page475 when there are no functions476 sees an empty listing of serverless functions477 when there are functions478 does not see an empty listing of serverless functions479Projects > Settings > Webhook Settings480 for developer481 to be disallowed to view482 for maintainer483 Webhooks484 show list of webhooks485 create webhook486 edit existing webhook487 test existing webhook488 delete existing webhook489 from webhooks list page490 from webhook edit page491 Webhook logs492 show list of hook logs493 show hook log details494 retry hook log495Admin mode for workers496 as a regular user497 cannot delete user498 as an admin user499 when admin mode disabled500 cannot delete user501 when admin mode enabled502unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.503unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.504unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.505 can delete user506Disable individual triggers507 service has multiple supported events508 shows trigger checkboxes509 services only has one supported event510 doesn't show unnecessary Trigger checkboxes511User expands diff512 allows user to expand diff513Groups > Members > Request access514 request access feature is disabled515 user can request access to a group516 user does not see private projects517 user does not see group in the Dashboard > Groups page518 user is not listed in the group members page519 user can withdraw its request for access520 member does not see the request access button521User activates Asana522 activates service523PackageFiles524 does not allow direct download when no access to the project525 gives 404 when no package file exist526 user with master role527 allows direct download by url528 renders the download link with the correct url529 does not allow download of package belonging to different project530Projects > Files > User wants to add a .gitlab-ci.yml file531 user can pick a template from the dropdown532Projects > Settings > User archives a project533 when a project is archived534 unarchives a project535 when a project is unarchived536 archives a project537Users views raw design image files538 serves the latest design version when no ref is given539 serves the correct design version when a ref is given540Knapsack report was generated. Preview:541{542 "spec/features/issues/gfm_autocomplete_spec.rb": 249.31771612167358,543 "spec/features/discussion_comments/merge_request_spec.rb": 115.26043510437012,544 "spec/features/merge_request/user_edits_mr_spec.rb": 64.64318370819092,545 "spec/features/projects/settings/repository_settings_spec.rb": 66.27441573143005,546 "spec/features/projects/active_tabs_spec.rb": 41.64529275894165,547 "spec/features/merge_request/user_merges_only_if_pipeline_succeeds_spec.rb": 46.595497369766235,548 "spec/features/reportable_note/merge_request_spec.rb": 45.23878192901611,549 "spec/features/calendar_spec.rb": 28.884018659591675,550 "spec/features/merge_request/user_sees_cherry_pick_modal_spec.rb": 25.146299123764038,551 "spec/features/groups/container_registry_spec.rb": 19.586843490600586,552 "spec/features/projects/serverless/functions_spec.rb": 16.707988739013672,553 "spec/features/projects/settings/webhooks_settings_spec.rb": 12.834666967391968,554 "spec/features/admin/admin_mode/workers_spec.rb": 10.649381637573242,555 "spec/features/projects/services/disable_triggers_spec.rb": 6.538969993591309,556 "spec/features/merge_request/user_expands_diff_spec.rb": 11.240890264511108,557 "spec/features/groups/members/request_access_spec.rb": 8.9235680103302,558 "spec/features/projects/services/user_activates_asana_spec.rb": 5.982083320617676,559 "spec/features/projects/package_files_spec.rb": 6.883415222167969,560 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 5.977714776992798,561 "spec/features/projects/settings/user_archives_project_spec.rb": 2.979389190673828,562 "spec/features/projects/issues/design_management/user_views_design_images_spec.rb": 0.2643580436706543563}564Knapsack global time execution for tests: 13m 11s565Finished in 14 minutes 1 second (files took 53.78 seconds to load)566222 examples, 0 failures567Tue Aug 25 15:48:22 UTC 2020569Not uploading cache rails-v2-3 due to policy571Uploading artifacts...572coverage/: found 5 matching files and directories 573knapsack/: found 3 matching files and directories 574rspec_flaky/: found 4 matching files and directories 575rspec_profiling/: found 2 matching files and directories 576WARNING: tmp/capybara/: no matching files 577tmp/memory_test/: found 2 matching files and directories 578log/*.log: found 13 matching files and directories 579Uploading artifacts as "archive" to coordinator... ok id=702959698 responseStatus=201 Created token=9nyPXdok580Uploading artifacts...581junit_rspec.xml: found 1 matching files and directories 582Uploading artifacts as "junit" to coordinator... ok id=702959698 responseStatus=201 Created token=9nyPXdok583Job succeeded