rspec-ee system pg11 4/6
Passed Started
by
@ayufan
Kamil Trzciński
1Running with gitlab-runner 13.3.0-rc1 (669fc507)2 on docker-auto-scale-com 9538b0ab4Using 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-9538b0ab-project-278964-concurrent-0 via runner-9538b0ab-gsrm-1598364802-03588f46...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.203.128:443)24saving to '/tmp/gitlab.tar.gz'25gitlab.tar.gz 22% |******* | 225M 0:00:03 ETA26gitlab.tar.gz 50% |**************** | 510M 0:00:01 ETA27gitlab.tar.gz 83% |************************** | 842M 0:00:00 ETA28gitlab.tar.gz 100% |********************************| 1004M 0:00:00 ETA29'/tmp/gitlab.tar.gz' saved30Extracting tarball into /builds/gitlab-org/gitlab...31Fetching changes with git depth set to 20...32Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/33Created fresh repository.34Checking out dbc1a472 as master...35Skipping Git submodules setup37Checking cache for rails-v2-3...38cache.zip is up to date 39Successfully extracted cache41Downloading artifacts for compile-test-assets (702959600)...42Downloading artifacts from coordinator... ok id=702959600 responseStatus=200 OK token=efr6uzds43Downloading artifacts for retrieve-tests-metadata (702959602)...44Downloading artifacts from coordinator... ok id=702959602 responseStatus=200 OK token=VgekGNeS45Downloading artifacts for setup-test-env (702959601)...46Downloading artifacts from coordinator... ok id=702959601 responseStatus=200 OK token=Fwwkf6XV47WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 49$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb50$ export GOPATH=$CI_PROJECT_DIR/.go51$ mkdir -p $GOPATH52$ source scripts/utils.sh53$ source scripts/prepare_build.sh54Bundler version 1.17.255$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet56==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.57$ bundle check58Warning: 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`.59The Gemfile's dependencies are satisfied60==> 'bundle check' succeeded in 0 seconds.61$ bundle pristine pg62Warning: 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`.63Installing pg 1.2.2 with native extensions64==> 'bundle pristine pg' succeeded in 12 seconds.65$ gem install knapsack --no-document66Successfully installed knapsack-1.18.0671 gem installed68==> 'gem install knapsack --no-document' succeeded in 1 seconds.69$ setup_db_user_only70CREATE ROLE71GRANT72==> 'setup_db_user_only' succeeded in 0 seconds.73$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee74Dropped database 'gitlabhq_test'75Created database 'gitlabhq_test'76Dropped database 'gitlabhq_geo_test'77Created database 'gitlabhq_geo_test'78==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.79$ run_timed_command "scripts/gitaly-test-build"80$ scripts/gitaly-test-build81Settings are listed in order of priority. The top value will be used.82retry83Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 384path85Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"86jobs87Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 488app_config89Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"90gemfile91Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"92flags93Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"94silence_root_warning95Set via BUNDLE_SILENCE_ROOT_WARNING: true96go 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.153234' -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-wrapper97install /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/gitaly98Checking gitaly-ruby Gemfile...99Checking gitaly-ruby bundle...100Warning: 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`.101The Gemfile's dependencies are satisfied102Trying to connect to gitaly: ......... OK103Trying to connect to praefect: ........ OK104==> 'scripts/gitaly-test-build' succeeded in 45 seconds.105$ run_timed_command "scripts/gitaly-test-spawn"106$ scripts/gitaly-test-spawn107Checking gitaly-ruby Gemfile...108Checking gitaly-ruby bundle...109Warning: 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`.110The Gemfile's dependencies are satisfied111Trying to connect to gitaly: ........ OK112Trying to connect to praefect: ........ OK113==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.114$ source scripts/rspec_helpers.sh115$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"116KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb117RSpec'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)>')118Knapsack report generator started!119Run options:120 include {:focus=>true}121 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}122All examples were filtered out; ignoring {:focus=>true}123==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...124 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.045672663 seconds...125Promotions126Starting the Capybara driver server...127 for merge request improve128Capybara starting Puma...129* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller130* Min threads: 0, max threads: 4131* Listening on unix:///tmp/20200825-1862-pkb1sf132 appears in project edit page133 does not show when cookie is set134 for repository features135 appears in repository settings page136 does not show when cookie is set137 for burndown charts138 appears in milestone page139 does not show when cookie is set140 for issue boards141 appears in issue boards page142 does not show when cookie is set143 for epics in issues sidebar144 gitlab.com145 behaves like Epics promotion146 appears on the page147 is removed after dismissal148 does not appear on page after dismissal and reload149 closes dialog when clicking on X, but not dismiss it150 self hosted151 behaves like Epics promotion152 appears on the page153 is removed after dismissal154 does not appear on page after dismissal and reload155 closes dialog when clicking on X, but not dismiss it156 for issue weight157 appears on the page158 does not appear on page after dismissal and reload159 closes dialog when clicking on X, but not dismiss it160 when checking namespace plans161 appears on the page162 when promotion feature flags are enabled163 appears on the page164 for issue templates165 appears on the page166 for project audit events167 appears on the page168 for group contribution analytics169 appears on the page170 for group webhooks171 appears on the page172 for advanced search173 appears on seearch page174 does not show when cookie is set175Prometheus custom metrics176 deletes a custom metric177Projects > Audit Events178 has Audit Events button in head nav bar179 has Project Audit Events in the header180 unlicensed181 returns 404182 does not have Audit Events button in head nav bar183 unlicensed but we show promotions184 returns 200185 does not have Audit Events button in head nav bar186 does not have Project Audit Events in the header187 adding an SSH key188 appears in the project's audit events189 changing a user access level190 appears in the project's audit events191 changing merge request approval permission for authors and reviewers192 appears in the project's audit events193 filter by date194 behaves like audit events date filter195 shows only 2 days old events196 shows only yesterday events197 shows a message if provided date is invalid198GFM autocomplete199 opens quick action autocomplete when updating description200 issuables201 issues202 shows issues of group203 merge requests204 shows merge requests of group205 epics206 shows epics207 milestone208 shows group milestones209 labels210 when no labels are assigned211 shows all labels for ~212 shows all labels for /label ~213 shows all labels for /relabel ~214 shows no labels for /unlabel ~215 when some labels are assigned216 shows all labels for ~217 shows only unset labels for /label ~218 shows all labels for /relabel ~219 shows only set labels for /unlabel ~220 when all labels are assigned221 shows all labels for ~222 shows no labels for /label ~223 shows all labels for /relabel ~224 shows all labels for /unlabel ~225User adds to merge train when pipeline succeeds226 shows Start merge train when pipeline succeeds button and helper texts227 when merge_trains EEP license is not available228 does not show Start merge train when pipeline succeeds button229 when user clicks 'Start merge train when pipeline succeeds' button230 informs merge request that auto merge is enabled231 when user clicks 'Cancel automatic merge' button232 cancels automatic merge233 when user clicks 'Delete source branch234 updates the merge option235 when the merge request is not the first queue on the train236 shows Add to merge train when pipeline succeeds button237Issues > Health status bulk assignment238 as an allowed user239 at group level240 behaves like bulk edit option in sidebar241 is present when bulk edit is enabled242 is not present when bulk edit is disabled243 behaves like bulk edit health status244 health_status245 to all issues246 updates the health statuses247 to an issue248 updates the checked issue's status249 at project level250 behaves like bulk edit option in sidebar251 is present when bulk edit is enabled252 is not present when bulk edit is disabled253 behaves like bulk edit health status254 health_status255 to all issues256 updates the health statuses257 to an issue258 updates the checked issue's status259 as a guest260 at group level261 behaves like bulk edit health_status with insufficient permissions262 cannot bulk assign health_status263 at project level264 behaves like bulk edit health_status with insufficient permissions265 cannot bulk assign health_status266Merge request > User sees merge widget267 when merge pipelines option is enabled at project level configuration268 when the head pipeline is merge request pipeline269 does not show any warnings270 when the head pipeline is merge train pipeline271 shows head pipeline information272 when merge request is submitted from a forked project273 shows a warning that fork project merge request does not create merge request pipelines by default274Metrics rendering275 for GitLab-managed alerting rules276 shows embedded metrics277 unlicensed278 shows no embedded metrics279 for GitLab embedded cluster health metrics280 shows embedded metrics281Projects > Push Rules282 reject_unsigned_commits rule283 unlicensed284 does not render the setting checkbox285 licensed286 renders the setting checkbox287 with GL.com plans288 when disabled289 does not render the setting checkbox290 when enabled291 renders the setting checkbox292 commit_committer_check rule293 unlicensed294 does not render the setting checkbox295 licensed296 renders the setting checkbox297 with GL.com plans298 when disabled299 does not render the setting checkbox300 when enabled301 renders the setting checkbox302Merge request > User approves with password303 works, when user approves and enters correct password304 does not need password to unapprove305 shows error, when user approves and enters incorrect password306User sees feature flag list307 with legacy feature flags308 user sees the first flag309 user sees the second flag310 user sees the third flag311 user sees the status toggle disabled312 when legacy feature flags are not read-only313 user updates the status toggle314 with new version flags315 user updates the status toggle316 when there are no feature flags317 shows empty page318User creates a merge request319 creates a merge request320User activates GitHub Service321 without a license322 is excluded from the integrations index323 renders 404 when trying to access service settings directly324 with valid license325 activates service326 renders a token field of type `password` for masking input327 with pipelines328 tests service before save329Trial Sign Up330 on GitLab.com331 with the unavailable username332 shows the error about existing username333 with the available username334 registers the user and proceeds to the next step335 entering336 first name337 suggests the username338 last name339 suggests the username340 first name and last name341 suggests the username342 entering343 first name344 suggests the username345 last name346 suggests the username347 first name and last name348 suggests the username349Merge request > User merges with Push Rules350 commit message is invalid351 displays error message after merge request is clicked352 author email is invalid353 displays error message after merge request is clicked354Edit group settings355 LDAP sync method356 when the LDAP group sync filter feature is available357 adds new LDAP synchronization358 shows the LDAP filter section359 shows the LDAP group section360 when the LDAP group sync filter feature is not available361 does not show the LDAP search method switcher362 shows the LDAP group section363 does not shows the LDAP filter section364Merge request > User creates MR with multiple assignees365 behaves like multiple assignees merge request366 creates a MR with multiple assignees367Merge request > User sees closing issues message368 approvals are enabled while closing issues369 displays closing issue message exactly one time370Dropdown epic371 behavior372 loads all the epics when opened373 selects epic and correct title is loaded374 filters issues by epic375User deletes feature flag376 user does not see feature flag377 records audit event378Groups > Billing379 with a free plan380 shows the proper title and subscription data381 with a paid plan382 shows the proper title and subscription data383 with a legacy paid plan384 shows the proper title and subscription data385Login386 creates a security event for an invalid password login387DEPRECATION WARNING: ActiveSupport::Multibyte::Chars#normalize is deprecated and will be removed from Rails 6.1. Use #unicode_normalize(:nfkd) instead. (called from generate_username at /builds/gitlab-org/gitlab/lib/gitlab/auth/o_auth/auth_hash.rb:84)388 creates a security event for an invalid OAuth login389 smartcard authentication390 when smartcard is enabled391 with smartcard_auth feature flag off392 correctly renders tabs and panes393 does not show smartcard login form394 with smartcard_auth feature flag on395 correctly renders tabs and panes396 shows smartcard login form397 with two-factor authentication required398 with a smartcard session399 does not ask for Two-Factor Authentication400 without a smartcard session401 asks for Two-Factor Authentication402 smartcard authentication against LDAP server403 when smartcard auth is optional404 correctly renders tabs and panes405 shows LDAP login form406 shows LDAP smartcard login form407 when smartcard auth is required408 correctly renders tabs and panes409 does not show LDAP login form410 shows LDAP smartcard login form411 via Group SAML412 with U2F two factor413 shows U2F prompt after SAML414 restricted visibility levels415 contains public level416 hides Explore link417 hides help link418 does not contain public level419 displays Explore and Help links420Group navbar421 when productivity analytics is available422 behaves like verified navigation bar423 renders correctly424 when merge request analytics is available425 behaves like verified navigation bar426 renders correctly427 when merge request analytics is unavailable428 behaves like verified navigation bar429 renders correctly430 when value stream analytics is available431 redirects to value stream when Analytics item is clicked432 behaves like verified navigation bar433 renders correctly434 when epics are available435 behaves like verified navigation bar436 renders correctly437 when the logged in user is the owner438 behaves like verified navigation bar439 renders correctly440 when SAML SSO is available441 behaves like verified navigation bar442 renders correctly443 when security dashboard is available444 behaves like verified navigation bar445 renders correctly446 when packages are available447 when container registry is available448 behaves like verified navigation bar449 renders correctly450 when push_rules for groups are available451 behaves like verified navigation bar452 renders correctly453 when iterations are available454 behaves like verified navigation bar455 renders correctly456 when group wiki is available457 behaves like verified navigation bar458 renders correctly459New project screen460 shows the progress bar with the correct steps461 when in the subscription flow462 is expected to have text "1. Your profile 2. Checkout 3. Your GitLab group 4. Your first project"463Reset namespace pipeline minutes464 for user namespace465 reset pipeline minutes button is visible466 when namespace has namespace statistics467 resets pipeline minutes468 when resetting pipeline minutes fails469 renders edit page with an error470 when creating a new group471 does not display reset pipeline minutes callout472 for group namespace473 reset pipeline minutes button is visible474 when namespace has namespace statistics475 resets pipeline minutes476 when resetting pipeline minutes fails477 renders edit page with an error478Iterations list479 as guest480 hides New iteration button481 shows iterations on each tab482 as user483 shows "New iteration" button484CodeReviewAnalytics Filtered Search485 when the "new search" feature is disabled486 renders the filtered search bar correctly487 displays label and milestone in search hint488 when the "new search" feature is enabled489 does not render the filtered search bar490Merge request > User selects branches for new MR491 create a merge request for the selected branches492 saving the MR493 shows the saved MR494CI shared runner settings495 without global shared runners quota496 displays ratio with global quota497 with global shared runners quota498 displays ratio with global quota499 displays new ratio with overridden group quota500 displays unlimited ratio with overridden group quota501Licenses app502 renders a list of licenses503 deletes a license504Admin sends notification505 sends notification506Dashboard access507 GET /dashboard508 is expected to be allowed for auditor509 GET /dashboard/issues510 is expected to be allowed for auditor511 GET /dashboard/merge_requests512 is expected to be allowed for auditor513 GET /dashboard/projects/starred514 is expected to be allowed for auditor515 GET /help516 is expected to be allowed for auditor517 GET /projects/new518 is expected to be allowed for auditor519 GET /groups/new520 is expected to be allowed for auditor521 GET /profile/groups522 is expected to be allowed for auditor523Dashboard todos524 behaves like dashboard gold trial callout525 hides promotion callout if not .com526 .com527 shows dismissable promotion callout if default dashboard528 hides dismissable promotion callout if not default dashboard529 hides promotion callout if a trial is active530 hides promotion callout if user owns a paid namespace531Iterations list532 as guest533 shows iterations on each tab534 as authorized user535 does not show "New iteration" button536Dropdown weight537 behavior538 loads all the weights when opened539Group iterations540 create an iteration541 renders description preview542 description input does not support autocomplete543EE > Projects > Settings > User manages approval rule settings544 when merge requests is not available545 does not show approval settings546 when merge requests is available547 shows approval settings548 when `code_owner_approval_required` is not available549 does not allow the user to require code owner approval550Projects > Members > Member is removed from project551 user is removed from project552 when the user has been specifically allowed to access a protected branch553 user leaves project554Merge Request sidebar555 when epics available556 does not show epics in MR sidebar557 when epics unavailable558 does not show epics promotion in MR sidebar559Projects > Members > Member leaves project560 when the user has been specifically allowed to access a protected branch561 user leaves project562 removes the user's branch permissions563Internal Project Snippets Access564 GET /:project_path/snippets565 is expected to be allowed for auditor566 GET /:project_path/snippets/new567 is expected to be denied for auditor568 GET /:project_path/snippets/:id569 for an internal snippet570 is expected to be allowed for auditor571 for a private snippet572 is expected to be allowed for auditor573 GET /:project_path/snippets/:id/raw574 for an internal snippet575 is expected to be allowed for auditor576 for a private snippet577 is expected to be allowed for auditor578Slack application579 I can edit slack integration580Operations dropdown navbar EE581 has an `Operations` link582 has an `Environments` link583JIRA OAuth Provider584 JIRA DVCS OAuth Authorization585 behaves like Secure OAuth Authorizations586 when user is confirmed587 asks the user to authorize the application588 when user is unconfirmed589 displays an error590Jira issues list591 renders "Create new issue" button592 when jira_issues_integration licensed feature is not available593 renders "Create new issue" button594Issues sub nav EE595 has a `Boards` item596Knapsack report was generated. Preview:597{598 "ee/spec/features/promotion_spec.rb": 107.53311204910278,599 "ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb": 68.15959191322327,600 "ee/spec/features/projects/audit_events_spec.rb": 53.480650901794434,601 "ee/spec/features/epics/gfm_autocomplete_spec.rb": 55.8226375579834,602 "ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb": 36.70241618156433,603 "ee/spec/features/issues/bulk_assignment_health_status_spec.rb": 25.96719193458557,604 "ee/spec/features/merge_request/user_sees_merge_widget_spec.rb": 25.094998598098755,605 "ee/spec/features/markdown/metrics_spec.rb": 23.47404456138611,606 "ee/spec/features/projects/push_rules_spec.rb": 20.1037015914917,607 "ee/spec/features/merge_request/user_approves_with_password_spec.rb": 21.257609128952026,608 "ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 16.082627773284912,609 "ee/spec/features/merge_request/user_creates_merge_request_spec.rb": 14.783655405044556,610 "ee/spec/features/projects/services/user_activates_github_spec.rb": 14.58713674545288,611 "ee/spec/features/trial_registrations/signup_spec.rb": 14.56389307975769,612 "ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb": 13.58527398109436,613 "ee/spec/features/groups/ldap_group_links_spec.rb": 12.522216796875,614 "ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb": 10.723984003067017,615 "ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 5.698760271072388,616 "ee/spec/features/issues/filtered_search/dropdown_epic_spec.rb": 8.793618440628052,617 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 8.12851858139038,618 "ee/spec/features/groups/billing_spec.rb": 5.914628505706787,619 "ee/spec/features/users/login_spec.rb": 7.26103138923645,620 "ee/spec/features/groups/navbar_spec.rb": 7.139336347579956,621 "ee/spec/features/registrations/new_project_spec.rb": 6.653661012649536,622 "ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb": 5.165295124053955,623 "ee/spec/features/groups/iterations/iterations_list_spec.rb": 4.60532283782959,624 "ee/spec/features/analytics/code_analytics_spec.rb": 5.40617299079895,625 "ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 6.289022207260132,626 "ee/spec/features/ci_shared_runner_settings_spec.rb": 5.892894268035889,627 "ee/spec/features/admin/licenses/licenses_app_spec.rb": 4.5467000007629395,628 "ee/spec/features/admin/admin_sends_notification_spec.rb": 4.684295415878296,629 "ee/spec/features/security/dashboard_access_spec.rb": 3.2323291301727295,630 "ee/spec/features/dashboards/todos_spec.rb": 4.0016326904296875,631 "ee/spec/features/projects/iterations/iterations_list_spec.rb": 3.493751049041748,632 "ee/spec/features/issues/filtered_search/dropdown_weight_spec.rb": 2.280137300491333,633 "ee/spec/features/groups/iteration_spec.rb": 3.470151901245117,634 "ee/spec/features/projects/settings/user_manages_approval_settings_spec.rb": 1.896216869354248,635 "ee/spec/features/projects/members/member_is_removed_from_project_spec.rb": 2.5670723915100098,636 "ee/spec/features/merge_request/sidebar_spec.rb": 1.9607570171356201,637 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 2.4707016944885254,638 "ee/spec/features/security/project/snippet/internal_access_spec.rb": 2.9549455642700195,639 "ee/spec/features/projects/settings/slack_application_spec.rb": 1.8975813388824463,640 "ee/spec/features/operations_nav_link_spec.rb": 1.7243478298187256,641 "ee/spec/features/jira_oauth_provider_authorize_spec.rb": 0.7177345752716064,642 "ee/spec/features/integrations/jira/jira_issues_list_spec.rb": 0.7257940769195557,643 "ee/spec/features/issues/sub_nav_ee_spec.rb": 0.9529714584350586644}645Knapsack global time execution for tests: 10m 54s646Finished in 11 minutes 53 seconds (files took 55.86 seconds to load)647224 examples, 0 failures648Tue Aug 25 15:46:23 UTC 2020650Not uploading cache rails-v2-3 due to policy652Uploading artifacts...653coverage/: found 5 matching files and directories 654knapsack/: found 3 matching files and directories 655rspec_flaky/: found 4 matching files and directories 656rspec_profiling/: found 2 matching files and directories 657WARNING: tmp/capybara/: no matching files 658tmp/memory_test/: found 2 matching files and directories 659log/*.log: found 13 matching files and directories 660Uploading artifacts as "archive" to coordinator... ok id=702959781 responseStatus=201 Created token=a7sQwTuz661Uploading artifacts...662junit_rspec.xml: found 1 matching files and directories 663Uploading artifacts as "junit" to coordinator... ok id=702959781 responseStatus=201 Created token=a7sQwTuz664Job succeeded