rspec-mysql 10/50
Passed Started
by
@jprovaznik
Jan Provaznik
1Running with gitlab-runner 11.8.0 (4745a6f3)2 on docker-auto-scale-com 8a6210b83Using Docker executor with image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 ...4Starting service mysql:5.7.24 ...5Pulling docker image mysql:5.7.24 ...6Using docker image sha256:ba7a93aae2a8842957a4cb908e6fbb37db2a7677b2a1f1ac7fb88283a0861e42 for mysql:5.7.24 ...7Starting service redis:alpine ...8Pulling docker image redis:alpine ...9Using docker image sha256:3d2a373f46ae28f3376c356d27210759aa9348fd94c517cf77e9df2a2c41c37f for redis:alpine ...10Waiting for services to be up and running...11Pulling docker image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 ...12Using docker image sha256:ac6482d398ed0ce8bef4327b0bb15dfe815331f073f5b6ba3e04c5cd8317402d for dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 ... 13 Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1552373997-b247825b...
00:01
15Cloning into '/builds/gitlab-org/gitlab-ee'...16Checking out 0571f131 as ee-users-search-results...17Skipping Git submodules setup19Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/debian-stretch-ruby-2.5.3-node-10.x-1 20Successfully extracted cache22Downloading artifacts from coordinator... ok id=175839787 responseStatus=200 OK token=Az8rGm5M23Downloading artifacts for compile-assets (175839788)...24Downloading artifacts from coordinator... ok id=175839788 responseStatus=200 OK token=QXA2pRWL25Downloading artifacts for setup-test-env (175839789)...26Downloading artifacts from coordinator... ok id=175839789 responseStatus=200 OK token=81x1GvWr27WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 28 Pulling docker image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 ...
17:12
29Using docker image sha256:ac6482d398ed0ce8bef4327b0bb15dfe815331f073f5b6ba3e04c5cd8317402d for dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 ...30$ bundle --version31Bundler version 1.17.232$ date33Tue Mar 12 08:58:20 UTC 201934$ source scripts/utils.sh35$ date36Tue Mar 12 08:58:20 UTC 201937$ source scripts/prepare_build.sh38Warning: 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`.39The Gemfile's dependencies are satisfied40Successfully installed knapsack-1.17.1411 gem installed42Database 'gitlabhq_test' does not exist43WARNING: index on columns ["name"] uses unsupported option, skipping.44Created database 'gitlabhq_test'45-- enable_extension("plpgsql")46 -> 0.0020s47-- enable_extension("pg_trgm")48 -> 0.0000s49-- create_table("abuse_reports", {:force=>:cascade})50 -> 0.0188s51-- create_table("appearances", {:force=>:cascade})52 -> 0.0135s53-- create_table("application_setting_terms", {:force=>:cascade})54 -> 0.0116s55-- create_table("application_settings", {:force=>:cascade})56 -> 0.0296s57-- create_table("approval_merge_request_rule_sources", {:id=>:bigserial, :force=>:cascade})58 -> 0.0167s59-- create_table("approval_merge_request_rules", {:id=>:bigserial, :force=>:cascade})60 -> 0.0168s61-- create_table("approval_merge_request_rules_approved_approvers", {:id=>:bigserial, :force=>:cascade})62 -> 0.0157s63-- create_table("approval_merge_request_rules_groups", {:id=>:bigserial, :force=>:cascade})64 -> 0.0156s65-- create_table("approval_merge_request_rules_users", {:id=>:bigserial, :force=>:cascade})66 -> 0.0165s67-- create_table("approval_project_rules", {:id=>:bigserial, :force=>:cascade})68 -> 0.0143s69-- create_table("approval_project_rules_groups", {:id=>:bigserial, :force=>:cascade})70 -> 0.0167s71-- create_table("approval_project_rules_users", {:id=>:bigserial, :force=>:cascade})72 -> 0.0173s73-- create_table("approvals", {:force=>:cascade})74 -> 0.0142s75-- create_table("approver_groups", {:force=>:cascade})76 -> 0.0169s77-- create_table("approvers", {:force=>:cascade})78 -> 0.0157s79-- create_table("audit_events", {:force=>:cascade})80 -> 0.0138s81-- create_table("award_emoji", {:force=>:cascade})82 -> 0.0216s83-- create_table("badges", {:force=>:cascade})84 -> 0.0172s85-- create_table("board_assignees", {:force=>:cascade})86 -> 0.0164s87-- create_table("board_group_recent_visits", {:id=>:bigserial, :force=>:cascade})88 -> 0.0218s89-- create_table("board_labels", {:force=>:cascade})90 -> 0.0158s91-- create_table("board_project_recent_visits", {:id=>:bigserial, :force=>:cascade})92 -> 0.0226s93-- create_table("boards", {:force=>:cascade})94 -> 0.0194s95-- create_table("broadcast_messages", {:force=>:cascade})96 -> 0.0145s97-- create_table("chat_names", {:force=>:cascade})98 -> 0.0171s99-- create_table("chat_teams", {:force=>:cascade})100 -> 0.0161s101-- create_table("ci_build_trace_chunks", {:id=>:bigserial, :force=>:cascade})102 -> 0.0137s103-- create_table("ci_build_trace_section_names", {:force=>:cascade})104 -> 0.0139s105-- create_table("ci_build_trace_sections", {:force=>:cascade})106 -> 0.0189s107-- create_table("ci_builds", {:force=>:cascade})108 -> 0.0624s109-- create_table("ci_builds_metadata", {:force=>:cascade})110 -> 0.0174s111-- create_table("ci_builds_runner_session", {:id=>:bigserial, :force=>:cascade})112 -> 0.0149s113-- create_table("ci_group_variables", {:force=>:cascade})114 -> 0.0142s115-- create_table("ci_job_artifacts", {:force=>:cascade})116 -> 0.0211s117-- create_table("ci_pipeline_chat_data", {:id=>:bigserial, :force=>:cascade})118 -> 0.0165s119-- create_table("ci_pipeline_schedule_variables", {:force=>:cascade})120 -> 0.0145s121-- create_table("ci_pipeline_schedules", {:force=>:cascade})122 -> 0.0187s123-- create_table("ci_pipeline_variables", {:force=>:cascade})124 -> 0.0155s125-- create_table("ci_pipelines", {:force=>:cascade})126 -> 0.0420s127-- create_table("ci_runner_namespaces", {:force=>:cascade})128 -> 0.0171s129-- create_table("ci_runner_projects", {:force=>:cascade})130 -> 0.0169s131-- create_table("ci_runners", {:force=>:cascade})132 -> 0.0351s133-- create_table("ci_sources_pipelines", {:force=>:cascade})134 -> 0.0260s135-- create_table("ci_stages", {:force=>:cascade})136 -> 0.0217s137-- create_table("ci_trigger_requests", {:force=>:cascade})138 -> 0.0159s139-- create_table("ci_triggers", {:force=>:cascade})140 -> 0.0169s141-- create_table("ci_variables", {:force=>:cascade})142 -> 0.0142s143-- create_table("cluster_groups", {:force=>:cascade})144 -> 0.0164s145-- create_table("cluster_platforms_kubernetes", {:force=>:cascade})146 -> 0.0157s147-- create_table("cluster_projects", {:force=>:cascade})148 -> 0.0163s149-- create_table("cluster_providers_gcp", {:force=>:cascade})150 -> 0.0149s151-- create_table("clusters", {:force=>:cascade})152 -> 0.0166s153-- create_table("clusters_applications_cert_managers", {:force=>:cascade})154 -> 0.0144s155-- create_table("clusters_applications_helm", {:force=>:cascade})156 -> 0.0157s157-- create_table("clusters_applications_ingress", {:force=>:cascade})158 -> 0.0172s159-- create_table("clusters_applications_jupyter", {:force=>:cascade})160 -> 0.0167s161-- create_table("clusters_applications_knative", {:force=>:cascade})162 -> 0.0147s163-- create_table("clusters_applications_prometheus", {:force=>:cascade})164 -> 0.0148s165-- create_table("clusters_applications_runners", {:force=>:cascade})166 -> 0.0169s167-- create_table("clusters_kubernetes_namespaces", {:id=>:bigserial, :force=>:cascade})168 -> 0.0214s169-- create_table("container_repositories", {:force=>:cascade})170 -> 0.0168s171-- create_table("conversational_development_index_metrics", {:force=>:cascade})172 -> 0.0134s173-- create_table("deploy_keys_projects", {:force=>:cascade})174 -> 0.0137s175-- create_table("deploy_tokens", {:force=>:cascade})176 -> 0.0178s177-- create_table("deployments", {:force=>:cascade})178 -> 0.0398s179-- create_table("draft_notes", {:id=>:bigserial, :force=>:cascade})180 -> 0.0199s181-- create_table("emails", {:force=>:cascade})182 -> 0.0197s183-- create_table("environments", {:force=>:cascade})184 -> 0.0175s185-- create_table("epic_issues", {:force=>:cascade})186 -> 0.0172s187-- create_table("epic_metrics", {:force=>:cascade})188 -> 0.0142s189-- create_table("epics", {:force=>:cascade})190 -> 0.0367s191-- create_table("events", {:force=>:cascade})192 -> 0.0247s193-- create_table("feature_gates", {:force=>:cascade})194 -> 0.0148s195-- create_table("features", {:force=>:cascade})196 -> 0.0149s197-- create_table("fork_network_members", {:force=>:cascade})198 -> 0.0186s199-- create_table("fork_networks", {:force=>:cascade})200 -> 0.0133s201-- create_table("forked_project_links", {:force=>:cascade})202 -> 0.0137s203-- create_table("geo_cache_invalidation_events", {:id=>:bigserial, :force=>:cascade})204 -> 0.0110s205-- create_table("geo_event_log", {:id=>:bigserial, :force=>:cascade})206 -> 0.0421s207-- create_table("geo_hashed_storage_attachments_events", {:id=>:bigserial, :force=>:cascade})208 -> 0.0143s209-- create_table("geo_hashed_storage_migrated_events", {:id=>:bigserial, :force=>:cascade})210 -> 0.0151s211-- create_table("geo_job_artifact_deleted_events", {:id=>:bigserial, :force=>:cascade})212 -> 0.0144s213-- create_table("geo_lfs_object_deleted_events", {:id=>:bigserial, :force=>:cascade})214 -> 0.0148s215-- create_table("geo_node_namespace_links", {:force=>:cascade})216 -> 0.0199s217-- create_table("geo_node_statuses", {:force=>:cascade})218 -> 0.0170s219-- create_table("geo_nodes", {:force=>:cascade})220 -> 0.0197s221-- create_table("geo_repositories_changed_events", {:id=>:bigserial, :force=>:cascade})222 -> 0.0140s223-- create_table("geo_repository_created_events", {:id=>:bigserial, :force=>:cascade})224 -> 0.0148s225-- create_table("geo_repository_deleted_events", {:id=>:bigserial, :force=>:cascade})226 -> 0.0145s227-- create_table("geo_repository_renamed_events", {:id=>:bigserial, :force=>:cascade})228 -> 0.0170s229-- create_table("geo_repository_updated_events", {:id=>:bigserial, :force=>:cascade})230 -> 0.0178s231-- create_table("geo_reset_checksum_events", {:id=>:bigserial, :force=>:cascade})232 -> 0.0140s233-- create_table("geo_upload_deleted_events", {:id=>:bigserial, :force=>:cascade})234 -> 0.0142s235-- create_table("gitlab_subscriptions", {:id=>:bigserial, :force=>:cascade})236 -> 0.0161s237-- create_table("gpg_key_subkeys", {:force=>:cascade})238 -> 0.0193s239-- create_table("gpg_keys", {:force=>:cascade})240 -> 0.0192s241-- create_table("gpg_signatures", {:force=>:cascade})242 -> 0.0247s243-- create_table("group_custom_attributes", {:force=>:cascade})244 -> 0.0171s245-- create_table("historical_data", {:force=>:cascade})246 -> 0.0115s247-- create_table("identities", {:force=>:cascade})248 -> 0.0158s249-- create_table("import_export_uploads", {:force=>:cascade})250 -> 0.0185s251-- create_table("index_statuses", {:force=>:cascade})252 -> 0.0148s253-- create_table("insights", {:force=>:cascade})WARNING: index on columns ["description"] uses unsupported option, skipping.254WARNING: index on columns ["title"] uses unsupported option, skipping.255WARNING: index on columns ["description"] uses unsupported option, skipping.256WARNING: index on columns ["title"] uses unsupported option, skipping.257WARNING: index on columns ["description"] uses unsupported option, skipping.258WARNING: index on columns ["title"] uses unsupported option, skipping.259WARNING: index on columns ["name"] uses unsupported option, skipping.260WARNING: index on columns ["path"] uses unsupported option, skipping.261WARNING: index on columns ["note"] uses unsupported option, skipping.262WARNING: index on columns ["description"] uses unsupported option, skipping.263WARNING: index on columns ["name"] uses unsupported option, skipping.264WARNING: index on columns ["path"] uses unsupported option, skipping.265WARNING: index on columns ["path"] uses unsupported option, skipping.266WARNING: index on columns ["file_name"] uses unsupported option, skipping.267WARNING: index on columns ["title"] uses unsupported option, skipping.268WARNING: index on columns ["name"] uses unsupported option, skipping.269 -> 0.0179s270-- create_table("internal_ids", {:id=>:bigserial, :force=>:cascade})271 -> 0.0227s272-- create_table("issue_assignees", {:id=>false, :force=>:cascade})273 -> 0.0155s274-- create_table("issue_links", {:force=>:cascade})275 -> 0.0200s276-- create_table("issue_metrics", {:force=>:cascade})277 -> 0.0157s278-- create_table("issues", {:force=>:cascade})279 -> 0.0486s280-- create_table("keys", {:force=>:cascade})281 -> 0.0189s282-- create_table("label_links", {:force=>:cascade})283 -> 0.0188s284-- create_table("label_priorities", {:force=>:cascade})285 -> 0.0201s286-- create_table("labels", {:force=>:cascade})287 -> 0.0238s288-- create_table("ldap_group_links", {:force=>:cascade})289 -> 0.0115s290-- create_table("lfs_file_locks", {:force=>:cascade})291 -> 0.0158s292-- create_table("lfs_objects", {:force=>:cascade})293 -> 0.0158s294-- create_table("lfs_objects_projects", {:force=>:cascade})295 -> 0.0136s296-- create_table("licenses", {:force=>:cascade})297 -> 0.0110s298-- create_table("lists", {:force=>:cascade})299 -> 0.0248s300-- create_table("members", {:force=>:cascade})301 -> 0.0230s302-- create_table("merge_request_diff_commits", {:id=>false, :force=>:cascade})303 -> 0.0135s304-- create_table("merge_request_diff_files", {:id=>false, :force=>:cascade})305 -> 0.0111s306-- create_table("merge_request_diffs", {:force=>:cascade})307 -> 0.0135s308-- create_table("merge_request_metrics", {:force=>:cascade})309 -> 0.0245s310-- create_table("merge_requests", {:force=>:cascade})311 -> 0.0546s312-- create_table("merge_requests_closing_issues", {:force=>:cascade})313 -> 0.0169s314-- create_table("milestones", {:force=>:cascade})315 -> 0.0221s316-- create_table("namespace_statistics", {:force=>:cascade})317 -> 0.0153s318-- create_table("namespaces", {:force=>:cascade})319 -> 0.0498s320-- create_table("note_diff_files", {:force=>:cascade})321 -> 0.0146s322-- create_table("notes", {:force=>:cascade})323 -> 0.0329s324-- create_table("notification_settings", {:force=>:cascade})325 -> 0.0191s326-- create_table("oauth_access_grants", {:force=>:cascade})327 -> 0.0145s328-- create_table("oauth_access_tokens", {:force=>:cascade})329 -> 0.0190s330-- create_table("oauth_applications", {:force=>:cascade})331 -> 0.0193s332-- create_table("oauth_openid_requests", {:force=>:cascade})333 -> 0.0137s334-- create_table("operations_feature_flag_scopes", {:id=>:bigserial, :force=>:cascade})335 -> 0.0142s336-- create_table("operations_feature_flags", {:id=>:bigserial, :force=>:cascade})337 -> 0.0158s338-- create_table("operations_feature_flags_clients", {:id=>:bigserial, :force=>:cascade})339 -> 0.0149s340-- create_table("packages_maven_metadata", {:id=>:bigserial, :force=>:cascade})341 -> 0.0153s342-- create_table("packages_package_files", {:id=>:bigserial, :force=>:cascade})343 -> 0.0152s344-- create_table("packages_packages", {:id=>:bigserial, :force=>:cascade})345 -> 0.0150s346-- create_table("pages_domains", {:force=>:cascade})347 -> 0.0263s348-- create_table("path_locks", {:force=>:cascade})349 -> 0.0190s350-- create_table("personal_access_tokens", {:force=>:cascade})351 -> 0.0170s352-- create_table("plans", {:force=>:cascade})353 -> 0.0184s354-- create_table("pool_repositories", {:id=>:bigserial, :force=>:cascade})355 -> 0.0222s356-- create_table("programming_languages", {:force=>:cascade})357 -> 0.0144s358-- create_table("project_alerting_settings", {:primary_key=>"project_id", :id=>:integer, :force=>:cascade})359 -> 0.0109s360-- create_table("project_authorizations", {:id=>false, :force=>:cascade})361 -> 0.0143s362-- create_table("project_auto_devops", {:force=>:cascade})363 -> 0.0135s364-- create_table("project_ci_cd_settings", {:force=>:cascade})365 -> 0.0135s366-- create_table("project_custom_attributes", {:force=>:cascade})367 -> 0.0160s368-- create_table("project_daily_statistics", {:id=>:bigserial, :force=>:cascade})369 -> 0.0134s370-- create_table("project_deploy_tokens", {:force=>:cascade})371 -> 0.0157s372-- create_table("project_error_tracking_settings", {:primary_key=>"project_id", :id=>:integer, :force=>:cascade})373 -> 0.0117s374-- create_table("project_feature_usages", {:primary_key=>"project_id", :id=>:integer, :force=>:cascade})375 -> 0.0192s376-- create_table("project_features", {:force=>:cascade})377 -> 0.0143s378-- create_table("project_group_links", {:force=>:cascade})379 -> 0.0184s380-- create_table("project_import_data", {:force=>:cascade})381 -> 0.0158s382-- create_table("project_incident_management_settings", {:primary_key=>"project_id", :id=>:integer, :force=>:cascade})383 -> 0.0171s384-- create_table("project_mirror_data", {:force=>:cascade})385 -> 0.0241s386-- create_table("project_repositories", {:id=>:bigserial, :force=>:cascade})387 -> 0.0186s388-- create_table("project_repository_states", {:force=>:cascade})389 -> 0.0280s390-- create_table("project_statistics", {:force=>:cascade})391 -> 0.0183s392-- create_table("project_tracing_settings", {:id=>:bigserial, :force=>:cascade})393 -> 0.0140s394-- create_table("projects", {:force=>:cascade})395 -> 0.0699s396-- create_table("prometheus_alert_events", {:id=>:bigserial, :force=>:cascade})397 -> 0.0175s398-- create_table("prometheus_alerts", {:force=>:cascade})399 -> 0.0194s400-- create_table("prometheus_metrics", {:force=>:cascade})401 -> 0.0234s402-- create_table("protected_branch_merge_access_levels", {:force=>:cascade})403 -> 0.0192s404-- create_table("protected_branch_push_access_levels", {:force=>:cascade})405 -> 0.0198s406-- create_table("protected_branch_unprotect_access_levels", {:force=>:cascade})407 -> 0.0199s408-- create_table("protected_branches", {:force=>:cascade})409 -> 0.0153s410-- create_table("protected_environment_deploy_access_levels", {:force=>:cascade})411 -> 0.0191s412-- create_table("protected_environments", {:force=>:cascade})413 -> 0.0174s414-- create_table("protected_tag_create_access_levels", {:force=>:cascade})415 -> 0.0212s416-- create_table("protected_tags", {:force=>:cascade})417 -> 0.0169s418-- create_table("push_event_payloads", {:id=>false, :force=>:cascade})419 -> 0.0134s420-- create_table("push_rules", {:force=>:cascade})421 -> 0.0176s422-- create_table("redirect_routes", {:force=>:cascade})423 -> 0.0213s424-- create_table("release_links", {:id=>:bigserial, :force=>:cascade})425 -> 0.0174s426-- create_table("releases", {:force=>:cascade})427 -> 0.0187s428-- create_table("remote_mirrors", {:force=>:cascade})429 -> 0.0168s430-- create_table("repository_languages", {:id=>false, :force=>:cascade})431 -> 0.0120s432-- create_table("resource_label_events", {:id=>:bigserial, :force=>:cascade})433 -> 0.0241s434-- create_table("reviews", {:id=>:bigserial, :force=>:cascade})435 -> 0.0211s436-- create_table("routes", {:force=>:cascade})437 -> 0.0178s438-- create_table("saml_providers", {:force=>:cascade})439 -> 0.0149s440-- create_table("sent_notifications", {:force=>:cascade})441 -> 0.0150s442-- create_table("services", {:force=>:cascade})443 -> 0.0204s444-- create_table("shards", {:force=>:cascade})445 -> 0.0144s446-- create_table("slack_integrations", {:force=>:cascade})447 -> 0.0167s448-- create_table("smartcard_identities", {:id=>:bigserial, :force=>:cascade})449 -> 0.0163s450-- create_table("snippets", {:force=>:cascade})451 -> 0.0209s452-- create_table("software_license_policies", {:force=>:cascade})453 -> 0.0183s454-- create_table("software_licenses", {:force=>:cascade})455 -> 0.0152s456-- create_table("spam_logs", {:force=>:cascade})457 -> 0.0125s458-- create_table("subscriptions", {:force=>:cascade})459 -> 0.0181s460-- create_table("suggestions", {:id=>:bigserial, :force=>:cascade})461 -> 0.0140s462-- create_table("system_note_metadata", {:force=>:cascade})463 -> 0.0131s464-- create_table("taggings", {:force=>:cascade})465 -> 0.0216s466-- create_table("tags", {:force=>:cascade})467 -> 0.0137s468-- create_table("term_agreements", {:force=>:cascade})469 -> 0.0184s470-- create_table("timelogs", {:force=>:cascade})471 -> 0.0182s472-- create_table("todos", {:force=>:cascade})473 -> 0.0341s474-- create_table("trending_projects", {:force=>:cascade})475 -> 0.0147s476-- create_table("u2f_registrations", {:force=>:cascade})477 -> 0.0199s478-- create_table("uploads", {:force=>:cascade})479 -> 0.0325s480-- create_table("user_agent_details", {:force=>:cascade})481 -> 0.0157s482-- create_table("user_callouts", {:force=>:cascade})483 -> 0.0162s484-- create_table("user_custom_attributes", {:force=>:cascade})WARNING: index on columns ["email"] uses unsupported option, skipping.485WARNING: index on columns ["name"] uses unsupported option, skipping.486WARNING: index on columns ["username"] uses unsupported option, skipping.487 -> 0.0212s488-- create_table("user_interacted_projects", {:id=>false, :force=>:cascade})489 -> 0.0151s490-- create_table("user_preferences", {:force=>:cascade})491 -> 0.0150s492-- create_table("user_statuses", {:primary_key=>"user_id", :force=>:cascade})493 -> 0.0140s494-- create_table("user_synced_attributes_metadata", {:force=>:cascade})495 -> 0.0141s496-- create_table("users", {:force=>:cascade})497 -> 0.0555s498-- create_table("users_ops_dashboard_projects", {:id=>:bigserial, :force=>:cascade})499 -> 0.0166s500-- create_table("users_star_projects", {:force=>:cascade})501 -> 0.0161s502-- create_table("vulnerability_feedback", {:force=>:cascade})503 -> 0.0230s504-- create_table("vulnerability_identifiers", {:id=>:bigserial, :force=>:cascade})505 -> 0.0149s506-- create_table("vulnerability_occurrence_identifiers", {:id=>:bigserial, :force=>:cascade})507 -> 0.0167s508-- create_table("vulnerability_occurrence_pipelines", {:id=>:bigserial, :force=>:cascade})509 -> 0.0177s510-- create_table("vulnerability_occurrences", {:id=>:bigserial, :force=>:cascade})511 -> 0.0222s512-- create_table("vulnerability_scanners", {:id=>:bigserial, :force=>:cascade})513 -> 0.0141s514-- create_table("web_hook_logs", {:force=>:cascade})515 -> 0.0170s516-- create_table("web_hooks", {:force=>:cascade})517 -> 0.0176s518-- add_foreign_key("application_settings", "namespaces", {:column=>"custom_project_templates_group_id", :on_delete=>:nullify})519 -> 0.0418s520-- add_foreign_key("application_settings", "projects", {:column=>"file_template_project_id", :name=>"fk_ec757bd087", :on_delete=>:nullify})521 -> 0.0336s522-- add_foreign_key("application_settings", "users", {:column=>"usage_stats_set_by_user_id", :name=>"fk_964370041d", :on_delete=>:nullify})523 -> 0.0312s524-- add_foreign_key("approval_merge_request_rule_sources", "approval_merge_request_rules", {:on_delete=>:cascade})525 -> 0.0253s526-- add_foreign_key("approval_merge_request_rule_sources", "approval_project_rules", {:on_delete=>:cascade})527 -> 0.0445s528-- add_foreign_key("approval_merge_request_rules", "merge_requests", {:on_delete=>:cascade})529 -> 0.0287s530-- add_foreign_key("approval_merge_request_rules_approved_approvers", "approval_merge_request_rules", {:on_delete=>:cascade})531 -> 0.0260s532-- add_foreign_key("approval_merge_request_rules_approved_approvers", "users", {:on_delete=>:cascade})533 -> 0.0245s534-- add_foreign_key("approval_merge_request_rules_groups", "approval_merge_request_rules", {:on_delete=>:cascade})535 -> 0.0240s536-- add_foreign_key("approval_merge_request_rules_groups", "namespaces", {:column=>"group_id", :on_delete=>:cascade})537 -> 0.0247s538-- add_foreign_key("approval_merge_request_rules_users", "approval_merge_request_rules", {:on_delete=>:cascade})539 -> 0.0250s540-- add_foreign_key("approval_merge_request_rules_users", "users", {:on_delete=>:cascade})541 -> 0.0249s542-- add_foreign_key("approval_project_rules", "projects", {:on_delete=>:cascade})543 -> 0.0220s544-- add_foreign_key("approval_project_rules_groups", "approval_project_rules", {:on_delete=>:cascade})545 -> 0.0233s546-- add_foreign_key("approval_project_rules_groups", "namespaces", {:column=>"group_id", :on_delete=>:cascade})547 -> 0.0236s548-- add_foreign_key("approval_project_rules_users", "approval_project_rules", {:on_delete=>:cascade})549 -> 0.0256s550-- add_foreign_key("approval_project_rules_users", "users", {:on_delete=>:cascade})551 -> 0.0259s552-- add_foreign_key("approvals", "merge_requests", {:name=>"fk_310d714958", :on_delete=>:cascade})553 -> 0.0231s554-- add_foreign_key("approver_groups", "namespaces", {:column=>"group_id", :on_delete=>:cascade})555 -> 0.0251s556-- add_foreign_key("badges", "namespaces", {:column=>"group_id", :on_delete=>:cascade})557 -> 0.0250s558-- add_foreign_key("badges", "projects", {:on_delete=>:cascade})559 -> 0.0263s560-- add_foreign_key("board_assignees", "boards", {:on_delete=>:cascade})561 -> 0.0259s562-- add_foreign_key("board_assignees", "users", {:column=>"assignee_id", :on_delete=>:cascade})563 -> 0.0240s564-- add_foreign_key("board_group_recent_visits", "boards", {:on_delete=>:cascade})565 -> 0.0297s566-- add_foreign_key("board_group_recent_visits", "namespaces", {:column=>"group_id", :on_delete=>:cascade})567 -> 0.0305s568-- add_foreign_key("board_group_recent_visits", "users", {:on_delete=>:cascade})569 -> 0.0302s570-- add_foreign_key("board_labels", "boards", {:on_delete=>:cascade})571 -> 0.0247s572-- add_foreign_key("board_labels", "labels", {:on_delete=>:cascade})573 -> 0.0258s574-- add_foreign_key("board_project_recent_visits", "boards", {:on_delete=>:cascade})575 -> 0.0292s576-- add_foreign_key("board_project_recent_visits", "projects", {:on_delete=>:cascade})577 -> 0.0284s578-- add_foreign_key("board_project_recent_visits", "users", {:on_delete=>:cascade})579 -> 0.0306s580-- add_foreign_key("boards", "namespaces", {:column=>"group_id", :name=>"fk_1e9a074a35", :on_delete=>:cascade})581 -> 0.0289s582-- add_foreign_key("boards", "projects", {:name=>"fk_f15266b5f9", :on_delete=>:cascade})583 -> 0.0281s584-- add_foreign_key("chat_teams", "namespaces", {:on_delete=>:cascade})585 -> 0.0229s586-- add_foreign_key("ci_build_trace_chunks", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})587 -> 0.0233s588-- add_foreign_key("ci_build_trace_section_names", "projects", {:on_delete=>:cascade})589 -> 0.0230s590-- add_foreign_key("ci_build_trace_sections", "ci_build_trace_section_names", {:column=>"section_name_id", :name=>"fk_264e112c66", :on_delete=>:cascade})591 -> 0.0281s592-- add_foreign_key("ci_build_trace_sections", "ci_builds", {:column=>"build_id", :name=>"fk_4ebe41f502", :on_delete=>:cascade})593 -> 0.0279s594-- add_foreign_key("ci_build_trace_sections", "projects", {:on_delete=>:cascade})595 -> 0.0265s596-- add_foreign_key("ci_builds", "ci_pipelines", {:column=>"auto_canceled_by_id", :name=>"fk_a2141b1522", :on_delete=>:nullify})597 -> 0.0699s598-- add_foreign_key("ci_builds", "ci_pipelines", {:column=>"commit_id", :name=>"fk_d3130c9a7f", :on_delete=>:cascade})599 -> 0.0684s600-- add_foreign_key("ci_builds", "ci_stages", {:column=>"stage_id", :name=>"fk_3a9eaa254d", :on_delete=>:cascade})601 -> 0.0609s602-- add_foreign_key("ci_builds", "projects", {:name=>"fk_befce0568a", :on_delete=>:cascade})603 -> 0.0628s604-- add_foreign_key("ci_builds_metadata", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})605 -> 0.0234s606-- add_foreign_key("ci_builds_metadata", "projects", {:on_delete=>:cascade})607 -> 0.0229s608-- add_foreign_key("ci_builds_runner_session", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})609 -> 0.0199s610-- add_foreign_key("ci_group_variables", "namespaces", {:column=>"group_id", :name=>"fk_33ae4d58d8", :on_delete=>:cascade})611 -> 0.0220s612-- add_foreign_key("ci_job_artifacts", "ci_builds", {:column=>"job_id", :on_delete=>:cascade})613 -> 0.0271s614-- add_foreign_key("ci_job_artifacts", "projects", {:on_delete=>:cascade})615 -> 0.0278s616-- add_foreign_key("ci_pipeline_chat_data", "chat_names", {:on_delete=>:cascade})617 -> 0.0242s618-- add_foreign_key("ci_pipeline_chat_data", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:cascade})619 -> 0.0222s620-- add_foreign_key("ci_pipeline_schedule_variables", "ci_pipeline_schedules", {:column=>"pipeline_schedule_id", :name=>"fk_41c35fda51", :on_delete=>:cascade})621 -> 0.0220s622-- add_foreign_key("ci_pipeline_schedules", "projects", {:name=>"fk_8ead60fcc4", :on_delete=>:cascade})623 -> 0.0247s624-- add_foreign_key("ci_pipeline_schedules", "users", {:column=>"owner_id", :name=>"fk_9ea99f58d2", :on_delete=>:nullify})625 -> 0.0243s626-- add_foreign_key("ci_pipeline_variables", "ci_pipelines", {:column=>"pipeline_id", :name=>"fk_f29c5f4380", :on_delete=>:cascade})627 -> 0.0207s628-- add_foreign_key("ci_pipelines", "ci_pipeline_schedules", {:column=>"pipeline_schedule_id", :name=>"fk_3d34ab2e06", :on_delete=>:nullify})629 -> 0.0457s630-- add_foreign_key("ci_pipelines", "ci_pipelines", {:column=>"auto_canceled_by_id", :name=>"fk_262d4c2d19", :on_delete=>:nullify})631 -> 0.0484s632-- add_foreign_key("ci_pipelines", "merge_requests", {:name=>"fk_a23be95014", :on_delete=>:cascade})633 -> 0.0477s634-- add_foreign_key("ci_pipelines", "projects", {:name=>"fk_86635dbd80", :on_delete=>:cascade})635 -> 0.0486s636-- add_foreign_key("ci_runner_namespaces", "ci_runners", {:column=>"runner_id", :on_delete=>:cascade})637 -> 0.0240s638-- add_foreign_key("ci_runner_namespaces", "namespaces", {:on_delete=>:cascade})639 -> 0.0231s640-- add_foreign_key("ci_runner_projects", "projects", {:name=>"fk_4478a6f1e4", :on_delete=>:cascade})641 -> 0.0226s642-- add_foreign_key("ci_sources_pipelines", "ci_builds", {:column=>"source_job_id", :name=>"fk_be5624bf37", :on_delete=>:cascade})643 -> 0.0299s644-- add_foreign_key("ci_sources_pipelines", "ci_pipelines", {:column=>"pipeline_id", :name=>"fk_e1bad85861", :on_delete=>:cascade})645 -> 0.0299s646-- add_foreign_key("ci_sources_pipelines", "ci_pipelines", {:column=>"source_pipeline_id", :name=>"fk_d4e29af7d7", :on_delete=>:cascade})647 -> 0.0301s648-- add_foreign_key("ci_sources_pipelines", "projects", {:column=>"source_project_id", :name=>"fk_acd9737679", :on_delete=>:cascade})649 -> 0.0303s650-- add_foreign_key("ci_sources_pipelines", "projects", {:name=>"fk_1e53c97c0a", :on_delete=>:cascade})651 -> 0.0338s652-- add_foreign_key("ci_stages", "ci_pipelines", {:column=>"pipeline_id", :name=>"fk_fb57e6cc56", :on_delete=>:cascade})653 -> 0.0283s654-- add_foreign_key("ci_stages", "projects", {:name=>"fk_2360681d1d", :on_delete=>:cascade})655 -> 0.0276s656-- add_foreign_key("ci_trigger_requests", "ci_triggers", {:column=>"trigger_id", :name=>"fk_b8ec8b7245", :on_delete=>:cascade})657 -> 0.0245s658-- add_foreign_key("ci_triggers", "projects", {:name=>"fk_e3e63f966e", :on_delete=>:cascade})659 -> 0.0234s660-- add_foreign_key("ci_triggers", "users", {:column=>"owner_id", :name=>"fk_e8e10d1964", :on_delete=>:cascade})661 -> 0.0233s662-- add_foreign_key("ci_variables", "projects", {:name=>"fk_ada5eb64b3", :on_delete=>:cascade})663 -> 0.0208s664-- add_foreign_key("cluster_groups", "clusters", {:on_delete=>:cascade})665 -> 0.0229s666-- add_foreign_key("cluster_groups", "namespaces", {:column=>"group_id", :on_delete=>:cascade})667 -> 0.0231s668-- add_foreign_key("cluster_platforms_kubernetes", "clusters", {:on_delete=>:cascade})669 -> 0.0214s670-- add_foreign_key("cluster_projects", "clusters", {:on_delete=>:cascade})671 -> 0.0228s672-- add_foreign_key("cluster_projects", "projects", {:on_delete=>:cascade})673 -> 0.0252s674-- add_foreign_key("cluster_providers_gcp", "clusters", {:on_delete=>:cascade})675 -> 0.0228s676-- add_foreign_key("clusters", "users", {:on_delete=>:nullify})677 -> 0.0240s678-- add_foreign_key("clusters_applications_cert_managers", "clusters", {:on_delete=>:cascade})679 -> 0.0204s680-- add_foreign_key("clusters_applications_helm", "clusters", {:on_delete=>:cascade})681 -> 0.0217s682-- add_foreign_key("clusters_applications_ingress", "clusters", {:on_delete=>:cascade})683 -> 0.0215s684-- add_foreign_key("clusters_applications_jupyter", "clusters", {:on_delete=>:cascade})685 -> 0.0228s686-- add_foreign_key("clusters_applications_jupyter", "oauth_applications", {:on_delete=>:nullify})687 -> 0.0213s688-- add_foreign_key("clusters_applications_knative", "clusters", {:on_delete=>:cascade})689 -> 0.0210s690-- add_foreign_key("clusters_applications_prometheus", "clusters", {:name=>"fk_557e773639", :on_delete=>:cascade})691 -> 0.0226s692-- add_foreign_key("clusters_applications_runners", "ci_runners", {:column=>"runner_id", :name=>"fk_02de2ded36", :on_delete=>:nullify})693 -> 0.0230s694-- add_foreign_key("clusters_applications_runners", "clusters", {:on_delete=>:cascade})695 -> 0.0229s696-- add_foreign_key("clusters_kubernetes_namespaces", "cluster_projects", {:on_delete=>:nullify})697 -> 0.0259s698-- add_foreign_key("clusters_kubernetes_namespaces", "clusters", {:on_delete=>:cascade})699 -> 0.0270s700-- add_foreign_key("clusters_kubernetes_namespaces", "projects", {:on_delete=>:nullify})701 -> 0.0284s702-- add_foreign_key("container_repositories", "projects")703 -> 0.0245s704-- add_foreign_key("deploy_keys_projects", "projects", {:name=>"fk_58a901ca7e", :on_delete=>:cascade})705 -> 0.0239s706-- add_foreign_key("deployments", "projects", {:name=>"fk_b9a3851b82", :on_delete=>:cascade})707 -> 0.0391s708-- add_foreign_key("draft_notes", "merge_requests", {:on_delete=>:cascade})709 -> 0.0262s710-- add_foreign_key("draft_notes", "users", {:column=>"author_id", :on_delete=>:cascade})711 -> 0.0255s712-- add_foreign_key("environments", "projects", {:name=>"fk_d1c8c1da6a", :on_delete=>:cascade})713 -> 0.0244s714-- add_foreign_key("epic_issues", "epics", {:on_delete=>:cascade})715 -> 0.0249s716-- add_foreign_key("epic_issues", "issues", {:on_delete=>:cascade})717 -> 0.0229s718-- add_foreign_key("epic_metrics", "epics", {:on_delete=>:cascade})719 -> 0.0208s720-- add_foreign_key("epics", "epics", {:column=>"parent_id", :name=>"fk_25b99c1be3", :on_delete=>:cascade})721 -> 0.0379s722-- add_foreign_key("epics", "milestones", {:on_delete=>:nullify})723 -> 0.0370s724-- add_foreign_key("epics", "namespaces", {:column=>"group_id", :name=>"fk_f081aa4489", :on_delete=>:cascade})725 -> 0.0389s726-- add_foreign_key("epics", "users", {:column=>"assignee_id", :name=>"fk_dccd3f98fc", :on_delete=>:nullify})727 -> 0.0368s728-- add_foreign_key("epics", "users", {:column=>"author_id", :name=>"fk_3654b61b03", :on_delete=>:cascade})729 -> 0.0371s730-- add_foreign_key("epics", "users", {:column=>"closed_by_id", :name=>"fk_aa5798e761", :on_delete=>:nullify})731 -> 0.0396s732-- add_foreign_key("events", "projects", {:on_delete=>:cascade})733 -> 0.0292s734-- add_foreign_key("events", "users", {:column=>"author_id", :name=>"fk_edfd187b6f", :on_delete=>:cascade})735 -> 0.0306s736-- add_foreign_key("fork_network_members", "fork_networks", {:on_delete=>:cascade})737 -> 0.0357s738-- add_foreign_key("fork_network_members", "projects", {:column=>"forked_from_project_id", :name=>"fk_b01280dae4", :on_delete=>:nullify})739 -> 0.0252s740-- add_foreign_key("fork_network_members", "projects", {:on_delete=>:cascade})741 -> 0.0260s742-- add_foreign_key("fork_networks", "projects", {:column=>"root_project_id", :name=>"fk_e7b436b2b5", :on_delete=>:nullify})743 -> 0.0209s744-- add_foreign_key("forked_project_links", "projects", {:column=>"forked_to_project_id", :name=>"fk_434510edb0", :on_delete=>:cascade})745 -> 0.0202s746-- add_foreign_key("geo_event_log", "geo_cache_invalidation_events", {:column=>"cache_invalidation_event_id", :name=>"fk_42c3b54bed", :on_delete=>:cascade})747 -> 0.0437s748-- add_foreign_key("geo_event_log", "geo_hashed_storage_migrated_events", {:column=>"hashed_storage_migrated_event_id", :name=>"fk_27548c6db3", :on_delete=>:cascade})749 -> 0.0439s750-- add_foreign_key("geo_event_log", "geo_job_artifact_deleted_events", {:column=>"job_artifact_deleted_event_id", :name=>"fk_176d3fbb5d", :on_delete=>:cascade})751 -> 0.0457s752-- add_foreign_key("geo_event_log", "geo_lfs_object_deleted_events", {:column=>"lfs_object_deleted_event_id", :name=>"fk_d5af95fcd9", :on_delete=>:cascade})753 -> 0.0462s754-- add_foreign_key("geo_event_log", "geo_repositories_changed_events", {:column=>"repositories_changed_event_id", :name=>"fk_4a99ebfd60", :on_delete=>:cascade})755 -> 0.0512s756-- add_foreign_key("geo_event_log", "geo_repository_created_events", {:column=>"repository_created_event_id", :name=>"fk_9b9afb1916", :on_delete=>:cascade})757 -> 0.0446s758-- add_foreign_key("geo_event_log", "geo_repository_deleted_events", {:column=>"repository_deleted_event_id", :name=>"fk_c4b1c1f66e", :on_delete=>:cascade})759 -> 0.0473s760-- add_foreign_key("geo_event_log", "geo_repository_renamed_events", {:column=>"repository_renamed_event_id", :name=>"fk_86c84214ec", :on_delete=>:cascade})761 -> 0.0483s762-- add_foreign_key("geo_event_log", "geo_repository_updated_events", {:column=>"repository_updated_event_id", :name=>"fk_78a6492f68", :on_delete=>:cascade})763 -> 0.0488s764-- add_foreign_key("geo_event_log", "geo_reset_checksum_events", {:column=>"reset_checksum_event_id", :name=>"fk_cff7185ad2", :on_delete=>:cascade})765 -> 0.0564s766-- add_foreign_key("geo_event_log", "geo_upload_deleted_events", {:column=>"upload_deleted_event_id", :name=>"fk_c1f241c70d", :on_delete=>:cascade})767 -> 0.0501s768-- add_foreign_key("geo_hashed_storage_attachments_events", "projects", {:on_delete=>:cascade})769 -> 0.0243s770-- add_foreign_key("geo_hashed_storage_migrated_events", "projects", {:on_delete=>:cascade})771 -> 0.0226s772-- add_foreign_key("geo_node_namespace_links", "geo_nodes", {:on_delete=>:cascade})773 -> 0.0379s774-- add_foreign_key("geo_node_namespace_links", "namespaces", {:on_delete=>:cascade})775 -> 0.0281s776-- add_foreign_key("geo_node_statuses", "geo_nodes", {:on_delete=>:cascade})777 -> 0.0254s778-- add_foreign_key("geo_repositories_changed_events", "geo_nodes", {:on_delete=>:cascade})779 -> 0.0242s780-- add_foreign_key("geo_repository_created_events", "projects", {:on_delete=>:cascade})781 -> 0.0228s782-- add_foreign_key("geo_repository_renamed_events", "projects", {:on_delete=>:cascade})783 -> 0.0239s784-- add_foreign_key("geo_repository_updated_events", "projects", {:on_delete=>:cascade})785 -> 0.0268s786-- add_foreign_key("geo_reset_checksum_events", "projects", {:on_delete=>:cascade})787 -> 0.0233s788-- add_foreign_key("gitlab_subscriptions", "namespaces", {:name=>"fk_e2595d00a1", :on_delete=>:cascade})789 -> 0.0251s790-- add_foreign_key("gitlab_subscriptions", "plans", {:column=>"hosted_plan_id", :name=>"fk_bd0c4019c3", :on_delete=>:cascade})791 -> 0.0279s792-- add_foreign_key("gpg_key_subkeys", "gpg_keys", {:on_delete=>:cascade})793 -> 0.0267s794-- add_foreign_key("gpg_keys", "users", {:on_delete=>:cascade})795 -> 0.0379s796-- add_foreign_key("gpg_signatures", "gpg_key_subkeys", {:on_delete=>:nullify})797 -> 0.0299s798-- add_foreign_key("gpg_signatures", "gpg_keys", {:on_delete=>:nullify})799 -> 0.0309s800-- add_foreign_key("gpg_signatures", "projects", {:on_delete=>:cascade})801 -> 0.0319s802-- add_foreign_key("group_custom_attributes", "namespaces", {:column=>"group_id", :on_delete=>:cascade})803 -> 0.0265s804-- add_foreign_key("identities", "saml_providers", {:name=>"fk_aade90f0fc", :on_delete=>:cascade})805 -> 0.0252s806-- add_foreign_key("import_export_uploads", "projects", {:on_delete=>:cascade})807 -> 0.0252s808-- add_foreign_key("index_statuses", "projects", {:name=>"fk_74b2492545", :on_delete=>:cascade})809 -> 0.0223s810-- add_foreign_key("insights", "namespaces")811 -> 0.0246s812-- add_foreign_key("insights", "projects")813 -> 0.0285s814-- add_foreign_key("internal_ids", "namespaces", {:name=>"fk_162941d509", :on_delete=>:cascade})815 -> 0.0355s816-- add_foreign_key("internal_ids", "projects", {:on_delete=>:cascade})817 -> 0.0279s818-- add_foreign_key("issue_assignees", "issues", {:name=>"fk_b7d881734a", :on_delete=>:cascade})819 -> 0.0239s820-- add_foreign_key("issue_assignees", "users", {:name=>"fk_5e0c8d9154", :on_delete=>:cascade})821 -> 0.0229s822-- add_foreign_key("issue_links", "issues", {:column=>"source_id", :name=>"fk_c900194ff2", :on_delete=>:cascade})823 -> 0.0264s824-- add_foreign_key("issue_links", "issues", {:column=>"target_id", :name=>"fk_e71bb44f1f", :on_delete=>:cascade})825 -> 0.0277s826-- add_foreign_key("issue_metrics", "issues", {:on_delete=>:cascade})827 -> 0.0222s828-- add_foreign_key("issues", "issues", {:column=>"moved_to_id", :name=>"fk_a194299be1", :on_delete=>:nullify})829 -> 0.0524s830-- add_foreign_key("issues", "milestones", {:name=>"fk_96b1dd429c", :on_delete=>:nullify})831 -> 0.0539s832-- add_foreign_key("issues", "projects", {:name=>"fk_899c8f3231", :on_delete=>:cascade})833 -> 0.0497s834-- add_foreign_key("issues", "users", {:column=>"author_id", :name=>"fk_05f1e72feb", :on_delete=>:nullify})835 -> 0.0514s836-- add_foreign_key("issues", "users", {:column=>"closed_by_id", :name=>"fk_c63cbf6c25", :on_delete=>:nullify})837 -> 0.0506s838-- add_foreign_key("issues", "users", {:column=>"updated_by_id", :name=>"fk_ffed080f01", :on_delete=>:nullify})839 -> 0.0511s840-- add_foreign_key("label_links", "labels", {:name=>"fk_d97dd08678", :on_delete=>:cascade})841 -> 0.0238s842-- add_foreign_key("label_priorities", "labels", {:on_delete=>:cascade})843 -> 0.0275s844-- add_foreign_key("label_priorities", "projects", {:on_delete=>:cascade})845 -> 0.0255s846-- add_foreign_key("labels", "namespaces", {:column=>"group_id", :on_delete=>:cascade})847 -> 0.0313s848-- add_foreign_key("labels", "projects", {:name=>"fk_7de4989a69", :on_delete=>:cascade})849 -> 0.0295s850-- add_foreign_key("lfs_file_locks", "projects", {:on_delete=>:cascade})851 -> 0.0243s852-- add_foreign_key("lfs_file_locks", "users", {:on_delete=>:cascade})853 -> 0.0255s854-- add_foreign_key("lists", "boards", {:name=>"fk_0d3f677137", :on_delete=>:cascade})855 -> 0.0305s856-- add_foreign_key("lists", "labels", {:name=>"fk_7a5553d60f", :on_delete=>:cascade})857 -> 0.0519s858-- add_foreign_key("lists", "milestones", {:on_delete=>:cascade})859 -> 0.0322s860-- add_foreign_key("lists", "users", {:name=>"fk_d6cf4279f7", :on_delete=>:cascade})861 -> 0.0312s862-- add_foreign_key("members", "users", {:name=>"fk_2e88fb7ce9", :on_delete=>:cascade})863 -> 0.0300s864-- add_foreign_key("merge_request_diff_commits", "merge_request_diffs", {:on_delete=>:cascade})865 -> 0.0224s866-- add_foreign_key("merge_request_diff_files", "merge_request_diffs", {:on_delete=>:cascade})867 -> 0.0200s868-- add_foreign_key("merge_request_diffs", "merge_requests", {:name=>"fk_8483f3258f", :on_delete=>:cascade})869 -> 0.0226s870-- add_foreign_key("merge_request_metrics", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:cascade})871 -> 0.0312s872-- add_foreign_key("merge_request_metrics", "merge_requests", {:on_delete=>:cascade})873 -> 0.0333s874-- add_foreign_key("merge_request_metrics", "users", {:column=>"latest_closed_by_id", :name=>"fk_ae440388cc", :on_delete=>:nullify})875 -> 0.0321s876-- add_foreign_key("merge_request_metrics", "users", {:column=>"merged_by_id", :name=>"fk_7f28d925f3", :on_delete=>:nullify})877 -> 0.0308s878-- add_foreign_key("merge_requests", "ci_pipelines", {:column=>"head_pipeline_id", :name=>"fk_fd82eae0b9", :on_delete=>:nullify})879 -> 0.0609s880-- add_foreign_key("merge_requests", "merge_request_diffs", {:column=>"latest_merge_request_diff_id", :name=>"fk_06067f5644", :on_delete=>:nullify})881 -> 0.0613s882-- add_foreign_key("merge_requests", "milestones", {:name=>"fk_6a5165a692", :on_delete=>:nullify})883 -> 0.0577s884-- add_foreign_key("merge_requests", "projects", {:column=>"source_project_id", :name=>"fk_3308fe130c", :on_delete=>:nullify})885 -> 0.0596s886-- add_foreign_key("merge_requests", "projects", {:column=>"target_project_id", :name=>"fk_a6963e8447", :on_delete=>:cascade})887 -> 0.0582s888-- add_foreign_key("merge_requests", "users", {:column=>"assignee_id", :name=>"fk_6149611a04", :on_delete=>:nullify})889 -> 0.0590s890-- add_foreign_key("merge_requests", "users", {:column=>"author_id", :name=>"fk_e719a85f8a", :on_delete=>:nullify})891 -> 0.0599s892-- add_foreign_key("merge_requests", "users", {:column=>"merge_user_id", :name=>"fk_ad525e1f87", :on_delete=>:nullify})893 -> 0.0592s894-- add_foreign_key("merge_requests", "users", {:column=>"updated_by_id", :name=>"fk_641731faff", :on_delete=>:nullify})895 -> 0.0572s896-- add_foreign_key("merge_requests_closing_issues", "issues", {:on_delete=>:cascade})897 -> 0.0245s898-- add_foreign_key("merge_requests_closing_issues", "merge_requests", {:on_delete=>:cascade})899 -> 0.0242s900-- add_foreign_key("milestones", "namespaces", {:column=>"group_id", :name=>"fk_95650a40d4", :on_delete=>:cascade})901 -> 0.0283s902-- add_foreign_key("milestones", "projects", {:name=>"fk_9bd0a0c791", :on_delete=>:cascade})903 -> 0.0288s904-- add_foreign_key("namespace_statistics", "namespaces", {:on_delete=>:cascade})905 -> 0.0209s906-- add_foreign_key("namespaces", "namespaces", {:column=>"custom_project_templates_group_id", :name=>"fk_e7a0b20a6b", :on_delete=>:nullify})907 -> 0.0720s908-- add_foreign_key("namespaces", "plans", {:name=>"fk_fdd12e5b80", :on_delete=>:nullify})909 -> 0.0858s910-- add_foreign_key("namespaces", "projects", {:column=>"file_template_project_id", :name=>"fk_319256d87a", :on_delete=>:nullify})911 -> 0.0534s912-- add_foreign_key("note_diff_files", "notes", {:column=>"diff_note_id", :on_delete=>:cascade})913 -> 0.0223s914-- add_foreign_key("notes", "projects", {:name=>"fk_99e097b079", :on_delete=>:cascade})915 -> 0.0378s916-- add_foreign_key("notes", "reviews", {:name=>"fk_2e82291620", :on_delete=>:nullify})917 -> 0.0383s918-- add_foreign_key("notification_settings", "users", {:name=>"fk_0c95e91db7", :on_delete=>:cascade})919 -> 0.0242s920-- add_foreign_key("oauth_openid_requests", "oauth_access_grants", {:column=>"access_grant_id", :name=>"fk_oauth_openid_requests_oauth_access_grants_access_grant_id"})921 -> 0.0204s922-- add_foreign_key("operations_feature_flag_scopes", "operations_feature_flags", {:column=>"feature_flag_id", :on_delete=>:cascade})923 -> 0.0212s924-- add_foreign_key("operations_feature_flags", "projects", {:on_delete=>:cascade})925 -> 0.0220s926-- add_foreign_key("operations_feature_flags_clients", "projects", {:on_delete=>:cascade})927 -> 0.0217s928-- add_foreign_key("packages_maven_metadata", "packages_packages", {:column=>"package_id", :name=>"fk_be88aed360", :on_delete=>:cascade})929 -> 0.0201s930-- add_foreign_key("packages_package_files", "packages_packages", {:column=>"package_id", :name=>"fk_86f0f182f8", :on_delete=>:cascade})931 -> 0.0218s932-- add_foreign_key("packages_packages", "projects", {:on_delete=>:cascade})933 -> 0.0204s934-- add_foreign_key("pages_domains", "projects", {:name=>"fk_ea2f6dfc6f", :on_delete=>:cascade})935 -> 0.0282s936-- add_foreign_key("path_locks", "projects", {:name=>"fk_5265c98f24", :on_delete=>:cascade})937 -> 0.0241s938-- add_foreign_key("path_locks", "users")939 -> 0.0239s940-- add_foreign_key("personal_access_tokens", "users")941 -> 0.0228s942-- add_foreign_key("pool_repositories", "projects", {:column=>"source_project_id", :on_delete=>:nullify})943 -> 0.0233s944-- add_foreign_key("pool_repositories", "shards", {:on_delete=>:restrict})945 -> 0.0253s946-- add_foreign_key("project_alerting_settings", "projects", {:on_delete=>:cascade})947 -> 0.0184s948-- add_foreign_key("project_authorizations", "projects", {:on_delete=>:cascade})949 -> 0.0235s950-- add_foreign_key("project_authorizations", "users", {:on_delete=>:cascade})951 -> 0.0222s952-- add_foreign_key("project_auto_devops", "projects", {:on_delete=>:cascade})953 -> 0.0214s954-- add_foreign_key("project_ci_cd_settings", "projects", {:name=>"fk_24c15d2f2e", :on_delete=>:cascade})955 -> 0.0241s956-- add_foreign_key("project_custom_attributes", "projects", {:on_delete=>:cascade})957 -> 0.0250s958-- add_foreign_key("project_daily_statistics", "projects", {:on_delete=>:cascade})959 -> 0.0222s960-- add_foreign_key("project_deploy_tokens", "deploy_tokens", {:on_delete=>:cascade})961 -> 0.0248s962-- add_foreign_key("project_deploy_tokens", "projects", {:on_delete=>:cascade})963 -> 0.0239s964-- add_foreign_key("project_error_tracking_settings", "projects", {:on_delete=>:cascade})965 -> 0.0188s966-- add_foreign_key("project_feature_usages", "projects", {:on_delete=>:cascade})967 -> 0.0252s968-- add_foreign_key("project_features", "projects", {:name=>"fk_18513d9b92", :on_delete=>:cascade})969 -> 0.0205s970-- add_foreign_key("project_group_links", "projects", {:name=>"fk_daa8cee94c", :on_delete=>:cascade})971 -> 0.0231s972-- add_foreign_key("project_import_data", "projects", {:name=>"fk_ffb9ee3a10", :on_delete=>:cascade})973 -> 0.0200s974-- add_foreign_key("project_incident_management_settings", "projects", {:on_delete=>:cascade})975 -> 0.0184s976-- add_foreign_key("project_mirror_data", "projects", {:name=>"fk_d1aad367d7", :on_delete=>:cascade})977 -> 0.0317s978-- add_foreign_key("project_repositories", "projects", {:on_delete=>:cascade})979 -> 0.0796s980-- add_foreign_key("project_repositories", "shards", {:on_delete=>:restrict})981 -> 0.0299s982-- add_foreign_key("project_repository_states", "projects", {:on_delete=>:cascade})983 -> 0.0376s984-- add_foreign_key("project_statistics", "projects", {:on_delete=>:cascade})985 -> 0.0253s986-- add_foreign_key("project_tracing_settings", "projects", {:on_delete=>:cascade})987 -> 0.0221s988-- add_foreign_key("projects", "pool_repositories", {:name=>"fk_6e5c14658a", :on_delete=>:nullify})989 -> 0.0632s990-- add_foreign_key("prometheus_alert_events", "projects", {:on_delete=>:cascade})991 -> 0.0231s992-- add_foreign_key("prometheus_alert_events", "prometheus_alerts", {:on_delete=>:cascade})993 -> 0.0244s994-- add_foreign_key("prometheus_alerts", "environments", {:on_delete=>:cascade})995 -> 0.0249s996-- add_foreign_key("prometheus_alerts", "projects", {:on_delete=>:cascade})997 -> 0.0268s998-- add_foreign_key("prometheus_alerts", "prometheus_metrics", {:on_delete=>:cascade})999 -> 0.0263s1000-- add_foreign_key("prometheus_metrics", "projects", {:on_delete=>:cascade})1001 -> 0.0286s1002-- add_foreign_key("protected_branch_merge_access_levels", "namespaces", {:column=>"group_id", :name=>"fk_98f3d044fe", :on_delete=>:cascade})1003 -> 0.0254s1004-- add_foreign_key("protected_branch_merge_access_levels", "protected_branches", {:name=>"fk_8a3072ccb3", :on_delete=>:cascade})1005 -> 0.0275s1006-- add_foreign_key("protected_branch_merge_access_levels", "users")1007 -> 0.0280s1008-- add_foreign_key("protected_branch_push_access_levels", "namespaces", {:column=>"group_id", :name=>"fk_7111b68cdb", :on_delete=>:cascade})1009 -> 0.0267s1010-- add_foreign_key("protected_branch_push_access_levels", "protected_branches", {:name=>"fk_9ffc86a3d9", :on_delete=>:cascade})1011 -> 0.0277s1012-- add_foreign_key("protected_branch_push_access_levels", "users")1013 -> 0.0266s1014-- add_foreign_key("protected_branch_unprotect_access_levels", "namespaces", {:column=>"group_id", :on_delete=>:cascade})1015 -> 0.0263s1016-- add_foreign_key("protected_branch_unprotect_access_levels", "protected_branches", {:on_delete=>:cascade})1017 -> 0.0279s1018-- add_foreign_key("protected_branch_unprotect_access_levels", "users", {:on_delete=>:cascade})1019 -> 0.0273s1020-- add_foreign_key("protected_branches", "projects", {:name=>"fk_7a9c6d93e7", :on_delete=>:cascade})1021 -> 0.0219s1022-- add_foreign_key("protected_environment_deploy_access_levels", "namespaces", {:column=>"group_id", :on_delete=>:cascade})1023 -> 0.0264s1024-- add_foreign_key("protected_environment_deploy_access_levels", "protected_environments", {:on_delete=>:cascade})1025 -> 0.0266s1026-- add_foreign_key("protected_environment_deploy_access_levels", "users", {:on_delete=>:cascade})1027 -> 0.0297s1028-- add_foreign_key("protected_environments", "projects", {:on_delete=>:cascade})1029 -> 0.0277s1030-- add_foreign_key("protected_tag_create_access_levels", "namespaces", {:column=>"group_id", :name=>"fk_b4eb82fe3c", :on_delete=>:cascade})1031 -> 0.0301s1032-- add_foreign_key("protected_tag_create_access_levels", "protected_tags", {:name=>"fk_f7dfda8c51", :on_delete=>:cascade})1033 -> 0.0316s1034-- add_foreign_key("protected_tag_create_access_levels", "users")1035 -> 0.0303s1036-- add_foreign_key("protected_tags", "projects", {:name=>"fk_8e4af87648", :on_delete=>:cascade})1037 -> 0.0293s1038-- add_foreign_key("push_event_payloads", "events", {:name=>"fk_36c74129da", :on_delete=>:cascade})1039 -> 0.0227s1040-- add_foreign_key("push_rules", "projects", {:name=>"fk_83b29894de", :on_delete=>:cascade})1041 -> 0.0294s1042-- add_foreign_key("release_links", "releases", {:on_delete=>:cascade})1043 -> 0.1247s1044-- add_foreign_key("releases", "projects", {:name=>"fk_47fe2a0596", :on_delete=>:cascade})1045 -> 0.0306s1046-- add_foreign_key("releases", "users", {:column=>"author_id", :name=>"fk_8e4456f90f", :on_delete=>:nullify})1047 -> 0.0307s1048-- add_foreign_key("remote_mirrors", "projects", {:name=>"fk_43a9aa4ca8", :on_delete=>:cascade})1049 -> 0.0296s1050-- add_foreign_key("repository_languages", "projects", {:on_delete=>:cascade})1051 -> 0.0229s1052-- add_foreign_key("resource_label_events", "epics", {:on_delete=>:cascade})1053 -> 0.0327s1054-- add_foreign_key("resource_label_events", "issues", {:on_delete=>:cascade})1055 -> 0.0342s1056-- add_foreign_key("resource_label_events", "labels", {:on_delete=>:nullify})1057 -> 0.0372s1058-- add_foreign_key("resource_label_events", "merge_requests", {:on_delete=>:cascade})1059 -> 0.0354s1060-- add_foreign_key("resource_label_events", "users", {:on_delete=>:nullify})1061 -> 0.0374s1062-- add_foreign_key("reviews", "merge_requests", {:on_delete=>:cascade})1063 -> 0.0322s1064-- add_foreign_key("reviews", "projects", {:on_delete=>:cascade})1065 -> 0.0311s1066-- add_foreign_key("reviews", "users", {:column=>"author_id", :on_delete=>:nullify})1067 -> 0.0321s1068-- add_foreign_key("saml_providers", "namespaces", {:column=>"group_id", :on_delete=>:cascade})1069 -> 0.0279s1070-- add_foreign_key("services", "projects", {:name=>"fk_71cce407f9", :on_delete=>:cascade})1071 -> 0.0318s1072-- add_foreign_key("slack_integrations", "services", {:on_delete=>:cascade})1073 -> 0.0336s1074-- add_foreign_key("smartcard_identities", "users", {:on_delete=>:cascade})1075 -> 0.0279s1076-- add_foreign_key("snippets", "projects", {:name=>"fk_be41fd4bb7", :on_delete=>:cascade})1077 -> 0.0316s1078-- add_foreign_key("software_license_policies", "projects", {:on_delete=>:cascade})1079 -> 0.0301s1080-- add_foreign_key("software_license_policies", "software_licenses", {:on_delete=>:cascade})1081 -> 0.0278s1082-- add_foreign_key("subscriptions", "projects", {:on_delete=>:cascade})1083 -> 0.0278s1084-- add_foreign_key("suggestions", "notes", {:on_delete=>:cascade})1085 -> 0.0253s1086-- add_foreign_key("system_note_metadata", "notes", {:name=>"fk_d83a918cb1", :on_delete=>:cascade})1087 -> 0.0236s1088-- add_foreign_key("term_agreements", "application_setting_terms", {:column=>"term_id"})1089 -> 0.0319s1090-- add_foreign_key("term_agreements", "users", {:on_delete=>:cascade})1091 -> 0.0321s1092-- add_foreign_key("timelogs", "issues", {:name=>"fk_timelogs_issues_issue_id", :on_delete=>:cascade})1093 -> 0.0317s1094-- add_foreign_key("timelogs", "merge_requests", {:name=>"fk_timelogs_merge_requests_merge_request_id", :on_delete=>:cascade})1095 -> 0.0301s1096-- add_foreign_key("todos", "namespaces", {:column=>"group_id", :on_delete=>:cascade})1097 -> 0.0451s1098-- add_foreign_key("todos", "notes", {:name=>"fk_91d1f47b13", :on_delete=>:cascade})1099 -> 0.0459s1100-- add_foreign_key("todos", "projects", {:name=>"fk_45054f9c45", :on_delete=>:cascade})1101 -> 0.1635s1102-- add_foreign_key("todos", "users", {:column=>"author_id", :name=>"fk_ccf0373936", :on_delete=>:cascade})1103 -> 0.0454s1104-- add_foreign_key("todos", "users", {:name=>"fk_d94154aa95", :on_delete=>:cascade})1105 -> 0.0461s1106-- add_foreign_key("trending_projects", "projects", {:on_delete=>:cascade})1107 -> 0.0241s1108-- add_foreign_key("u2f_registrations", "users")1109 -> 0.0302s1110-- add_foreign_key("user_callouts", "users", {:on_delete=>:cascade})1111 -> 0.0304s1112-- add_foreign_key("user_custom_attributes", "users", {:on_delete=>:cascade})1113 -> 0.0277s1114-- add_foreign_key("user_interacted_projects", "projects", {:name=>"fk_722ceba4f7", :on_delete=>:cascade})1115 -> 0.0249s1116-- add_foreign_key("user_interacted_projects", "users", {:name=>"fk_0894651f08", :on_delete=>:cascade})1117 -> 0.0258s1118-- add_foreign_key("user_preferences", "users", {:on_delete=>:cascade})1119 -> 0.0248s1120-- add_foreign_key("user_statuses", "users", {:on_delete=>:cascade})1121 -> 0.0262s1122-- add_foreign_key("user_synced_attributes_metadata", "users", {:on_delete=>:cascade})1123 -> 0.0272s1124-- add_foreign_key("users", "application_setting_terms", {:column=>"accepted_term_id", :name=>"fk_789cd90b35", :on_delete=>:cascade})1125 -> 0.0657s1126-- add_foreign_key("users", "namespaces", {:column=>"managing_group_id", :name=>"fk_a4b8fefe3e", :on_delete=>:nullify})1127 -> 0.0686s1128-- add_foreign_key("users_ops_dashboard_projects", "projects", {:on_delete=>:cascade})1129 -> 0.0293s1130-- add_foreign_key("users_ops_dashboard_projects", "users", {:on_delete=>:cascade})1131 -> 0.0273s1132-- add_foreign_key("users_star_projects", "projects", {:name=>"fk_22cd27ddfc", :on_delete=>:cascade})1133 -> 0.0287s1134-- add_foreign_key("vulnerability_feedback", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:nullify})1135 -> 0.0370s1136-- add_foreign_key("vulnerability_feedback", "issues", {:on_delete=>:nullify})1137 -> 0.0372s1138-- add_foreign_key("vulnerability_feedback", "merge_requests", {:name=>"fk_563ff1912e", :on_delete=>:nullify})1139 -> 0.0373s1140-- add_foreign_key("vulnerability_feedback", "projects", {:on_delete=>:cascade})1141 -> 0.0359s1142-- add_foreign_key("vulnerability_feedback", "users", {:column=>"author_id", :on_delete=>:cascade})1143 -> 0.0367s1144-- add_foreign_key("vulnerability_identifiers", "projects", {:on_delete=>:cascade})1145 -> 0.0264s1146-- add_foreign_key("vulnerability_occurrence_identifiers", "vulnerability_identifiers", {:column=>"identifier_id", :on_delete=>:cascade})1147 -> 0.0287s1148-- add_foreign_key("vulnerability_occurrence_identifiers", "vulnerability_occurrences", {:column=>"occurrence_id", :on_delete=>:cascade})1149 -> 0.0288s1150-- add_foreign_key("vulnerability_occurrence_pipelines", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:cascade})1151 -> 0.0271s1152-- add_foreign_key("vulnerability_occurrence_pipelines", "vulnerability_occurrences", {:column=>"occurrence_id", :on_delete=>:cascade})1153 -> 0.0548s1154-- add_foreign_key("vulnerability_occurrences", "projects", {:on_delete=>:cascade})1155 -> 0.0449s1156-- add_foreign_key("vulnerability_occurrences", "vulnerability_identifiers", {:column=>"primary_identifier_id", :on_delete=>:cascade})1157 -> 0.0342s1158-- add_foreign_key("vulnerability_occurrences", "vulnerability_scanners", {:column=>"scanner_id", :on_delete=>:cascade})1159 -> 0.0346s1160-- add_foreign_key("vulnerability_scanners", "projects", {:on_delete=>:cascade})1161 -> 0.0269s1162-- add_foreign_key("web_hook_logs", "web_hooks", {:on_delete=>:cascade})1163 -> 0.0291s1164-- add_foreign_key("web_hooks", "projects", {:name=>"fk_0c8ca6d9d1", :on_delete=>:cascade})1165 -> 0.0289s1166-- initialize_schema_migrations_table()1167 -> 0.0174s1168Adding limits to schema.rb for mysql1169-- change_column(:snippets, :content, :text, {:limit=>2147483647})1170 -> 0.0429s1171-- change_column(:notes, :st_diff, :text, {:limit=>2147483647})1172 -> 0.0521s1173-- change_column(:snippets, :content_html, :text, {:limit=>2147483647})1174 -> 0.0375s1175-- change_column(:merge_request_diff_files, :diff, :text, {:limit=>2147483647, :default=>nil})1176 -> 0.0267s1177-- change_column(:ci_build_trace_chunks, :raw_data, :binary, {:limit=>16777215})1178 -> 0.0302s1179-- change_column(:gpg_keys, :key, :text, {:limit=>16777215})1180 -> 0.0345s1181-- change_column(:prometheus_metrics, :query, :text, {:limit=>4096, :default=>nil})1182 -> 0.0382s1183Database 'gitlabhq_geo_test' does not exist1184Created database 'gitlabhq_geo_test'1185-- enable_extension("plpgsql")1186 -> 0.0013s1187-- create_table("event_log_states", {:primary_key=>"event_id", :id=>:bigint, :force=>:cascade})1188 -> 0.0134s1189-- create_table("file_registry", {:force=>:cascade})1190 -> 0.0210s1191-- create_table("job_artifact_registry", {:force=>:cascade})1192 -> 0.0193s1193-- create_table("project_registry", {:force=>:cascade})1194 -> 0.0631s1195-- initialize_schema_migrations_table()1196 -> 0.0121s1197$ date1198Tue Mar 12 08:59:18 UTC 20191199$ JOB_NAME=( $CI_JOB_NAME )1200$ TEST_TOOL=${JOB_NAME[0]}1201$ export KNAPSACK_REPORT_PATH=knapsack/${CI_PROJECT_NAME}/${TEST_TOOL}_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json1202$ export KNAPSACK_GENERATE_REPORT=true1203$ export SUITE_FLAKY_RSPEC_REPORT_PATH=${FLAKY_RSPEC_SUITE_REPORT_PATH}1204$ export FLAKY_RSPEC_REPORT_PATH=rspec_flaky/all_${TEST_TOOL}_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json1205$ export NEW_FLAKY_RSPEC_REPORT_PATH=rspec_flaky/new_${TEST_TOOL}_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json1206$ export FLAKY_RSPEC_GENERATE_REPORT=true1207$ export CACHE_CLASSES=true1208$ cp ${KNAPSACK_RSPEC_SUITE_REPORT_PATH} ${KNAPSACK_REPORT_PATH}1209$ [[ -f $FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${FLAKY_RSPEC_REPORT_PATH}1210$ [[ -f $NEW_FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${NEW_FLAKY_RSPEC_REPORT_PATH}1211$ scripts/gitaly-test-spawn1212Checking gitaly-ruby bundle...1213Warning: 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`.1214The Gemfile's dependencies are satisfied1215Trying to connect to gitaly: ..... OK1216$ knapsack rspec "--color --format documentation --format RspecJunitFormatter --out junit_rspec.xml --tag ~geo"1217Knapsack report generator started!1218Run options: exclude {:geo=>true}1219==> Setting up GitLab Shell...1220 GitLab Shell set up in 1.104580912 seconds...1221==> Setting up Gitaly...1222 Gitaly set up in 0.0001253 seconds...1223Pipeline1224Starting the Capybara driver server...1225 GET /:project/pipelines/:id1226DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1227DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1228 shows the pipeline graph1229DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1230DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1231 shows Pipeline tab pane as active1232DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1233DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1234 shows link to the pipeline ref1235 behaves like showing user status1236DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1237DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)12382nd Try error in ./spec/support/shared_examples/showing_user_status_shared_examples.rb:6:1239 expected #<Capybara::Session> to show user status #<UserStatus user_id: 7, cached_markdown_version: 917504, emoji: "smirk", message: "Authoring this object", message_html: "Authoring this object"> 1240RSpec::Retry: 2nd try ./spec/support/shared_examples/showing_user_status_shared_examples.rb:61241DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1242DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1243 shows the status1244 pipeline graph1245 when pipeline has running builds1246DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1247DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1248 shows a running icon and a cancel action for the running build1249DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1250DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1251 cancels the running build and shows retry button1252 when pipeline has successful builds1253DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1254DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1255 shows the success icon and a retry action for the successful build1256DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1257DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1258 should be possible to retry the success job1259 when pipeline has a delayed job1260DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1261DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1262 shows the scheduled icon and an unschedule action for the delayed job1263DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1264DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1265 unschedules the delayed job and shows play button as a manual job1266 when pipeline has failed builds1267DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1268DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1269 shows the failed icon and a retry action for the failed build1270DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1271DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1272 should be possible to retry the failed build1273DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1274DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1275 should include the failure reason1276 when pipeline has manual jobs1277DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1278DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1279 shows the skipped icon and a play action for the manual build1280DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1281DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1282 should be possible to play the manual job1283 when pipeline has external job1284DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1285DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1286 shows the success icon and the generic comit status build1287 page tabs1288DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1289DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1290 shows Pipeline, Jobs and Failed Jobs tabs with link1291DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1292DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1293 shows counter in Jobs tab1294DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1295DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1296 shows Pipeline tab as active1297 without permission to access builds1298DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1299DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1300 does not show failed jobs tab pane1301 retrying jobs1302DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1303DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1304 should not text "retried"1305 when retrying1306DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1307DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1308 should not text "Retry"1309 canceling jobs1310DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1311DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1312 should not have visible css ".ci-canceled"1313 when canceling1314DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1315DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1316 should not text "Cancel running"1317 when pipeline ref does not exist in repository anymore1318DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1319DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1320 does not render link to the pipeline ref1321 when user does not have access to read jobs1322 GET /:project/pipelines/:id1323DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1324DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1325 shows the pipeline graph1326DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1327DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1328 should not link to job1329 when a bridge job exists1330 GET /:project/pipelines/:id1331DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1332DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1333 shows the pipeline with a bridge job1334 GET /:project/pipelines/:id/builds1335DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1336DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1337 shows a bridge job on a list1338 GET /:project/pipelines/:id/builds1339DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1340DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1341 shows a list of jobs1342DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1343DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1344 shows jobs tab pane as active1345 page tabs1346DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1347DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1348 shows Pipeline and Jobs tabs with link1349DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1350DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1351 shows counter in Jobs tab1352DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1353DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1354 shows Jobs tab as active1355 retrying jobs1356DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1357DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1358 should not text "retried"1359 when retrying1360DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1361DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1362 should not text "Retry"1363 canceling jobs1364DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1365DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1366 should not have visible css ".ci-canceled"1367 when canceling1368DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1369DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1370 should not text "Cancel running"1371 playing manual job1372DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1373DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1374 should be pending1375 when user unschedules a delayed job1376DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1377DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1378 unschedules the delayed job and shows play button as a manual job1379 failed jobs1380DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1381DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1382 displays a tooltip with the failure reason1383 GET /:project/pipelines/:id/failures1384 with failed build1385DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1386DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1387 shows jobs tab pane as active1388DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1389DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1390 lists failed builds1391DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1392DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1393 shows build failure logs1394DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1395DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1396 shows the failure reason1397 when user does not have permission to retry build1398DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1399DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1400 shows retry button for failed build1401 when user does have permission to retry build1402DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1403DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1404 shows retry button for failed build1405 when missing build logs1406DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1407DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1408 shows jobs tab pane as active1409DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1410DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1411 lists failed builds1412DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1413DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1414 does not show trace1415 without permission to access builds1416 when accessing failed jobs page1417DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1418DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1419 renders a 404 page1420 without failures1421DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1422DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1423 displays the pipeline graph1424 when user sees pipeline flags in a pipeline detail page1425 when pipeline is latest1426DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1427DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1428 contains badge that indicates it is the latest build1429 when pipeline has configuration errors1430DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1431DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1432 contains badge that indicates errors1433DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1434DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1435 contains badge with tooltip which contains error1436DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1437DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1438 contains badge that indicates failure reason1439DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1440DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1441 contains badge with tooltip which contains failure reason1442 when pipeline is stuck1443DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1444DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1445 contains badge that indicates being stuck1446 when pipeline uses auto devops1447DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1448DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1449 contains badge that indicates using auto devops1450 when pipeline runs in a merge request context1451DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1452DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1453 contains badge that indicates merge request pipeline1454DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1455DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1456API::Groups1457 GET /groups1458 when unauthenticated1459 returns public groups1460 avoids N+1 queries1461 when authenticated as user1462 normal user: returns an array of groups of user11463 does not include statistics1464 when authenticated as admin1465 admin: returns an array of all groups1466 does not include statistics by default1467 includes statistics if requested1468 when using skip_groups in request1469 returns all groups excluding skipped groups1470 when using all_available in request1471 returns all groups you have access to1472 when using sorting1473 sorts by name ascending by default1474 sorts in descending order when passed1475 sorts by path in order_by param1476 sorts by id in the order_by param1477 sorts also by descending id with pagination fix1478 sorts identical keys by id for good pagination1479 sorts descending identical keys by id for good pagination1480 when using owned in the request1481 returns an array of groups the user owns1482 when using min_access_level in the request1483 returns an array of groups the user has at least master access1484 GET /groups/:id1485 when unauthenticated1486 returns 404 for a private group1487 returns 200 for a public group1488 returns only public projects in the group1489 returns only public projects shared with the group1490 when authenticated as user1491 returns one of user1's groups1492 returns one of user1's groups without projects when with_projects option is set to false1493 does not return a non existing group1494 does not return a group not attached to user11495 returns only public and internal projects in the group1496 returns only public and internal projects shared with the group1497 avoids N+1 queries1498 when authenticated as admin1499 returns any existing group1500 does not return a non existing group1501 when using group path in URL1502 returns any existing group1503 does not return a non existing group1504 does not return a group not attached to user11505 PUT /groups/:id1506 when authenticated as the group owner1507 updates the group1508 returns 404 for a non existing group1509 returns 403 for updating shared_runners_minutes_limit1510 returns 200 if shared_runners_minutes_limit is not changing1511 when authenticated as the admin1512 updates the group1513 updates the group for shared_runners_minutes_limit1514 when authenticated as an user that can see the group1515 does not updates the group1516 when authenticated as an user that cannot see the group1517 returns 404 when trying to update the group1518 GET /groups/:id/projects1519 when authenticated as user1520 returns the group's projects1521 returns the group's projects with simple representation1522 filters the groups projects1523 returns projects excluding shared1524 returns projects including those in subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1525 does not return a non existing group1526 does not return a group not attached to user11527 only returns projects to which user has access1528 only returns the projects owned by user1529 only returns the projects starred by user1530 when authenticated as admin1531 returns any existing group1532 does not return a non existing group1533 avoids N+1 queries1534 when using group path in URL1535 returns any existing group1536 does not return a non existing group1537 does not return a group not attached to user11538 GET /groups/:id/subgroups1539 when unauthenticated1540 returns only public subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1541 returns 404 for a private group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1542 when authenticated as user1543 when user is not member of a public group1544 returns no subgroups for the public group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1545 when using all_available in request1546 returns public subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1547 when user is not member of a private group1548 returns 404 for the private group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1549 when user is member of public group1550 returns private subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1551 when using statistics in request1552 does not include statistics (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1553 when user is member of private group1554 returns subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1555 when authenticated as admin1556 returns private subgroups of a public group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1557 returns subgroups of a private group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1558 does not include statistics by default (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1559 includes statistics if requested (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1560 POST /groups1561 when authenticated as user without group permissions1562 does not create group1563 as owner1564 can create subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1565 as maintainer1566 cannot create subgroups (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1567 when authenticated as user with group permissions1568 creates group1569 creates a nested group (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)1570 does not create group, duplicate1571 returns 400 bad request error if name not given1572 returns 400 bad request error if path not given1573 creates an ldap_group_link if ldap_cn and ldap_access are supplied1574 when shared_runners_minutes_limit is given1575 when the current user is not an admin1576 does not create a group with shared_runners_minutes_limit1577 when the current user is an admin1578 creates a group with shared_runners_minutes_limit1579 DELETE /groups/:id1580 when authenticated as user1581 removes group1582 does not remove a group if not an owner1583 does not remove a non existing group1584 does not remove a group not attached to user11585 behaves like 412 response1586 for a modified ressource1587 returns 4121588 for an unmodified ressource1589 returns accepted1590 when authenticated as admin1591 removes any existing group1592 does not remove a non existing group1593 POST /groups/:id/projects/:project_id1594 when authenticated as user1595 does not transfer project to group1596 when authenticated as admin1597 transfers project to group1598 when using project path in URL1599 with a valid project path1600 transfers project to group1601 with a non-existent project path1602 does not transfer project to group1603 when using a group path in URL1604 with a valid group path1605 transfers project to group1606 with a non-existent group path1607 does not transfer project to group1608 behaves like custom attributes endpoints1609 GET /groups with custom attributes filter1610 with an unauthorized user1611 does not filter by custom attributes1612 with an authorized user1613 filters by custom attributes1614 GET /groups with custom attributes1615 with an unauthorized user1616 does not include custom attributes1617 with an authorized user1618 does not include custom attributes by default1619 includes custom attributes if requested1620 GET /groups/:id with custom attributes1621 with an unauthorized user1622 does not include custom attributes1623 with an authorized user1624 does not include custom attributes by default1625 includes custom attributes if requested1626 GET /groups/:id/custom_attributes1627 with an unauthorized user1628 behaves like an unauthorized API user1629 should eq 4031630 with an authorized user1631 returns all custom attributes1632 GET /groups/:id/custom_attributes/:key1633 with an unauthorized user1634 behaves like an unauthorized API user1635 should eq 4031636 with an authorized user1637 returns a single custom attribute1638 PUT /groups/:id/custom_attributes/:key1639 with an unauthorized user1640 behaves like an unauthorized API user1641 should eq 4031642 with an authorized user1643 creates a new custom attribute1644 updates an existing custom attribute1645 DELETE /groups/:id/custom_attributes/:key1646 with an unauthorized user1647 behaves like an unauthorized API user1648 should eq 4031649 with an authorized user1650 deletes an existing custom attribute1651 POST /groups/:id/ldap_sync1652 when the ldap_group_sync feature is available1653 when authenticated as the group owner1654 returns 404 for a non existing group1655 when the group is ready to sync1656 returns 202 Accepted1657 queues a sync job1658 sets the ldap_sync state to pending1659 when the group is already pending a sync1660 returns 202 Accepted1661 does not queue a sync job1662 does not change the ldap_sync state1663 when authenticated as the admin1664 returns 202 Accepted1665 when authenticated as a non-owner user that can see the group1666 returns 4031667 when authenticated as an user that cannot see the group1668 returns 4041669 when the ldap_group_sync feature is not available1670 returns 404 (same as CE would)1671DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1672DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1673User interacts with awards1674 User interacts with awards in an issue1675DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1676DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)16772nd Try error in ./spec/features/issues/user_interacts_with_awards_spec.rb:17:1678 RSpec::Core::MultipleExceptionError 1679RSpec::Retry: 2nd try ./spec/features/issues/user_interacts_with_awards_spec.rb:171680DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1681DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1682 toggles the thumbsup award emoji1683DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1684DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1685 toggles a custom award emoji1686DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1687DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1688 shows the list of award emoji categories1689DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1690DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1691 adds an award emoji by a comment1692 when a project is archived1693DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1694DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1695 hides the add award button1696 User interacts with awards on a note1697DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1698DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1699 shows the award on the note1700DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1701DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1702 allows adding a vote to an award1703DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1704DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1705 allows adding a new emoji1706 when the project is archived1707DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1708DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1709 hides the buttons for adding new emoji1710DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1711DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1712 does not allow toggling existing emoji1713 User interacts with awards on an issue1714 logged in1715DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1716DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1717 adds award to issue1718DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1719DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1720 removes award from issue1721DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1722DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1723 only has one menu on the page1724 logged out1725DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1726DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1727 does not see award menu button1728 Awards Emoji1729 authorized user1730 visiting an issue with a legacy award emoji that is not valid anymore1731DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1732DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1733 does not shows a 500 page1734 Click award emoji from issue#show1735DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1736DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1737 toggles the smiley emoji on a note1738 click the thumbsdown emoji1739DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1740DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1741 increments the thumbsdown emoji1742DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1743DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1744 decrements the thumbsup emoji1745 execute /award quick action1746DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1747DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1748 toggles the emoji award on noteable1749 unauthorized user1750DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1751DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1752 has disabled emoji button1753DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1754DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1755Projects tree1756DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1757DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1758 renders tree table without errors1759DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1760DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1761 renders tree table for a subtree without errors1762 for signed commit1763DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1764DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1765 displays a GPG badge1766 on a directory that has not changed recently1767DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1768DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1769 displays a GPG badge1770 LFS1771DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1772DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1773 renders LFS badge on blob item1774 web IDE1775DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1776DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1777 opens folder in IDE1778 for subgroups1779DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1780DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1781 renders tree table without errors1782 for signed commit1783DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1784DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1785 displays a GPG badge1786DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1787DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1788Merge Request button1789 on branches page1790 behaves like Merge request button only shown when allowed1791 not logged in1792 does not show Create merge request button1793 logged in as developer1794 shows Create merge request button1795 merge requests are disabled1796 does not show Create merge request button1797 when the project is archived1798 hides the link1799 logged in as non-member1800 does not show Create merge request button1801 on own fork of project1802 shows Create merge request button1803 on compare page1804 behaves like Merge request button only shown when allowed1805 not logged in1806 does not show Create merge request button1807 logged in as developer1808 shows Create merge request button1809 merge requests are disabled1810 does not show Create merge request button1811 when the project is archived1812 hides the link1813 logged in as non-member1814 does not show Create merge request button1815 on own fork of project1816 shows Create merge request button1817 on commits page1818 behaves like Merge request button only shown when allowed1819 not logged in1820 does not show Create merge request button1821 logged in as developer1822 shows Create merge request button1823 merge requests are disabled1824 does not show Create merge request button1825 when the project is archived1826 hides the link1827 logged in as non-member1828 does not show Create merge request button1829 on own fork of project1830 shows Create merge request button1831DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1832DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1833Discussion Comments Snippet1834 behaves like discussion comments1835DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1836DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1837 clicking "Comment" will post a comment1838 when the toggle is clicked1839DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1840DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1841 has a "Comment" item (selected by default) and "Start discussion" item1842DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1843DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1844 closes the menu when clicking the toggle or body1845DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1846DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1847 clicking the ul padding or divider should not change the text1848 when selecting "Start discussion"1849DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1850DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1851 updates the submit button text and closes the dropdown1852 creating a discussion1853DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1854DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1855 clicking "Start discussion" will post a discussion1856 when opening the menu1857DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1858DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1859 should have "Start discussion" selected1860 when selecting "Comment"1861DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1862DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1863 updates the submit button text and closes the dropdown1864DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1865DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1866 should have "Comment" selected when opening the menu1867DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1868DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1869Merge request > User awards emoji1870 logged in1871DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1872DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1873 adds award to merge request1874DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1875DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1876 removes award from merge request1877DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1878DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1879 has only one menu on the page1880DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1881DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1882 adds awards to note1883 the project is archived1884DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1885DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1886 does not see award menu button1887 logged out1888DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1889DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1890 does not see award menu button1891DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1892DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1893API::ProtectedBranches1894 GET /projects/:id/protected_branches1895 when authenticated as a maintainer1896 behaves like protected branches1897 returns the protected branches1898 when authenticated as a guest1899 behaves like 403 response1900 returns 4031901 GET /projects/:id/protected_branches/:branch1902 when authenticated as a maintainer1903 behaves like protected branch1904 returns the protected branch1905 when protected branch does not exist1906 behaves like 404 response1907 returns 4041908 with per user/group access levels1909 returns access level details1910 when protected branch contains a wildcard1911 behaves like protected branch1912 returns the protected branch1913 when protected branch does not exist1914 behaves like 404 response1915 returns 4041916 with per user/group access levels1917 returns access level details1918 when protected branch contains a period1919 behaves like protected branch1920 returns the protected branch1921 when protected branch does not exist1922 behaves like 404 response1923 returns 4041924 with per user/group access levels1925 returns access level details1926 when authenticated as a guest1927 behaves like 403 response1928 returns 4031929 POST /projects/:id/protected_branches1930 when authenticated as a maintainer1931 protects a single branch1932 protects a single branch and developers can push1933 protects a single branch and developers can merge1934 protects a single branch and developers can push and merge1935 protects a single branch and no one can push1936 protects a single branch and no one can merge1937 protects a single branch and only admins can unprotect1938 protects a single branch and no one can push or merge1939 returns a 409 error if the same branch is protected twice1940 with granular access1941 can protect a branch while allowing an individual user to push1942 can protect a branch while allowing an individual user to merge1943 can protect a branch while allowing an individual user to unprotect1944 can protect a branch while allowing a group to push1945 can protect a branch while allowing a group to merge1946 can protect a branch while allowing a group to unprotect1947 fails if users don't all have access to the project1948 fails if groups aren't all invited to the project1949 avoids creating default access levels unless necessary1950 when branch has a wildcard in its name1951 protects multiple branches with a wildcard in the name1952 when a policy restricts rule deletion1953 prevents deletion of the protected branch rule1954 when authenticated as a guest1955 returns a 403 error if guest1956 DELETE /projects/:id/protected_branches/unprotect/:branch1957 unprotects a single branch1958 returns 404 if branch does not exist1959 behaves like 412 response1960 for a modified ressource1961 returns 4121962 for an unmodified ressource1963 returns accepted1964 when a policy restricts rule deletion1965 prevents deletion of the protected branch rule1966 when branch has a wildcard in its name1967 unprotects a wildcard branch1968DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1969DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1970Template selector menu1971 editing a non-matching file1972DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1973DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1974 is not displayed1975 user toggles preview1976DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1977DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1978 template selector menu is not displayed1979 editing a matching file1980DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1981DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1982 is displayed1983 user toggles preview1984DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1985DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1986 template selector menu is hidden and shown correctly1987DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1988DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)1989ScheduleCreateGpgKeySubkeysFromGpgKeys1990/builds/gitlab-org/gitlab-ee/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb:8: warning: already initialized constant MigrateProjectMigrateSidekiqQueue::DOWNTIME1991/builds/gitlab-org/gitlab-ee/db/post_migrate/20190301081611_migrate_project_migrate_sidekiq_queue.rb:6: warning: previous definition of DOWNTIME was here1992== 20171005130944 ScheduleCreateGpgKeySubkeysFromGpgKeys: migrating ===========1993== 20171005130944 ScheduleCreateGpgKeySubkeysFromGpgKeys: migrated (0.0101s) ==1994DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1995DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)1996 correctly schedules background migrations1997== 20171005130944 ScheduleCreateGpgKeySubkeysFromGpgKeys: migrating ===========1998== 20171005130944 ScheduleCreateGpgKeySubkeysFromGpgKeys: migrated (2.5756s) ==1999DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)2000DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:54)2001 schedules background migrations2002Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2003If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2004You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2005If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2006DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2007Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2008If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2009You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2010If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2011DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2012Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2013If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2014You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2015If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2016DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from block in update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:360)2017Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2018If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2019You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2020If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2021DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from block in update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:375)2022Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2023If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2024You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2025If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2026DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from up at /builds/gitlab-org/gitlab-ee/db/migrate/20180413022611_create_missing_namespace_for_internal_users.rb:5)2027Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2028If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2029You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2030If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2031DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from up at /builds/gitlab-org/gitlab-ee/db/migrate/20180413022611_create_missing_namespace_for_internal_users.rb:5)2032Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2033If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2034You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2035If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2036DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2037Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2038If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2039You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2040If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2041DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2042Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2043If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2044You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2045If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2046DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2047Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2048If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2049You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2050If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2051DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2052Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2053If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2054You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2055If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2056DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2057Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2058If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2059You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2060If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2061DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2062Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2063If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2064You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2065If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2066DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2067Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2068If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2069You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2070If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2071DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2072Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2073If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2074You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2075If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2076DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2077Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2078If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2079You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2080If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2081DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2082Arel performing automatic type casting is deprecated, and will be removed in Arel 8.0. If you are seeing this, it is because you are manually passing a value to an Arel predicate, and the `Arel::Table` object was constructed manually. The easiest way to remove this warning is to use an `Arel::Table` object returned from calling `arel_table` on an ActiveRecord::Base subclass.2083If you're certain the value is already of the right type, change `attribute.eq(value)` to `attribute.eq(Arel::Nodes::Quoted.new(value))` (you will be able to remove that in Arel 8.0, it is only required to silence this deprecation warning).2084You can also silence this warning globally by setting `$arel_silence_type_casting_deprecation` to `true`. (Do NOT do this if you are a library author)2085If you are passing user input to a predicate, you must either give an appropriate type caster object to the `Arel::Table`, or manually cast the value before passing it to Arel.2086DEPRECATION WARNING: Passing a column to `quote` has been deprecated. It is only used for type casting, which should be handled elsewhere. See https://github.com/rails/arel/commit/6160bfbda1d1781c3b08a33ec4955f170e95be11 for more information. (called from update_column_in_batches at /builds/gitlab-org/gitlab-ee/lib/gitlab/database/migration_helpers.rb:335)2087DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2088DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2089GroupsHelper2090 group_icon_url2091 returns an url for the avatar2092 gives default avatar_icon when no avatar is present2093 group_lfs_status2094 only one project in group2095 returns all projects as enabled2096 returns all projects as disabled2097 more than one project in group2098 LFS enabled in group2099 returns both projects as enabled2100 returns only one as enabled2101 LFS disabled in group2102 returns both projects as disabled2103 returns only one as disabled2104 group_title2105 outputs the groups in the correct order (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2106 #share_with_group_lock_help_text2107 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil2108 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2109 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil2110 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2111 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil2112 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2113 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil2114 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2115 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil2116 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2117 root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil2118 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2119 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup2120 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2121 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup2122 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2123 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup2124 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2125 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :subgroup2126 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2127 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :subgroup2128 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2129 root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :subgroup2130 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2131 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil2132 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2133 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil2134 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2135 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil2136 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2137 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil2138 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2139 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil2140 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2141 root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil2142 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2143 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group2144 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2145 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group2146 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2147 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group2148 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2149 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :root_group2150 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2151 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :root_group2152 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2153 root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :root_group2154 has the correct help text with correct ancestor links (PENDING: around hook at ./spec/spec_helper.rb:244 did not execute the example)2155 #group_sidebar_links2156 returns all the expected links2157 includes settings when the user can admin the group2158 excludes cross project features when the user cannot read cross project2159DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2160DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2161MergeRequests::CloseService2162 #execute2163 updates metrics2164 refreshes the number of open merge requests for a valid MR2165 behaves like cache counters invalidator2166 invalidates counter cache for assignees2167 valid params2168 should be valid2169 should be closed2170 executes hooks with close action2171 sends email to user2 about assign of new merge_request2172 creates system note about merge_request reassign2173 marks todos as done2174 current user is not authorized to close merge request2175 does not close the merge request2176DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2177DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2178MembersHelper2179 #remove_member_message2180 should eq "Are you sure you want to remove John Doe1035 from the John Doe1034 / project538 project?"2181 should eq "Are you sure you want to revoke the invitation for to join the John Doe1036 / project539 project?"2182 should eq "Are you sure you want to deny John Doe1039's request to join the John Doe1038 / project540 project?"2183 should eq "Are you sure you want to withdraw your access request for the John Doe1040 / project541 project?"2184 should eq "Are you sure you want to remove John Doe1042 from the group252 group and any subresources?"2185 should eq "Are you sure you want to revoke the invitation for to join the group253 group?"2186 should eq "Are you sure you want to deny John Doe1044's request to join the group254 group?"2187 should eq "Are you sure you want to withdraw your access request for the group255 group?"2188 #remove_member_title2189 should eq "Remove user from project"2190 should eq "Deny access request from project"2191 should eq "Remove user from group and any subresources"2192 should eq "Deny access request from group"2193 #leave_confirmation_message2194 should eq "Are you sure you want to leave the \"John Doe1052 / project544\" project?"2195 should eq "Are you sure you want to leave the \"group258\" group?"2196DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2197DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2198CalendarHelper2199 #calendar_url_options2200 when signed in2201 includes the current_user's feed_token2202 when signed out2203 does not have a feed_token2204DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2205DEPRECATION WARNING: #tables currently returns both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only return tables. Use #data_sources instead. (called from block (2 levels) in <top (required)> at /builds/gitlab-org/gitlab-ee/spec/support/database_cleaner.rb:29)2206Knapsack report was generated. Preview:2207{2208 "spec/features/projects/pipelines/pipeline_spec.rb": 237.6735999584198,2209 "spec/requests/api/groups_spec.rb": 83.59707140922546,2210 "spec/features/issues/user_interacts_with_awards_spec.rb": 74.39130520820618,2211 "spec/features/projects/tree/tree_show_spec.rb": 45.08986568450928,2212 "spec/features/projects/merge_request_button_spec.rb": 39.58702039718628,2213 "spec/features/discussion_comments/snippets_spec.rb": 33.06474733352661,2214 "spec/features/merge_request/user_awards_emoji_spec.rb": 32.513394355773926,2215 "spec/requests/api/protected_branches_spec.rb": 18.85311770439148,2216 "spec/features/projects/files/template_selector_menu_spec.rb": 22.087563276290894,2217 "spec/migrations/schedule_create_gpg_key_subkeys_from_gpg_keys_spec.rb": 18.38666558265686,2218 "spec/helpers/groups_helper_spec.rb": 2.5866410732269287,2219 "spec/services/merge_requests/close_service_spec.rb": 12.58008599281311,2220 "spec/helpers/members_helper_spec.rb": 2.4584789276123047,2221 "spec/helpers/calendar_helper_spec.rb": 0.0592126846313476562222}2223Knapsack global time execution for tests: 10m 22s2224Pending: (Failures listed here are expected and do not affect your suite's status)2225 1) API::Groups GET /groups/:id/projects when authenticated as user returns projects including those in subgroups2226 # around hook at ./spec/spec_helper.rb:244 did not execute the example2227 # ./spec/requests/api/groups_spec.rb:5762228 2) API::Groups GET /groups/:id/subgroups when unauthenticated returns only public subgroups2229 # around hook at ./spec/spec_helper.rb:244 did not execute the example2230 # ./spec/requests/api/groups_spec.rb:6942231 3) API::Groups GET /groups/:id/subgroups when unauthenticated returns 404 for a private group2232 # around hook at ./spec/spec_helper.rb:244 did not execute the example2233 # ./spec/requests/api/groups_spec.rb:7052234 4) API::Groups GET /groups/:id/subgroups when authenticated as user when user is not member of a public group returns no subgroups for the public group2235 # around hook at ./spec/spec_helper.rb:244 did not execute the example2236 # ./spec/requests/api/groups_spec.rb:7142237 5) API::Groups GET /groups/:id/subgroups when authenticated as user when user is not member of a public group when using all_available in request returns public subgroups2238 # around hook at ./spec/spec_helper.rb:244 did not execute the example2239 # ./spec/requests/api/groups_spec.rb:7232240 6) API::Groups GET /groups/:id/subgroups when authenticated as user when user is not member of a private group returns 404 for the private group2241 # around hook at ./spec/spec_helper.rb:244 did not execute the example2242 # ./spec/requests/api/groups_spec.rb:7362243 7) API::Groups GET /groups/:id/subgroups when authenticated as user when user is member of public group returns private subgroups2244 # around hook at ./spec/spec_helper.rb:244 did not execute the example2245 # ./spec/requests/api/groups_spec.rb:7482246 8) API::Groups GET /groups/:id/subgroups when authenticated as user when user is member of public group when using statistics in request does not include statistics2247 # around hook at ./spec/spec_helper.rb:244 did not execute the example2248 # ./spec/requests/api/groups_spec.rb:7622249 9) API::Groups GET /groups/:id/subgroups when authenticated as user when user is member of private group returns subgroups2250 # around hook at ./spec/spec_helper.rb:244 did not execute the example2251 # ./spec/requests/api/groups_spec.rb:7772252 10) API::Groups GET /groups/:id/subgroups when authenticated as admin returns private subgroups of a public group2253 # around hook at ./spec/spec_helper.rb:244 did not execute the example2254 # ./spec/requests/api/groups_spec.rb:7902255 11) API::Groups GET /groups/:id/subgroups when authenticated as admin returns subgroups of a private group2256 # around hook at ./spec/spec_helper.rb:244 did not execute the example2257 # ./spec/requests/api/groups_spec.rb:7982258 12) API::Groups GET /groups/:id/subgroups when authenticated as admin does not include statistics by default2259 # around hook at ./spec/spec_helper.rb:244 did not execute the example2260 # ./spec/requests/api/groups_spec.rb:8062261 13) API::Groups GET /groups/:id/subgroups when authenticated as admin includes statistics if requested2262 # around hook at ./spec/spec_helper.rb:244 did not execute the example2263 # ./spec/requests/api/groups_spec.rb:8142264 14) API::Groups POST /groups when authenticated as user without group permissions as owner can create subgroups2265 # around hook at ./spec/spec_helper.rb:244 did not execute the example2266 # ./spec/requests/api/groups_spec.rb:8372267 15) API::Groups POST /groups when authenticated as user without group permissions as maintainer cannot create subgroups2268 # around hook at ./spec/spec_helper.rb:244 did not execute the example2269 # ./spec/requests/api/groups_spec.rb:8492270 16) API::Groups POST /groups when authenticated as user with group permissions creates a nested group2271 # around hook at ./spec/spec_helper.rb:244 did not execute the example2272 # ./spec/requests/api/groups_spec.rb:8712273 17) GroupsHelper group_title outputs the groups in the correct order2274 # around hook at ./spec/spec_helper.rb:244 did not execute the example2275 # ./spec/helpers/groups_helper_spec.rb:932276 18) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2277 # around hook at ./spec/spec_helper.rb:244 did not execute the example2278 # ./spec/helpers/groups_helper_spec.rb:1852279 19) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2280 # around hook at ./spec/spec_helper.rb:244 did not execute the example2281 # ./spec/helpers/groups_helper_spec.rb:1852282 20) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2283 # around hook at ./spec/spec_helper.rb:244 did not execute the example2284 # ./spec/helpers/groups_helper_spec.rb:1852285 21) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2286 # around hook at ./spec/spec_helper.rb:244 did not execute the example2287 # ./spec/helpers/groups_helper_spec.rb:1852288 22) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2289 # around hook at ./spec/spec_helper.rb:244 did not execute the example2290 # ./spec/helpers/groups_helper_spec.rb:1852291 23) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2292 # around hook at ./spec/spec_helper.rb:244 did not execute the example2293 # ./spec/helpers/groups_helper_spec.rb:1852294 24) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup has the correct help text with correct ancestor links2295 # around hook at ./spec/spec_helper.rb:244 did not execute the example2296 # ./spec/helpers/groups_helper_spec.rb:1852297 25) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup has the correct help text with correct ancestor links2298 # around hook at ./spec/spec_helper.rb:244 did not execute the example2299 # ./spec/helpers/groups_helper_spec.rb:1852300 26) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :subgroup has the correct help text with correct ancestor links2301 # around hook at ./spec/spec_helper.rb:244 did not execute the example2302 # ./spec/helpers/groups_helper_spec.rb:1852303 27) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :subgroup has the correct help text with correct ancestor links2304 # around hook at ./spec/spec_helper.rb:244 did not execute the example2305 # ./spec/helpers/groups_helper_spec.rb:1852306 28) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :subgroup has the correct help text with correct ancestor links2307 # around hook at ./spec/spec_helper.rb:244 did not execute the example2308 # ./spec/helpers/groups_helper_spec.rb:1852309 29) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: false, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :subgroup has the correct help text with correct ancestor links2310 # around hook at ./spec/spec_helper.rb:244 did not execute the example2311 # ./spec/helpers/groups_helper_spec.rb:1852312 30) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2313 # around hook at ./spec/spec_helper.rb:244 did not execute the example2314 # ./spec/helpers/groups_helper_spec.rb:1852315 31) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2316 # around hook at ./spec/spec_helper.rb:244 did not execute the example2317 # ./spec/helpers/groups_helper_spec.rb:1852318 32) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2319 # around hook at ./spec/spec_helper.rb:244 did not execute the example2320 # ./spec/helpers/groups_helper_spec.rb:1852321 33) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2322 # around hook at ./spec/spec_helper.rb:244 did not execute the example2323 # ./spec/helpers/groups_helper_spec.rb:1852324 34) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2325 # around hook at ./spec/spec_helper.rb:244 did not execute the example2326 # ./spec/helpers/groups_helper_spec.rb:1852327 35) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: false, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :default_help, linked_ancestor: nil has the correct help text with correct ancestor links2328 # around hook at ./spec/spec_helper.rb:244 did not execute the example2329 # ./spec/helpers/groups_helper_spec.rb:1852330 36) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :root_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group has the correct help text with correct ancestor links2331 # around hook at ./spec/spec_helper.rb:244 did not execute the example2332 # ./spec/helpers/groups_helper_spec.rb:1852333 37) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group has the correct help text with correct ancestor links2334 # around hook at ./spec/spec_helper.rb:244 did not execute the example2335 # ./spec/helpers/groups_helper_spec.rb:1852336 38) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: false, current_user: :sub_sub_owner, help_text: :ancestor_locked_and_has_been_overridden, linked_ancestor: :root_group has the correct help text with correct ancestor links2337 # around hook at ./spec/spec_helper.rb:244 did not execute the example2338 # ./spec/helpers/groups_helper_spec.rb:1852339 39) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :root_owner, help_text: :ancestor_locked_but_you_can_override, linked_ancestor: :root_group has the correct help text with correct ancestor links2340 # around hook at ./spec/spec_helper.rb:244 did not execute the example2341 # ./spec/helpers/groups_helper_spec.rb:1852342 40) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :root_group has the correct help text with correct ancestor links2343 # around hook at ./spec/spec_helper.rb:244 did not execute the example2344 # ./spec/helpers/groups_helper_spec.rb:1852345 41) GroupsHelper#share_with_group_lock_help_text root_share_with_group_locked: true, subgroup_share_with_group_locked: true, sub_subgroup_share_with_group_locked: true, current_user: :sub_sub_owner, help_text: :ancestor_locked_so_ask_the_owner, linked_ancestor: :root_group has the correct help text with correct ancestor links2346 # around hook at ./spec/spec_helper.rb:244 did not execute the example2347 # ./spec/helpers/groups_helper_spec.rb:1852348Finished in 11 minutes 22 seconds (files took 13.85 seconds to load)2349351 examples, 0 failures, 41 pending2351$ date2352Tue Mar 12 09:13:54 UTC 20192355coverage/: found 5 matching files 2356knapsack/: found 5 matching files 2357rspec_flaky/: found 4 matching files 2358tmp/capybara/: found 5 matching files 2359Uploading artifacts to coordinator... ok id=175839892 responseStatus=201 Created token=YtiP_ksV2360Uploading artifacts...2361junit_rspec.xml: found 1 matching files 2362Uploading artifacts to coordinator... ok id=175839892 responseStatus=201 Created token=YtiP_ksV2363Job succeeded