rspec-ee system pg11 geo
Passed Started
by
@nfriend
Nathan Friend
1Running with gitlab-runner 13.1.0-rc1 (b9d289ed)2 on prm-com-gitlab-org bd0915564Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.27-lfs-2.9-chrome-83-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:alpine ...9Pulling docker image redis:alpine ...10Using docker image sha256:b546e82a6d0eceb411b424487643c8d5224cb12a74b6175469991ce2e78c42d1 for redis: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.27-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...17Using docker image sha256:55544d55bdb13be6afb83ab069b8b15d9eed014ac57db466e7586e070f0cebff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.27-lfs-2.9-chrome-83-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...19Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1592397178-1b879536...21$ eval "$CI_PRE_CLONE_SCRIPT"22Downloading archived master...23Connecting to storage.googleapis.com (172.217.203.128:443)24gitlab.tar.gz 4% |* | 43.3M 0:00:20 ETA25gitlab.tar.gz 25% |******** | 238M 0:00:05 ETA26gitlab.tar.gz 45% |************** | 425M 0:00:03 ETA27gitlab.tar.gz 66% |********************* | 628M 0:00:01 ETA28gitlab.tar.gz 100% |********************************| 939M 0:00:00 ETA29Extracting tarball into /builds/gitlab-org/gitlab...30Fetching changes with git depth set to 20...31Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/32Created fresh repository.33Checking out 2d057e7a as refs/merge-requests/25668/merge...34Skipping Git submodules setup36Checking cache for rails-v1-3...37cache.zip is up to date 38Successfully extracted cache40Downloading artifacts for compile-test-assets (599847029)...41Downloading artifacts from coordinator... ok id=599847029 responseStatus=200 OK token=Nm4Zox-E42Downloading artifacts for retrieve-tests-metadata (599847034)...43Downloading artifacts from coordinator... ok id=599847034 responseStatus=200 OK token=GZ748fBo44Downloading artifacts for setup-test-env (599847031)...45Downloading artifacts from coordinator... ok id=599847031 responseStatus=200 OK token=LPfzdszg46WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 48$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb49$ export GOPATH=$CI_PROJECT_DIR/.go50$ mkdir -p $GOPATH51$ source scripts/utils.sh52$ source scripts/prepare_build.sh53Bundler version 1.17.254$ bundle install --clean --without=production --jobs=2 --path=vendor --retry=3 --quiet55==> 'bundle install --clean --without=production --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.56$ bundle check57Warning: 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`.58The Gemfile's dependencies are satisfied59==> 'bundle check' succeeded in 1 seconds.60$ gem install knapsack --no-document61Successfully installed knapsack-1.18.0621 gem installed63==> 'gem install knapsack --no-document' succeeded in 1 seconds.64$ setup_db_user_only65CREATE ROLE66GRANT67==> 'setup_db_user_only' succeeded in 0 seconds.68$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee69Dropped database 'gitlabhq_test'70Created database 'gitlabhq_test'71Dropped database 'gitlabhq_geo_test'72Created database 'gitlabhq_geo_test'73==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 25 seconds.74$ run_timed_command "scripts/gitaly-test-build"75$ scripts/gitaly-test-build76cd _build && ./makegen > Makefile77fatal: No names found, cannot describe anything.782020/06/17 17:04:40 error obtaining version from git: git describe: exit status 128792020/06/17 17:04:40 Attempting to get the version from file80cd _build && make install INSTALL_DEST_DIR=/builds/gitlab-org/gitlab/tmp/tests/gitaly81make[1]: Entering directory '/builds/gitlab-org/gitlab/tmp/tests/gitaly/_build'82cd /builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby && bundle config # for debugging83Settings 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: true98cd /builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby && bundle install --jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby99touch ../.ruby-bundle100# go install101mkdir -p /builds/gitlab-org/gitlab/tmp/tests/gitaly102cd bin && install gitaly gitaly-blackbox gitaly-debug gitaly-hooks gitaly-ssh gitaly-wrapper praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly103make[1]: Leaving directory '/builds/gitlab-org/gitlab/tmp/tests/gitaly/_build'104Checking 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-build' succeeded in 44 seconds.111$ run_timed_command "scripts/gitaly-test-spawn"112$ scripts/gitaly-test-spawn113Checking gitaly-ruby Gemfile...114Checking gitaly-ruby bundle...115Warning: 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`.116The Gemfile's dependencies are satisfied117Trying to connect to gitaly: ........ OK118Trying to connect to praefect: ....... OK119==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.120$ source scripts/rspec_helpers.sh121$ scripts/prepare_postgres_fdw.sh122CREATE EXTENSION123CREATE SERVER124CREATE USER MAPPING125CREATE SCHEMA126IMPORT FOREIGN SCHEMA127GRANT128$ rspec_paralellized_job "--tag ~quarantine --tag geo"129KNAPSACK_TEST_FILE_PATTERN: ee/spec/{features}{,/**/}*_spec.rb130Report specs:131ee/spec/features/analytics/cycle_analytics/cycle_analytics_spec.rb132ee/spec/features/issuables/related_issues_spec.rb133ee/spec/features/protected_branches_spec.rb134ee/spec/features/boards/scoped_issue_board_spec.rb135ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb136ee/spec/features/boards/sidebar_spec.rb137ee/spec/features/promotion_spec.rb138ee/spec/features/projects/new_project_spec.rb139ee/spec/features/admin/geo/admin_geo_projects_spec.rb140ee/spec/features/projects/settings/pipeline_subscriptions_spec.rb141ee/spec/features/issues/epic_in_issue_sidebar_spec.rb142ee/spec/features/protected_tags_spec.rb143ee/spec/features/search/elastic/project_search_spec.rb144ee/spec/features/projects/pipelines/pipeline_spec.rb145ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb146ee/spec/features/admin/geo/admin_geo_uploads_spec.rb147ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb148ee/spec/features/merge_request/user_sets_approvers_spec.rb149ee/spec/features/projects/clusters_spec.rb150ee/spec/features/boards/boards_spec.rb151ee/spec/features/epics/epic_issues_spec.rb152ee/spec/features/projects/mirror_spec.rb153ee/spec/features/search/elastic/global_search_spec.rb154ee/spec/features/epics/gfm_autocomplete_spec.rb155ee/spec/features/groups/packages_spec.rb156ee/spec/features/projects/requirements_management/requirements_list_spec.rb157ee/spec/features/epics/epic_show_spec.rb158ee/spec/features/search/elastic/group_search_spec.rb159ee/spec/features/merge_requests/user_filters_by_approvers_spec.rb160ee/spec/features/projects/audit_events_spec.rb161ee/spec/features/billings/billing_plans_spec.rb162ee/spec/features/groups/group_roadmap_spec.rb163ee/spec/features/issues/issue_sidebar_spec.rb164ee/spec/features/epics/update_epic_spec.rb165ee/spec/features/projects/packages_spec.rb166ee/spec/features/epics/issue_promotion_spec.rb167ee/spec/features/projects/feature_flags/user_updates_feature_flag_spec.rb168ee/spec/features/boards/group_boards/multiple_boards_spec.rb169ee/spec/features/projects/custom_projects_template_spec.rb170ee/spec/features/merge_request/user_edits_merge_request_blocking_mrs_spec.rb171ee/spec/features/search/elastic/snippet_search_spec.rb172ee/spec/features/epics/referencing_epics_spec.rb173ee/spec/features/projects/feature_flags/user_creates_feature_flag_spec.rb174ee/spec/features/merge_request/user_sets_approval_rules_spec.rb175ee/spec/features/issues/user_uses_quick_actions_spec.rb176ee/spec/features/merge_trains/user_adds_to_merge_train_when_pipeline_succeeds_spec.rb177ee/spec/features/labels_hierarchy_spec.rb178ee/spec/features/projects/environments/environments_spec.rb179ee/spec/features/epics/epics_list_spec.rb180ee/spec/features/projects/path_locks_spec.rb181ee/spec/features/merge_request/user_sees_merge_widget_spec.rb182ee/spec/features/discussion_comments/epic_spec.rb183ee/spec/features/issues/filtered_search/filter_issues_weight_spec.rb184ee/spec/features/projects/settings/ee/repository_mirrors_settings_spec.rb185ee/spec/features/merge_request/user_sees_approval_widget_spec.rb186ee/spec/features/issues/form_spec.rb187ee/spec/features/groups/group_settings_spec.rb188ee/spec/features/projects/members/invite_group_and_members_spec.rb189ee/spec/features/admin/admin_audit_logs_spec.rb190ee/spec/features/security/project/public_access_spec.rb191ee/spec/features/markdown/metrics_spec.rb192ee/spec/features/merge_request/user_approves_with_password_spec.rb193ee/spec/features/issues/service_desk_spec.rb194ee/spec/features/ci_shared_runner_warnings_spec.rb195ee/spec/features/projects/settings/merge_requests_settings_spec.rb196ee/spec/features/trials/select_namespace_spec.rb197ee/spec/features/groups/saml_providers_spec.rb198ee/spec/features/security/project/internal_access_spec.rb199ee/spec/features/projects/push_rules_spec.rb200ee/spec/features/merge_request/user_views_blocked_merge_request_spec.rb201ee/spec/features/admin/admin_settings_spec.rb202ee/spec/features/clusters/cluster_health_dashboard_spec.rb203ee/spec/features/projects/merge_requests/user_approves_merge_request_spec.rb204ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb205ee/spec/features/epics/filtered_search/visual_tokens_spec.rb206ee/spec/features/security/project/private_access_spec.rb207ee/spec/features/admin/geo/admin_geo_nodes_spec.rb208ee/spec/features/epics/epic_labels_spec.rb209ee/spec/features/issues/move_issue_resource_weight_events_spec.rb210ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb211ee/spec/features/groups/usage_quotas_spec.rb212ee/spec/features/projects/settings/protected_environments_spec.rb213ee/spec/features/admin/licenses/show_users_over_license_spec.rb214ee/spec/features/issues/move_spec.rb215ee/spec/features/projects/services/user_activates_github_spec.rb216ee/spec/features/issues/issue_weight_spec.rb217ee/spec/features/projects/issues/user_creates_issue_spec.rb218ee/spec/features/trial_registrations/signup_spec.rb219ee/spec/features/merge_request/user_creates_merge_request_spec.rb220ee/spec/features/merge_request/user_sees_deployment_widget_spec.rb221ee/spec/features/projects/settings/issues_settings_spec.rb222ee/spec/features/groups/audit_events_spec.rb223ee/spec/features/projects/insights_spec.rb224ee/spec/features/registrations/welcome_spec.rb225ee/spec/features/groups/insights_spec.rb226ee/spec/features/groups/ldap_group_links_spec.rb227ee/spec/features/merge_request/user_creates_merge_request_with_blocking_mrs_spec.rb228ee/spec/features/merge_request/user_edits_multiple_assignees_mr_spec.rb229ee/spec/features/projects/user_applies_custom_file_template_spec.rb230ee/spec/features/issues/issues_tabs_spec.rb231ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb232ee/spec/features/onboarding/user_onboarding_spec.rb233ee/spec/features/merge_request/user_merges_with_push_rules_spec.rb234ee/spec/features/merge_requests/user_resets_approvers_spec.rb235ee/spec/features/profiles/account_spec.rb236ee/spec/features/discussion_comments/epic_quick_actions_spec.rb237ee/spec/features/trials/show_trial_banner_spec.rb238ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb239ee/spec/features/groups/dependency_proxy_spec.rb240ee/spec/features/account_recovery_regular_check_spec.rb241ee/spec/features/burndown_charts_spec.rb242ee/spec/features/epics/new_epic_spec.rb243ee/spec/features/merge_request/user_merges_immediately_spec.rb244ee/spec/features/subscriptions/groups/edit_spec.rb245ee/spec/features/issues/filtered_search/dropdown_epic_spec.rb246ee/spec/features/groups/push_rules_spec.rb247ee/spec/features/groups/members/override_ldap_memberships_spec.rb248ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb249ee/spec/features/projects/milestones/milestone_spec.rb250ee/spec/features/trials/capture_lead_spec.rb251ee/spec/features/merge_requests/user_views_all_merge_requests_spec.rb252ee/spec/features/projects/settings/packages_settings_spec.rb253ee/spec/features/groups/hooks/user_tests_hooks_spec.rb254ee/spec/features/epics/delete_epic_spec.rb255ee/spec/features/profiles/usage_quota_spec.rb256ee/spec/features/users/login_spec.rb257ee/spec/features/dashboards/operations_spec.rb258ee/spec/features/projects/jobs_spec.rb259ee/spec/features/projects/view_blob_with_code_owners_spec.rb260ee/spec/features/groups/saml_enforcement_spec.rb261ee/spec/features/registrations/new_project_spec.rb262ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb263ee/spec/features/projects/package_files_spec.rb264ee/spec/features/boards/group_boards/board_deletion_spec.rb265ee/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb266ee/spec/features/ci_shared_runner_settings_spec.rb267ee/spec/features/groups/navbar_spec.rb268ee/spec/features/merge_request/user_uses_slash_commands_spec.rb269ee/spec/features/groups/settings/user_configures_insights_spec.rb270ee/spec/features/security/group/public_access_spec.rb271ee/spec/features/epics/shortcuts_epic_spec.rb272ee/spec/features/security/group/private_access_spec.rb273ee/spec/features/groups/billing_spec.rb274ee/spec/features/admin/admin_users_spec.rb275ee/spec/features/groups/active_tabs_spec.rb276ee/spec/features/burnup_charts_spec.rb277ee/spec/features/security/group/internal_access_spec.rb278ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb279ee/spec/features/dashboards/activity_spec.rb280ee/spec/features/issues/gfm_autocomplete_ee_spec.rbKnapsack report generator started!281Run options:282 include {:focus=>true, :geo=>true}283 exclude {:quarantine=>true}284==> Setting up Gitaly...285 Gitaly set up in 0.199938534 seconds...286==> Setting up GitLab Workhorse...287 GitLab Workhorse set up in 0.000113188 seconds...288==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...289 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.035144802 seconds...290==> Setting up GitLab Elasticsearch Indexer...291 GitLab Elasticsearch Indexer set up in 0.000302593 seconds...292admin Geo Projects293Starting the Capybara driver server...294 visiting geo projects initial page295Capybara starting Puma...296* Version 4.3.3.gitlab.2 , codename: Mysterious Traveller297* Min threads: 0, max threads: 4298* Listening on unix:///tmp/20200617-1645-1445ojq299 shows all projects in the registry300 searching for a geo project301 filters out projects with the search term302 with no registries303 shows empty state304 clicking on a specific dropdown option in geo projects page305 shows filter specific projects306 searching for a geo project307 finds the project with the same name308 filters out project that matches with search but shouldnt be in the view309 visiting geo synced projects page310 behaves like shows filter specific projects and correct labels311 shows filter specific projects312 visiting geo pending synced projects page313 behaves like shows filter specific projects and correct labels314 shows filter specific projects315 visiting geo failed sync projects page316 behaves like shows filter specific projects and correct labels317 shows filter specific projects318 remove an orphaned Tracking Entry319 removes an existing Geo Project320 Resync all321 fires job to resync all projects322 Reverify all323 fires job to reverify all projects324admin Geo Uploads325 visiting geo uploads initial page326 shows all uploads in the registry327 searching for a geo upload328 filters out uploads with the search term329 with no registries330 shows empty state331 remove an orphaned Tracking Entry332 removes an existing Geo Upload333admin Geo Nodes334 index335 show all public Geo Nodes and create new node link336 hashed storage warnings337 without hashed storage enabled338 shows a dismissable warning to enable hashed storage339 with hashed storage enabled340 with all projects in hashed storage341 does not show any hashed storage warning342 with at least one project in legacy storage343 shows a dismissable warning to migrate to hashed storage344 node form fields345 when primary renders only primary fields346 when secondary renders only secondary fields347 create a new Geo Nodes348 creates a new Geo Node349 update an existing Geo Node350 updates an existing Geo Node351 remove an existing Geo Node352 removes an existing Geo Node353 with no Geo Nodes354 hides the New Node button355 shows Discover GitLab Geo356admin Geo Sidebar357 visiting geo nodes358 behaves like active sidebar link359 has active class360 visiting geo settings361 behaves like active sidebar link362 has active class363 on secondary364 visiting geo projects365 behaves like active sidebar link366 has active class367 visiting geo designs368 behaves like active sidebar link369 has active class370 visiting geo uploads371 behaves like active sidebar link372 has active class373 visiting geo package files374 behaves like active sidebar link375 has active class376admin Geo Replication Nav377 visit admin/geo/replication/projects378 behaves like active sidebar link379 has active class380 visit admin/geo/replication/uploads381 behaves like active sidebar link382 has active class383 visit admin/geo/replication/designs384 behaves like active sidebar link385 has active class386 visit admin/geo/replication/package_files387 behaves like active sidebar link388 has active class389 when geo_self_service_framework feature is disabled390 does not render navigational element391GEO Nodes392 Geo Secondary Node393 showing Flash Info Message394 on dashboard395 on project overview396 Primary Geo Node397 Geo Nodes admin screen398 has a 'Open projects' button on listed secondary geo nodes pointing to correct URL399Geo read-only message400 shows read-only banner when on a Geo secondary401Knapsack report was generated. Preview:402{403 "ee/spec/features/admin/geo/admin_geo_projects_spec.rb": 95.11585450172424,404 "ee/spec/features/admin/geo/admin_geo_uploads_spec.rb": 67.16210985183716,405 "ee/spec/features/admin/geo/admin_geo_nodes_spec.rb": 16.792278051376343,406 "ee/spec/features/admin/geo/admin_geo_sidebar_spec.rb": 5.336163282394409,407 "ee/spec/features/admin/geo/admin_geo_replication_nav_spec.rb": 4.246474742889404,408 "ee/spec/features/geo_node_spec.rb": 3.1580333709716797,409 "ee/spec/features/read_only_spec.rb": 0.1883411407470703410}411Knapsack global time execution for tests: 03m 11s412Finished in 3 minutes 23.7 seconds (files took 49.92 seconds to load)41342 examples, 0 failures414Wed Jun 17 17:09:52 UTC 2020416Not uploading cache rails-v1-3 due to policy418Uploading artifacts...419coverage/: found 5 matching files and directories 420knapsack/: found 3 matching files and directories 421rspec_flaky/: found 4 matching files and directories 422rspec_profiling/: found 1 matching files and directories 423WARNING: tmp/capybara/: no matching files 424tmp/memory_test/: found 2 matching files and directories 425log/*.log: found 12 matching files and directories 426Uploading artifacts as "archive" to coordinator... ok id=599847218 responseStatus=201 Created token=zcVCs7CB427Uploading artifacts...428junit_rspec.xml: found 1 matching files and directories 429Uploading artifacts as "junit" to coordinator... ok id=599847218 responseStatus=201 Created token=zcVCs7CB430Job succeeded