rspec-ee system pg11 3/6
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 ...11Starting service elasticsearch:6.4.2 ...12Pulling docker image elasticsearch:6.4.2 ...13Using docker image sha256:e47ebd7ec3eef5e48746af2ae376f180bbfbd23c7514b5b18a116f8349eb4c34 for elasticsearch:6.4.2 ...14Waiting for services to be up and running...15Authenticating with credentials from job payload (GitLab Registry)16Pulling 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 ...17Using 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 ...19Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1598364589-c4acbf7b...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.204.128:443)24saving to '/tmp/gitlab.tar.gz'25gitlab.tar.gz 4% |* | 45.7M 0:00:20 ETA26gitlab.tar.gz 22% |******* | 226M 0:00:06 ETA27gitlab.tar.gz 39% |************ | 396M 0:00:04 ETA28gitlab.tar.gz 54% |***************** | 544M 0:00:03 ETA29gitlab.tar.gz 75% |************************ | 756M 0:00:01 ETA30gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA31'/tmp/gitlab.tar.gz' saved32Extracting tarball into /builds/gitlab-org/gitlab...33Fetching changes with git depth set to 20...34Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/35Created fresh repository.36Checking out dbc1a472 as master...37Skipping Git submodules setup39Checking cache for rails-v2-3...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/rails-v2-3 41Successfully extracted cache43Downloading artifacts for compile-test-assets (702959600)...44Downloading artifacts from coordinator... ok id=702959600 responseStatus=200 OK token=efr6uzds45Downloading artifacts for retrieve-tests-metadata (702959602)...46Downloading artifacts from coordinator... ok id=702959602 responseStatus=200 OK token=VgekGNeS47Downloading artifacts for setup-test-env (702959601)...48Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV49WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 51$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb52$ export GOPATH=$CI_PROJECT_DIR/.go53$ mkdir -p $GOPATH54$ source scripts/utils.sh55$ source scripts/prepare_build.sh56Bundler version 1.17.257$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet58==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.59$ bundle check60Warning: 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`.61The Gemfile's dependencies are satisfied62==> 'bundle check' succeeded in 1 seconds.63$ bundle pristine pg64Warning: 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`.65Installing pg 1.2.2 with native extensions66==> 'bundle pristine pg' succeeded in 12 seconds.67$ gem install knapsack --no-document68Successfully installed knapsack-1.18.0691 gem installed70==> 'gem install knapsack --no-document' succeeded in 1 seconds.71$ setup_db_user_only72CREATE ROLE73GRANT74==> 'setup_db_user_only' succeeded in 0 seconds.75$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee76Dropped database 'gitlabhq_test'77Created database 'gitlabhq_test'78Dropped database 'gitlabhq_geo_test'79Created database 'gitlabhq_geo_test'80$ run_timed_command "scripts/gitaly-test-build"81==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 33 seconds.82$ scripts/gitaly-test-build83Settings are listed in order of priority. The top value will be used.84retry85Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 386path87Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"88jobs89Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 490app_config91Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"92gemfile93Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"94flags95Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"96silence_root_warning97Set via BUNDLE_SILENCE_ROOT_WARNING: true98go 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.153309' -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-wrapper99install /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/gitaly100Checking gitaly-ruby Gemfile...101Checking gitaly-ruby bundle...102Warning: 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`.103The Gemfile's dependencies are satisfied104Trying to connect to gitaly: ........ OK105Trying to connect to praefect: ........ OK106==> 'scripts/gitaly-test-build' succeeded in 48 seconds.107$ run_timed_command "scripts/gitaly-test-spawn"108$ scripts/gitaly-test-spawn109Checking gitaly-ruby Gemfile...110Checking gitaly-ruby bundle...111Warning: 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`.112The Gemfile's dependencies are satisfied113Trying to connect to gitaly: ......... OK114Trying to connect to praefect: ........ OK115==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.116$ source scripts/rspec_helpers.sh117$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"118KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb119RSpec'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)>')120Knapsack report generator started!121Run options:122 include {:focus=>true}123 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}124All examples were filtered out; ignoring {:focus=>true}125==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...126 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.049127917 seconds...127Two merge requests on a merge train128 creates a pipeline for merge request 1129 creates a pipeline for merge request 2130 does not merge anything yet131 when the pipeline for merge request 1 succeeded132 merges merge request 1133 behaves like has an intact pipeline for merge request 2134 does not create a new pipeline for merge request 2135 when the pipeline for merge request 2 succeeded136 merges merge request 2137 when the pipeline for merge request 1 failed138 behaves like drops merge request 1 from the merge train139 drops merge request 1 from the merge train140 behaves like re-creates a pipeline for merge request 2141 has recreated pipeline142 when the pipeline for merge request 2 succeeded143 merges merge request 2144 when merge request 1 is canceled by a user145 behaves like drops merge request 1 from the merge train146 drops merge request 1 from the merge train147 behaves like re-creates a pipeline for merge request 2148 has recreated pipeline149 when the pipeline for merge request 2 succeeded150 merges merge request 2151 when merge request 1 got a new commit152 behaves like drops merge request 1 from the merge train153 drops merge request 1 from the merge train154 behaves like re-creates a pipeline for merge request 2155 has recreated pipeline156 when the pipeline for merge request 2 succeeded157 merges merge request 2158 when merge request 1 is not mergeable159 behaves like drops merge request 1 from the merge train160 drops merge request 1 from the merge train161 behaves like re-creates a pipeline for merge request 2162 has recreated pipeline163 when the pipeline for merge request 2 succeeded164 merges merge request 2165 when master got a new commit166 re-creates a pipeline for merge request 1167 re-creates a pipeline for merge request 2168 does not recreate pipeline when merge request 1 refreshed again169 when the pipeline for merge request 1 succeeded170 merges merge request 1171 when the pipeline for merge request 2 succeeded172 merges merge request 2173Merge request > User sets approvers174Starting the Capybara driver server...175 when editing an MR with a different author176Capybara starting Puma...177* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller178* Min threads: 0, max threads: 4179* Listening on unix:///tmp/20200825-1825-fhyka7180 does not allow setting the author as an approver but allows setting the current user as an approver181 when creating an MR from a fork182 allows setting other users as approvers but does not allow setting the current user as an approver, and filters non members from approvers list183 Group approvers184 when creating an MR185 allows setting groups as approvers186 allows delete approvers group when it is set in project187 when editing an MR with a different author188 allows setting groups as approvers189 allows delete approvers group when it`s set in project190 allows changing approvals number191issue boards192 with group and reporter193 can edit board name194 add list dropdown195 shows tabbed dropdown with labels list and assignees list196 shows simple dropdown with only labels list197 swimlanes dropdown198 feature flag on199 does not show Group by dropdown when user is not logged in200 shows Group by dropdown when user is logged in201 feature flag off202 does not show Group by dropdown when user is not logged in203 does not show Group by dropdown when user is logged in204 total weight205 shows total weight for backlog206 updates weight when moving to list207 unlicensed208 hides weight209 locked milestone210 does not have remove button211 is not able to be backspaced212 list header213 When FF is turned on214 when max issue count is set215 displays issue and max issue size216 list settings217 When license is available218 shows the list settings button219 when settings button is clicked220 shows the board list settings sidebar221 when boards setting sidebar is open222 when user clicks Remove Limit223 sets max issue count to zero224 when the user is editing a wip limit and clicks close225 updates the max issue count wip limit226 when user off clicks227 updates the max issue count wip limit228 When user sets max issue count to 0229 updates the max issue count wip limit to None230 when user hits enter231 updates the max issue count wip limit232 When license is not available233 does not show the list settings button234Epic Issues235 when user is not a group member of a public group236/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rspec-mocks-3.9.1/lib/rspec/mocks/mutate_const.rb:234: warning: already initialized constant Epic::Metrics237/builds/gitlab-org/gitlab/ee/app/models/epic/metrics.rb:3: warning: previous definition of Metrics was here238/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/rspec-mocks-3.9.1/lib/rspec/mocks/mutate_const.rb:234: warning: already initialized constant Epic::NotesAssociationExtension239/builds/gitlab-org/gitlab/vendor/ruby/2.6.0/gems/activerecord-6.0.3.1/lib/active_record/associations/builder/collection_association.rb:27: warning: previous definition of NotesAssociationExtension was here240 user can see issues from public project but cannot delete the associations241 user cannot add new issues to the epic242 user cannot add new epics to the epic243 when user is a group member244 user can add new issues to the epic245 user does not see the linked issues part of the form when they click "Add an existing issue"246 handling epics247 user can display create new epic form by clicking the dropdown item248 handling epic issues249 user can see all issues of the group and delete the associations250 user cannot add new issues to the epic from another group251 user can add new issues to the epic252 user cannot add new issue that does not exist253 handling epic links254 when subepics feature is enabled255 user can see all epics of the group and delete the associations256 user cannot add new epic that does not exist257 user can add new epics to the epic258 when epics are nested too deep259 user cannot add new epic when hierarchy level limit has been reached260 when subepics feature is disabled261 user can not add new epics to the epic262Project mirror263 On a project264 when mirror was updated successfully265 shows the last successful at timestamp266 when mirror was never updated successfully267 shows that mirror has never been updated268 with Update now button269 when able to force update270 forces import271 when unable to force update272 disables Update now button273 when the project is archived274 disables Update now button275 configuration276 password authentication277 can be set up278 can be changed to unauthenticated279 can be recreated after an SSH mirror is set280 SSH public key authentication281 can be set up282 host key management283 fills fingerprints and host keys when detecting284 displays error if detection fails285 allows manual host keys entry286 authentication methods287 shows SSH related fields for an SSH URL288 hides SSH-related fields for a HTTP URL289Update Epic290 when user who is not a group member displays the epic291 does not show the Edit button292 when user with developer access displays the epic293 updates the tasklist294 update form295 updates the epic296 updates the epic and keep the description saved across reload297 creates a todo only for mentioned users298 edits full screen299 uploads a file when dragging into textarea300 autocomplete enabled301 opens atwho container302 epic sidebar303 opens datepicker when clicking Edit button304 when user with owner access displays the epic305 shows delete button inside the edit form306Issue promotion307 when epics feature is disabled308 does not promote the issue309 when epics feature is enabled310 when current user does not have permissions to promote an issue311 does not promote the issue312 when current user can promote an issue313 displays warning314 promotes the issue315 if there is a remove resource milestone event316 promotes the issue317 when issue is confidential318 displays warning319 promotes the issue320Labels Hierarchy321 scoped boards322 for group boards323 behaves like filter for scoped boards324 scopes board to ancestor and descendant labels325 for project boards326 behaves like filter for scoped boards327 scopes board to ancestor and descendant labels328Filter issues weight329 only weight330 filter issues by searched weight331 weight with other filters332 filters issues by searched weight and text333 filters issues by searched weight, author and text334 filters issues by searched weight, author, assignee and text335 filters issues by searched weight, author, assignee, label and text336 filters issues by searched weight, milestone and text337Project > Members > Invite group and members338 Share group lock339 for a project in a root group340 when the group has "Share with group lock" and "Member lock" disabled341 the project can be shared with another group342 behaves like the project can be shared with groups and members343 both member and group tabs exist344 when the group has "Share with group lock" enabled345 behaves like the project cannot be shared with groups346 user is only able to share with members347 when the group has membership lock enabled348 behaves like the project cannot be shared with members349 user is only able to share with groups350 when the group has membership lock and "Share with group lock" enabled351 behaves like the project cannot be shared with groups and members352 no tabs or share content exists353 for a project in a subgroup354 when the root_group has "Share with group lock" and membership lock disabled355 when the subgroup has "Share with group lock" and membership lock disabled356 behaves like the project can be shared with groups and members357 both member and group tabs exist358 when the subgroup has "Share with group lock" enabled359 behaves like the project cannot be shared with groups360 user is only able to share with members361 when the subgroup has membership lock enabled362 behaves like the project cannot be shared with members363 user is only able to share with groups364 when the group has membership lock and "Share with group lock" enabled365 behaves like the project cannot be shared with groups and members366 no tabs or share content exists367 when the root_group has "Share with group lock" and membership lock enabled368 behaves like the project cannot be shared with groups369 user is only able to share with members370 when the subgroup has "Share with group lock" and membership lock disabled (parent overridden)371 behaves like the project can be shared with groups and members372 both member and group tabs exist373 when the subgroup has membership lock enabled (parent overridden)374 behaves like the project cannot be shared with groups and members375 no tabs or share content exists376 when the subgroup has "Share with group lock" enabled (parent overridden)377 behaves like the project cannot be shared with groups378 user is only able to share with members379 when the subgroup has "Share with group lock" and membership lock enabled380 behaves like the project cannot be shared with groups and members381 no tabs or share content exists382Project settings > [EE] repository383 unlicensed384 does not show pull mirror settings385 licensed386 shows pull mirror settings387 pull_mirror_branch_prefix feature flag disabled388 shows pull mirror settings389 mirrored external repo390 does not show personal access token391 with an existing pull mirror392 deletes the mirror393 with a non-mirrored imported project394 does not show a pull mirror395Groups > Audit Events396 has Audit Events button in head nav bar397 unlicensed398 returns 404399 does not have Audit Events button in head nav bar400 changing a user access level401 appears in the group's audit events402 filter by date403 behaves like audit events date filter404 shows only 2 days old events405 shows only yesterday events406 shows a message if provided date is invalid407[EE] Private Project Access408 GET/:project_path/insights409 is expected to be allowed for admin410 is expected to be allowed for auditor411 is expected to be allowed for owner412 is expected to be allowed for maintainer413 is expected to be allowed for developer414 is expected to be allowed for reporter415 is expected to be allowed for guest416 is expected to be denied for user417 is expected to be denied for external418 is expected to be denied for visitor419 GET /:project_path420 is expected to be allowed for auditor421 GET /:project_path/-/tree/master422 is expected to be allowed for auditor423 GET /:project_path/-/commits/master424 is expected to be allowed for auditor425 GET /:project_path/-/commit/:sha426 is expected to be allowed for auditor427 GET /:project_path/-/compare428 is expected to be allowed for auditor429 GET /:project_path/-/project_members430 is expected to be allowed for auditor431 GET /:project_path/-/blob432 is expected to be allowed for auditor433 GET /:project_path/edit434 is expected to be denied for auditor435 GET /:project_path/deploy_keys436 is expected to be denied for auditor437 GET /:project_path/issues438 is expected to be allowed for auditor439 GET /:project_path/snippets440 is expected to be allowed for auditor441 GET /:project_path/-/merge_requests442 is expected to be allowed for auditor443 GET /:project_path/-/branches444 is expected to be allowed for auditor445 GET /:project_path/-/tags446 is expected to be allowed for auditor447 GET /:project_path/-/settings/integrations448 is expected to be denied for auditor449 GET /:project_path/-/environments450 is expected to be allowed for auditor451 GET /:project_path/-/environments/:id452 is expected to be allowed for auditor453 GET /:project_path/-/environments/new454 is expected to be denied for auditor455 when license blocks changes456 GET /:project_path/issues/new457 is expected to be denied for maintainer458 is expected to be denied for reporter459 is expected to be denied for admin460 is expected to be denied for guest461 is expected to be denied for user462 is expected to be denied for auditor463 is expected to be denied for visitor464 GET /:project_path/-/merge_requests/new465 is expected to be denied for maintainer466 is expected to be denied for reporter467 is expected to be denied for admin468 is expected to be denied for guest469 is expected to be denied for user470 is expected to be denied for auditor471 is expected to be denied for visitor472 GET /:project_path/container_registry473 is expected to be allowed for auditor474User approves a merge request475 when user can approve476 approves a merge request477 when a merge request is approved additionally478 shows multiple approvers beyond the needed count (PENDING: Temporarily skipped with xit)479 doesn't show the add approval when a merge request is closed480 when user cannot approve481 does not approves a merge request482Merge request > User edits MR with approval rules483 shows approval rules484 allows user to create approval rule485 with public group486 with empty search, does not show public group487 with non-empty search, shows public group488Project settings > Issues489 when Issues are initially enabled490 when Pipelines are initially enabled491 shows the Issues settings492 when Issues are initially disabled493 does not show the Issues settings494 issuable default templates feature not available495 input to configure issue template is not shown496 issuable default templates feature is available497 input to configure issue template is not shown498Feature flag issue links499 linking a feature flag to an issue500 user can link a feature flag to an issue501 user sees simple form without relates to / blocks / is blocked by radio buttons502 autocompletes issues503 when the feature is disabled504 does not show the related issues widget505 unlinking a feature flag from an issue506 user can unlink a feature flag from an issue507Account recovery regular check callout508 when signed in509 shows callout if not dismissed510 hides callout when user opens profile511 hides callout when user clicks close512 shows callout on next session if user did not dismissed it513Group Dependency Proxy514 feature settings515 when not logged in and feature disabled516 does not show the feature settings517 feature is available518 when logged in as group developer519 sidebar menu is open520 toggles defaults to enabled521 shows the proxy URL522 hides the proxy URL when feature is disabled523 when logged in as group reporter524 does not show the feature toggle but shows the proxy URL525 feature is not avaible526 group is private527 informs user that feature is only available for public groups528 feature is not supported by the license529 renders 404 page530 feature is disabled globally531 renders 404 page532GFM autocomplete EE533 assignees534 when tribute_autocomplete feature flag is off535 only lists users who are currently assigned to the issue when using /unassign536 when tribute_autocomplete feature flag is on537 only lists users who are currently assigned to the issue when using /unassign538[EE] Public Group access539 GET /groups/:path/-/insights540 is expected to be allowed for admin541 is expected to be allowed for auditor542 is expected to be allowed for owner543 is expected to be allowed for maintainer544 is expected to be allowed for developer545 is expected to be allowed for reporter546 is expected to be allowed for guest547 is expected to be allowed for the specified user548 is expected to be allowed for user549 is expected to be allowed for external550 is expected to be allowed for visitor551 GET /groups/:path552 is expected to be allowed for auditor553 GET /groups/:path/-/issues554 is expected to be allowed for auditor555 GET /groups/:path/-/merge_requests556 is expected to be allowed for auditor557 GET /groups/:path/-/group_members558 is expected to be allowed for auditor559 GET /groups/:path/-/edit560 is expected to be denied for auditor561Groups > Contribution Analytics562 visit Contribution Analytics page for group563 displays Contribution Analytics564Merge request > User uses quick actions565 merge-request-only commands566 adding a weight from a note567 does not recognize the command nor create a note568Group Boards569 deletes a group issue board570issue resource weight events571 when user displays the issue572 shows both notes and resource weight event synthetic notes573New group screen574 shows the progress bar with the correct steps575 autofills the group path576Dashboard issues577 behaves like dashboard gold trial callout578 hides promotion callout if not .com579 .com580 shows dismissable promotion callout if default dashboard581 hides dismissable promotion callout if not default dashboard582 hides promotion callout if a trial is active583 hides promotion callout if user owns a paid namespace584Dashboard activity585 behaves like dashboard gold trial callout586 hides promotion callout if not .com587 .com588 shows dismissable promotion callout if default dashboard589 hides dismissable promotion callout if not default dashboard590 hides promotion callout if a trial is active591 hides promotion callout if user owns a paid namespace592Group overview593 when the default value of "Group Overview content" preference is used594 displays the Details view595 when Security Dashboard view is set as default596 and Security Dashboard feature is not available for a group597 displays the "Security Dashboard unavailable" empty state598Project settings > [EE] repository599 editing a push rule600 push rules licensed601 displays the new value in the form602 saves the new value603 push rules unlicensed604 hides push rule settings605Issue Boards add issue modal606 shows weight filter607Admin uploads license608 when license key is provided in the query string609 when license is active immediately610 installs license611 when license starts in the future612 installs license613 when license key is not provided in the query string, as it is a repeat trial614 shows an info banner for repeat trial615 uploading license616 when license is valid617 when license is active immediately618 uploads license619 when license starts in the future620 when a current license exists621 uploads license622 when no current license exists623 uploads license624 when license is invalid625 doesn't upload license626Public Project Snippets Access627 GET /:project_path/snippets628 is expected to be allowed for auditor629 GET /:project_path/snippets/new630 is expected to be denied for auditor631 GET /:project_path/snippets/:id632 for a public snippet633 is expected to be allowed for auditor634 for an internal snippet635 is expected to be allowed for auditor636 for a private snippet637 is expected to be allowed for auditor638 GET /:project_path/snippets/:id/raw639 for a public snippet640 is expected to be allowed for auditor641 for an internal snippet642 is expected to be allowed for auditor643 for a private snippet644 is expected to be allowed for auditor645Admin interacts with push rules646 when reject_unsigned_commits is unlicensed647 is expected not to have text "Reject unsigned commits"648 when reject_unsigned_commits is licensed649 is expected to have text "Reject unsigned commits"650 when commit_committer_check is unlicensed651 is expected not to have text "Committer restriction"652 when commit_committer_check is licensed653 is expected to have text "Committer restriction"654 when creating push rule655 creates new rule656Admin views license657 when license is valid658 shows license659 when license is regular660 when license expired661 is expected to have text "Your subscription expired!"662 when license blocks changes663 is expected to have text "You didn't renew your Starter subscription so it was downgraded to the GitLab Core Plan"664 when viewing license history665 shows licensee666Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.667Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.668Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.669Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.670 highlights the current license with a css class671 with limited users672 shows panel counts673 when existing licenses only contain a future-dated license674 when viewing license history675 shows licensee676 has no highlighted license677Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.678Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.679Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.680Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead.681 shows only the future-dated license682EE > Projects > Settings > User manages issue template683 saves issue template684Subscriptions Content Security Policy685 when there is no global CSP config686 is expected to be blank687 when a global CSP config exists688 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"689 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"690 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"691 when just a default CSP config exists692 is expected to include "default-src 'self' https://some-cdn.test"693 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"694 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"695 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"696Group value stream analytics697 pushes frontend feature flags698 when `value_stream_analytics_path_navigation` is disabled for a group699 pushes disabled feature flag to the frontend700 when `value_stream_analytics_create_multiple_value_streams` is disabled for a group701 pushes disabled feature flag to the frontend702Admin unsubscribes from notification703 unsubscribes from notifications704GroupAnalytics705 when the feature is enabled706 renders the container707 when the feature is disabled708 does not render the container709Admin::Projects710 GET /admin/projects711 is expected to be denied for auditor712 GET /admin/users713 is expected to be denied for auditor714 GET /admin/hooks715 is expected to be denied for auditor716Knapsack report was generated. Preview:717{718 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 157.25435256958008,719 "ee/spec/features/merge_request/user_sets_approvers_spec.rb": 94.38674807548523,720 "ee/spec/features/boards/boards_spec.rb": 74.36929869651794,721 "ee/spec/features/epics/epic_issues_spec.rb": 86.18433928489685,722 "ee/spec/features/projects/mirror_spec.rb": 60.282336473464966,723 "ee/spec/features/epics/update_epic_spec.rb": 41.567830324172974,724 "ee/spec/features/epics/issue_promotion_spec.rb": 41.168473958969116,725 "ee/spec/features/labels_hierarchy_spec.rb": 32.81281280517578,726 "ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb": 33.15583515167236,727 "ee/spec/features/projects/members/invite_group_and_members_spec.rb": 29.792742252349854,728 "ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb": 28.716191053390503,729 "ee/spec/features/groups/audit_events_spec.rb": 19.64530372619629,730 "ee/spec/features/security/project/private_access_spec.rb": 19.661850452423096,731 "ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb": 19.467167854309082,732 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 17.859094858169556,733 "ee/spec/features/projects/settings/issues_settings_spec.rb": 16.46955966949463,734 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 14.410572052001953,735 "ee/spec/features/account_recovery_regular_check_spec.rb": 11.206040620803833,736 "ee/spec/features/groups/dependency_proxy_spec.rb": 12.428922414779663,737 "ee/spec/features/issues/gfm_autocomplete_ee_spec.rb": 11.190887212753296,738 "ee/spec/features/security/group/public_access_spec.rb": 6.924788236618042,739 "ee/spec/features/groups/contribution_analytics_spec.rb": 5.810041666030884,740 "ee/spec/features/merge_request/user_uses_slash_commands_spec.rb": 6.748512506484985,741 "ee/spec/features/boards/group_boards/board_deletion_spec.rb": 5.8726372718811035,742 "ee/spec/features/issues/resource_weight_events_spec.rb": 3.7691876888275146,743 "ee/spec/features/registrations/new_group_spec.rb": 6.080193519592285,744 "ee/spec/features/dashboards/issues_spec.rb": 5.6063313484191895,745 "ee/spec/features/dashboards/activity_spec.rb": 5.113589525222778,746 "ee/spec/features/groups/group_overview_spec.rb": 4.162015676498413,747 "ee/spec/features/projects/settings/push_rules_settings_spec.rb": 3.9240310192108154,748 "ee/spec/features/boards/add_issues_modal_spec.rb": 3.935413122177124,749 "ee/spec/features/admin/licenses/admin_uploads_license_spec.rb": 3.423750877380371,750 "ee/spec/features/security/project/snippet/public_access_spec.rb": 2.8403730392456055,751 "ee/spec/features/admin/admin_interacts_with_push_rules_spec.rb": 1.8992524147033691,752 "ee/spec/features/admin/licenses/admin_views_license_spec.rb": 1.988661766052246,753 "ee/spec/features/projects/settings/user_manages_issues_template_spec.rb": 1.4115104675292969,754 "ee/spec/features/subscriptions_spec.rb": 1.4353065490722656,755 "ee/spec/features/groups/analytics/cycle_analytics_spec.rb": 1.4309964179992676,756 "ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb": 0.5705409049987793,757 "ee/spec/features/analytics/group_analytics_spec.rb": 0.8629274368286133,758 "ee/spec/features/security/admin_access_spec.rb": 0.3836641311645508759}760Knapsack global time execution for tests: 14m 56s761Pending: (Failures listed here are expected and do not affect your suite's status)762 1) User approves a merge request when a merge request is approved additionally shows multiple approvers beyond the needed count763 # Temporarily skipped with xit764 # ./ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb:40765Finished in 16 minutes 4 seconds (files took 1 minute 0.04 seconds to load)766292 examples, 0 failures, 1 pending767Tue Aug 25 15:51:19 UTC 2020769Not uploading cache rails-v2-3 due to policy771Uploading artifacts...772coverage/: found 5 matching files and directories 773knapsack/: found 3 matching files and directories 774rspec_flaky/: found 4 matching files and directories 775rspec_profiling/: found 2 matching files and directories 776WARNING: tmp/capybara/: no matching files 777tmp/memory_test/: found 2 matching files and directories 778log/*.log: found 14 matching files and directories 779Uploading artifacts as "archive" to coordinator... ok id=702959778 responseStatus=201 Created token=o_FvTn93780Uploading artifacts...781junit_rspec.xml: found 1 matching files and directories 782Uploading artifacts as "junit" to coordinator... ok id=702959778 responseStatus=201 Created token=o_FvTn93783Job succeeded