rspec-mysql 37/50
Passed Started
by
@eread

Evan Read
1Running with gitlab-runner 11.8.0 (4745a6f3)2 on docker-auto-scale-com 1d6b581d3Using 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 ...5Pulling docker image mysql:5.7 ...6Using docker image sha256:ee7cbd482336a1f49b7038527a547f0f25b23a78d46350845e70a1cf7e5a22af for mysql:5.7 ...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-1d6b581d-project-13083-concurrent-0 via runner-1d6b581d-gsrm-1552527605-d61029f4...
00:01
15Cloning into '/builds/gitlab-org/gitlab-ce'...16Checking out ae8cbffa as master...17Skipping Git submodules setup19Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/13083/debian-stretch-ruby-2.5.3-node-10.x-3 20Successfully extracted cache22Downloading artifacts from coordinator... ok id=177320529 responseStatus=200 OK token=X8zvZUGm23Downloading artifacts for compile-assets (177320531)...24Downloading artifacts from coordinator... ok id=177320531 responseStatus=200 OK token=LucBTJi325Downloading artifacts for setup-test-env (177320533)...26Downloading artifacts from coordinator... ok id=177320533 responseStatus=200 OK token=GssumYh327WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 29Bundler version 1.17.230$ date31Thu Mar 14 02:15:49 UTC 201932$ source scripts/utils.sh33$ date34Thu Mar 14 02:15:49 UTC 201935$ source scripts/prepare_build.sh36Warning: 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`.37The Gemfile's dependencies are satisfied38Successfully installed knapsack-1.17.1391 gem installed40Database 'gitlabhq_test' does not exist41WARNING: index on columns ["description"] uses unsupported option, skipping.42WARNING: index on columns ["title"] uses unsupported option, skipping.43WARNING: index on columns ["description"] uses unsupported option, skipping.44WARNING: index on columns ["title"] uses unsupported option, skipping.45WARNING: index on columns ["description"] uses unsupported option, skipping.46WARNING: index on columns ["title"] uses unsupported option, skipping.47WARNING: index on columns ["name"] uses unsupported option, skipping.48WARNING: index on columns ["path"] uses unsupported option, skipping.49WARNING: index on columns ["note"] uses unsupported option, skipping.50Created database 'gitlabhq_test'51-- enable_extension("plpgsql")52 -> 0.0026s53-- enable_extension("pg_trgm")54 -> 0.0000s55-- create_table("abuse_reports", {:force=>:cascade})56 -> 0.0207s57-- create_table("appearances", {:force=>:cascade})58 -> 0.0185s59-- create_table("application_setting_terms", {:force=>:cascade})60 -> 0.0180s61-- create_table("application_settings", {:force=>:cascade})62 -> 0.0288s63-- create_table("audit_events", {:force=>:cascade})64 -> 0.0215s65-- create_table("award_emoji", {:force=>:cascade})66 -> 0.0242s67-- create_table("badges", {:force=>:cascade})68 -> 0.0234s69-- create_table("board_group_recent_visits", {:id=>:bigserial, :force=>:cascade})70 -> 0.0300s71-- create_table("board_project_recent_visits", {:id=>:bigserial, :force=>:cascade})72 -> 0.0314s73-- create_table("boards", {:force=>:cascade})74 -> 0.0230s75-- create_table("broadcast_messages", {:force=>:cascade})76 -> 0.0205s77-- create_table("chat_names", {:force=>:cascade})78 -> 0.0244s79-- create_table("chat_teams", {:force=>:cascade})80 -> 0.0216s81-- create_table("ci_build_trace_chunks", {:id=>:bigserial, :force=>:cascade})82 -> 0.0212s83-- create_table("ci_build_trace_section_names", {:force=>:cascade})84 -> 0.0228s85-- create_table("ci_build_trace_sections", {:force=>:cascade})86 -> 0.0277s87-- create_table("ci_builds", {:force=>:cascade})88 -> 0.0934s89-- create_table("ci_builds_metadata", {:force=>:cascade})90 -> 0.0235s91-- create_table("ci_builds_runner_session", {:id=>:bigserial, :force=>:cascade})92 -> 0.0218s93-- create_table("ci_group_variables", {:force=>:cascade})94 -> 0.0271s95-- create_table("ci_job_artifacts", {:force=>:cascade})96 -> 0.0360s97-- create_table("ci_pipeline_chat_data", {:id=>:bigserial, :force=>:cascade})98 -> 0.0248s99-- create_table("ci_pipeline_schedule_variables", {:force=>:cascade})100 -> 0.0241s101-- create_table("ci_pipeline_schedules", {:force=>:cascade})102 -> 0.0300s103-- create_table("ci_pipeline_variables", {:force=>:cascade})104 -> 0.0214s105-- create_table("ci_pipelines", {:force=>:cascade})106 -> 0.0623s107-- create_table("ci_runner_namespaces", {:force=>:cascade})108 -> 0.0232s109-- create_table("ci_runner_projects", {:force=>:cascade})110 -> 0.0245s111-- create_table("ci_runners", {:force=>:cascade})112 -> 0.0393s113-- create_table("ci_stages", {:force=>:cascade})114 -> 0.0349s115-- create_table("ci_trigger_requests", {:force=>:cascade})116 -> 0.0258s117-- create_table("ci_triggers", {:force=>:cascade})118 -> 0.0263s119-- create_table("ci_variables", {:force=>:cascade})120 -> 0.0223s121-- create_table("cluster_groups", {:force=>:cascade})122 -> 0.0236s123-- create_table("cluster_platforms_kubernetes", {:force=>:cascade})124 -> 0.0245s125-- create_table("cluster_projects", {:force=>:cascade})126 -> 0.0260s127-- create_table("cluster_providers_gcp", {:force=>:cascade})128 -> 0.0222s129-- create_table("clusters", {:force=>:cascade})130 -> 0.0259s131-- create_table("clusters_applications_cert_managers", {:force=>:cascade})132 -> 0.0211s133-- create_table("clusters_applications_helm", {:force=>:cascade})134 -> 0.0216s135-- create_table("clusters_applications_ingress", {:force=>:cascade})136 -> 0.0213s137-- create_table("clusters_applications_jupyter", {:force=>:cascade})138 -> 0.0259s139-- create_table("clusters_applications_knative", {:force=>:cascade})140 -> 0.0212s141-- create_table("clusters_applications_prometheus", {:force=>:cascade})142 -> 0.0223s143-- create_table("clusters_applications_runners", {:force=>:cascade})144 -> 0.0224s145-- create_table("clusters_kubernetes_namespaces", {:id=>:bigserial, :force=>:cascade})146 -> 0.0296s147-- create_table("container_repositories", {:force=>:cascade})148 -> 0.0253s149-- create_table("conversational_development_index_metrics", {:force=>:cascade})150 -> 0.0187s151-- create_table("deploy_keys_projects", {:force=>:cascade})152 -> 0.0201s153-- create_table("deploy_tokens", {:force=>:cascade})154 -> 0.0262s155-- create_table("deployments", {:force=>:cascade})156 -> 0.0502s157-- create_table("emails", {:force=>:cascade})158 -> 0.0268s159-- create_table("environments", {:force=>:cascade})160 -> 0.0250s161-- create_table("events", {:force=>:cascade})162 -> 0.0404s163-- create_table("feature_gates", {:force=>:cascade})164 -> 0.0231s165-- create_table("features", {:force=>:cascade})166 -> 0.0199s167-- create_table("fork_network_members", {:force=>:cascade})168 -> 0.0277s169-- create_table("fork_networks", {:force=>:cascade})170 -> 0.0183s171-- create_table("forked_project_links", {:force=>:cascade})172 -> 0.0191s173-- create_table("gpg_key_subkeys", {:force=>:cascade})174 -> 0.0241s175-- create_table("gpg_keys", {:force=>:cascade})176 -> 0.0246s177-- create_table("gpg_signatures", {:force=>:cascade})178 -> 0.0297s179-- create_table("group_custom_attributes", {:force=>:cascade})180 -> 0.0229s181-- create_table("identities", {:force=>:cascade})182 -> 0.0197s183-- create_table("import_export_uploads", {:force=>:cascade})184 -> 0.0241s185-- create_table("internal_ids", {:id=>:bigserial, :force=>:cascade})186 -> 0.0313s187-- create_table("issue_assignees", {:id=>false, :force=>:cascade})188 -> 0.0198s189-- create_table("issue_metrics", {:force=>:cascade})190 -> 0.0200s191-- create_table("issues", {:force=>:cascade})192 -> 0.0647s193-- create_table("keys", {:force=>:cascade})194 -> 0.0250s195-- create_table("label_links", {:force=>:cascade})196 -> 0.0277s197-- create_table("label_priorities", {:force=>:cascade})198 -> 0.0276s199-- create_table("labels", {:force=>:cascade})200 -> 0.0319s201-- create_table("lfs_file_locks", {:force=>:cascade})202 -> 0.0226s203-- create_table("lfs_objects", {:force=>:cascade})204 -> 0.0230s205-- create_table("lfs_objects_projects", {:force=>:cascade})206 -> 0.0201s207-- create_table("lists", {:force=>:cascade})208 -> 0.0268s209-- create_table("members", {:force=>:cascade})210 -> 0.0321s211-- create_table("merge_request_diff_commits", {:id=>false, :force=>:cascade})212 -> 0.0203s213-- create_table("merge_request_diff_files", {:id=>false, :force=>:cascade})214 -> 0.0191s215-- create_table("merge_request_diffs", {:force=>:cascade})216 -> 0.0217s217-- create_table("merge_request_metrics", {:force=>:cascade})218 -> 0.0326s219-- create_table("merge_requests", {:force=>:cascade})220 -> 0.0787s221-- create_table("merge_requests_closing_issues", {:force=>:cascade})222 -> 0.0242s223-- create_table("milestones", {:force=>:cascade})224 -> 0.0304s225-- create_table("namespaces", {:force=>:cascade})226 -> 0.0468s227-- create_table("note_diff_files", {:force=>:cascade})228 -> 0.0213s229-- create_table("notes", {:force=>:cascade})230 -> 0.0475s231-- create_table("notification_settings", {:force=>:cascade})232 -> 0.0313s233-- create_table("oauth_access_grants", {:force=>:cascade})234 -> 0.0199s235-- create_table("oauth_access_tokens", {:force=>:cascade})236 -> 0.0254s237-- create_table("oauth_applications", {:force=>:cascade})238 -> 0.0236s239-- create_table("oauth_openid_requests", {:force=>:cascade})240 -> 0.0197s241-- create_table("pages_domains", {:force=>:cascade})242 -> 0.0323s243-- create_table("personal_access_tokens", {:force=>:cascade})244 -> 0.0239s245-- create_table("pool_repositories", {:id=>:bigserial, :force=>:cascade})246 -> 0.0266s247-- create_table("programming_languages", {:force=>:cascade})248 -> 0.0193s249-- create_table("project_authorizations", {:id=>false, :force=>:cascade})250 -> 0.0218s251-- create_table("project_auto_devops", {:force=>:cascade})252 -> 0.0191s253-- create_table("project_ci_cd_settings", {:force=>:cascade})254 -> 0.0201s255-- create_table("project_custom_attributes", {:force=>:cascade})256 -> 0.0254s257-- create_table("project_daily_statistics", {:id=>:bigserial, :force=>:cascade})258 -> 0.0188s259-- create_table("project_deploy_tokens", {:force=>:cascade})260 -> 0.0225s261-- create_table("project_error_tracking_settings", {:primary_key=>"project_id", :id=>:integer, :force=>:cascade})262 -> 0.0164s263-- create_table("project_features", {:force=>:cascade})264 -> 0.0233s265-- create_table("project_group_links", {:force=>:cascade})266 -> 0.0239s267-- create_table("project_import_data", {:force=>:cascade})268 -> 0.0206s269-- create_table("project_mirror_data", {:force=>:cascade})270 -> 0.0277s271-- create_table("project_repositories", {:id=>:bigserial, :force=>:cascade})272 -> 0.0287s273-- create_table("project_statistics", {:force=>:cascade})WARNING: index on columns ["description"] uses unsupported option, skipping.274WARNING: index on columns ["name"] uses unsupported option, skipping.275WARNING: index on columns ["path"] uses unsupported option, skipping.276WARNING: index on columns ["path"] uses unsupported option, skipping.277WARNING: index on columns ["file_name"] uses unsupported option, skipping.278WARNING: index on columns ["title"] uses unsupported option, skipping.279WARNING: index on columns ["name"] uses unsupported option, skipping.280WARNING: index on columns ["email"] uses unsupported option, skipping.281WARNING: index on columns ["name"] uses unsupported option, skipping.282WARNING: index on columns ["username"] uses unsupported option, skipping.283 -> 0.0219s284-- create_table("projects", {:force=>:cascade})285 -> 0.0850s286-- create_table("prometheus_metrics", {:force=>:cascade})287 -> 0.0316s288-- create_table("protected_branch_merge_access_levels", {:force=>:cascade})289 -> 0.0200s290-- create_table("protected_branch_push_access_levels", {:force=>:cascade})291 -> 0.0196s292-- create_table("protected_branches", {:force=>:cascade})293 -> 0.0200s294-- create_table("protected_tag_create_access_levels", {:force=>:cascade})295 -> 0.0285s296-- create_table("protected_tags", {:force=>:cascade})297 -> 0.0233s298-- create_table("push_event_payloads", {:id=>false, :force=>:cascade})299 -> 0.0167s300-- create_table("redirect_routes", {:force=>:cascade})301 -> 0.0232s302-- create_table("release_links", {:id=>:bigserial, :force=>:cascade})303 -> 0.0238s304-- create_table("releases", {:force=>:cascade})305 -> 0.0275s306-- create_table("remote_mirrors", {:force=>:cascade})307 -> 0.0244s308-- create_table("repository_languages", {:id=>false, :force=>:cascade})309 -> 0.0174s310-- create_table("resource_label_events", {:id=>:bigserial, :force=>:cascade})311 -> 0.0304s312-- create_table("routes", {:force=>:cascade})313 -> 0.0235s314-- create_table("sent_notifications", {:force=>:cascade})315 -> 0.0233s316-- create_table("services", {:force=>:cascade})317 -> 0.0309s318-- create_table("shards", {:force=>:cascade})319 -> 0.0220s320-- create_table("snippets", {:force=>:cascade})321 -> 0.0325s322-- create_table("spam_logs", {:force=>:cascade})323 -> 0.0183s324-- create_table("subscriptions", {:force=>:cascade})325 -> 0.0292s326-- create_table("suggestions", {:id=>:bigserial, :force=>:cascade})327 -> 0.0225s328-- create_table("system_note_metadata", {:force=>:cascade})329 -> 0.0224s330-- create_table("taggings", {:force=>:cascade})331 -> 0.0321s332-- create_table("tags", {:force=>:cascade})333 -> 0.0211s334-- create_table("term_agreements", {:force=>:cascade})335 -> 0.0285s336-- create_table("timelogs", {:force=>:cascade})337 -> 0.0323s338-- create_table("todos", {:force=>:cascade})339 -> 0.0509s340-- create_table("trending_projects", {:force=>:cascade})341 -> 0.0220s342-- create_table("u2f_registrations", {:force=>:cascade})343 -> 0.0270s344-- create_table("uploads", {:force=>:cascade})345 -> 0.0323s346-- create_table("user_agent_details", {:force=>:cascade})347 -> 0.0216s348-- create_table("user_callouts", {:force=>:cascade})349 -> 0.0247s350-- create_table("user_custom_attributes", {:force=>:cascade})351 -> 0.0261s352-- create_table("user_interacted_projects", {:id=>false, :force=>:cascade})353 -> 0.0254s354-- create_table("user_preferences", {:force=>:cascade})355 -> 0.0213s356-- create_table("user_statuses", {:primary_key=>"user_id", :force=>:cascade})357 -> 0.0215s358-- create_table("user_synced_attributes_metadata", {:force=>:cascade})359 -> 0.0220s360-- create_table("users", {:force=>:cascade})361 -> 0.0642s362-- create_table("users_star_projects", {:force=>:cascade})363 -> 0.0244s364-- create_table("web_hook_logs", {:force=>:cascade})365 -> 0.0254s366-- create_table("web_hooks", {:force=>:cascade})367 -> 0.0244s368-- add_foreign_key("application_settings", "users", {:column=>"usage_stats_set_by_user_id", :name=>"fk_964370041d", :on_delete=>:nullify})369 -> 0.0399s370-- add_foreign_key("badges", "namespaces", {:column=>"group_id", :on_delete=>:cascade})371 -> 0.0353s372-- add_foreign_key("badges", "projects", {:on_delete=>:cascade})373 -> 0.0323s374-- add_foreign_key("board_group_recent_visits", "boards", {:on_delete=>:cascade})375 -> 0.0385s376-- add_foreign_key("board_group_recent_visits", "namespaces", {:column=>"group_id", :on_delete=>:cascade})377 -> 0.0394s378-- add_foreign_key("board_group_recent_visits", "users", {:on_delete=>:cascade})379 -> 0.0410s380-- add_foreign_key("board_project_recent_visits", "boards", {:on_delete=>:cascade})381 -> 0.0393s382-- add_foreign_key("board_project_recent_visits", "projects", {:on_delete=>:cascade})383 -> 0.0395s384-- add_foreign_key("board_project_recent_visits", "users", {:on_delete=>:cascade})385 -> 0.0418s386-- add_foreign_key("boards", "namespaces", {:column=>"group_id", :on_delete=>:cascade})387 -> 0.0328s388-- add_foreign_key("boards", "projects", {:name=>"fk_f15266b5f9", :on_delete=>:cascade})389 -> 0.0335s390-- add_foreign_key("chat_teams", "namespaces", {:on_delete=>:cascade})391 -> 0.0316s392-- add_foreign_key("ci_build_trace_chunks", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})393 -> 0.0311s394-- add_foreign_key("ci_build_trace_section_names", "projects", {:on_delete=>:cascade})395 -> 0.0322s396-- add_foreign_key("ci_build_trace_sections", "ci_build_trace_section_names", {:column=>"section_name_id", :name=>"fk_264e112c66", :on_delete=>:cascade})397 -> 0.0399s398-- add_foreign_key("ci_build_trace_sections", "ci_builds", {:column=>"build_id", :name=>"fk_4ebe41f502", :on_delete=>:cascade})399 -> 0.0376s400-- add_foreign_key("ci_build_trace_sections", "projects", {:on_delete=>:cascade})401 -> 0.0374s402-- add_foreign_key("ci_builds", "ci_pipelines", {:column=>"auto_canceled_by_id", :name=>"fk_a2141b1522", :on_delete=>:nullify})403 -> 0.0928s404-- add_foreign_key("ci_builds", "ci_pipelines", {:column=>"commit_id", :name=>"fk_d3130c9a7f", :on_delete=>:cascade})405 -> 0.0898s406-- add_foreign_key("ci_builds", "ci_stages", {:column=>"stage_id", :name=>"fk_3a9eaa254d", :on_delete=>:cascade})407 -> 0.0876s408-- add_foreign_key("ci_builds", "projects", {:name=>"fk_befce0568a", :on_delete=>:cascade})409 -> 0.0917s410-- add_foreign_key("ci_builds_metadata", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})411 -> 0.0312s412-- add_foreign_key("ci_builds_metadata", "projects", {:on_delete=>:cascade})413 -> 0.0363s414-- add_foreign_key("ci_builds_runner_session", "ci_builds", {:column=>"build_id", :on_delete=>:cascade})415 -> 0.0287s416-- add_foreign_key("ci_group_variables", "namespaces", {:column=>"group_id", :name=>"fk_33ae4d58d8", :on_delete=>:cascade})417 -> 0.0293s418-- add_foreign_key("ci_job_artifacts", "ci_builds", {:column=>"job_id", :on_delete=>:cascade})419 -> 0.0377s420-- add_foreign_key("ci_job_artifacts", "projects", {:on_delete=>:cascade})421 -> 0.0379s422-- add_foreign_key("ci_pipeline_chat_data", "chat_names", {:on_delete=>:cascade})423 -> 0.0341s424-- add_foreign_key("ci_pipeline_chat_data", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:cascade})425 -> 0.0305s426-- add_foreign_key("ci_pipeline_schedule_variables", "ci_pipeline_schedules", {:column=>"pipeline_schedule_id", :name=>"fk_41c35fda51", :on_delete=>:cascade})427 -> 0.0300s428-- add_foreign_key("ci_pipeline_schedules", "projects", {:name=>"fk_8ead60fcc4", :on_delete=>:cascade})429 -> 0.0360s430-- add_foreign_key("ci_pipeline_schedules", "users", {:column=>"owner_id", :name=>"fk_9ea99f58d2", :on_delete=>:nullify})431 -> 0.0354s432-- add_foreign_key("ci_pipeline_variables", "ci_pipelines", {:column=>"pipeline_id", :name=>"fk_f29c5f4380", :on_delete=>:cascade})433 -> 0.0282s434-- add_foreign_key("ci_pipelines", "ci_pipeline_schedules", {:column=>"pipeline_schedule_id", :name=>"fk_3d34ab2e06", :on_delete=>:nullify})435 -> 0.0745s436-- add_foreign_key("ci_pipelines", "ci_pipelines", {:column=>"auto_canceled_by_id", :name=>"fk_262d4c2d19", :on_delete=>:nullify})437 -> 0.0669s438-- add_foreign_key("ci_pipelines", "merge_requests", {:name=>"fk_a23be95014", :on_delete=>:cascade})439 -> 0.0658s440-- add_foreign_key("ci_pipelines", "projects", {:name=>"fk_86635dbd80", :on_delete=>:cascade})441 -> 0.0644s442-- add_foreign_key("ci_runner_namespaces", "ci_runners", {:column=>"runner_id", :on_delete=>:cascade})443 -> 0.0342s444-- add_foreign_key("ci_runner_namespaces", "namespaces", {:on_delete=>:cascade})445 -> 0.0328s446-- add_foreign_key("ci_runner_projects", "projects", {:name=>"fk_4478a6f1e4", :on_delete=>:cascade})447 -> 0.0329s448-- add_foreign_key("ci_stages", "ci_pipelines", {:column=>"pipeline_id", :name=>"fk_fb57e6cc56", :on_delete=>:cascade})449 -> 0.0404s450-- add_foreign_key("ci_stages", "projects", {:name=>"fk_2360681d1d", :on_delete=>:cascade})451 -> 0.0391s452-- add_foreign_key("ci_trigger_requests", "ci_triggers", {:column=>"trigger_id", :name=>"fk_b8ec8b7245", :on_delete=>:cascade})453 -> 0.0396s454-- add_foreign_key("ci_triggers", "projects", {:name=>"fk_e3e63f966e", :on_delete=>:cascade})455 -> 0.0393s456-- add_foreign_key("ci_triggers", "users", {:column=>"owner_id", :name=>"fk_e8e10d1964", :on_delete=>:cascade})457 -> 0.0405s458-- add_foreign_key("ci_variables", "projects", {:name=>"fk_ada5eb64b3", :on_delete=>:cascade})459 -> 0.0368s460-- add_foreign_key("cluster_groups", "clusters", {:on_delete=>:cascade})461 -> 0.0387s462-- add_foreign_key("cluster_groups", "namespaces", {:column=>"group_id", :on_delete=>:cascade})463 -> 0.0423s464-- add_foreign_key("cluster_platforms_kubernetes", "clusters", {:on_delete=>:cascade})465 -> 0.0548s466-- add_foreign_key("cluster_projects", "clusters", {:on_delete=>:cascade})467 -> 0.0412s468-- add_foreign_key("cluster_projects", "projects", {:on_delete=>:cascade})469 -> 0.0414s470-- add_foreign_key("cluster_providers_gcp", "clusters", {:on_delete=>:cascade})471 -> 0.0373s472-- add_foreign_key("clusters", "users", {:on_delete=>:nullify})473 -> 0.0406s474-- add_foreign_key("clusters_applications_cert_managers", "clusters", {:on_delete=>:cascade})475 -> 0.0388s476-- add_foreign_key("clusters_applications_helm", "clusters", {:on_delete=>:cascade})477 -> 0.0411s478-- add_foreign_key("clusters_applications_ingress", "clusters", {:name=>"fk_753a7b41c1", :on_delete=>:cascade})479 -> 0.0437s480-- add_foreign_key("clusters_applications_jupyter", "clusters", {:on_delete=>:cascade})481 -> 0.0453s482-- add_foreign_key("clusters_applications_jupyter", "oauth_applications", {:on_delete=>:nullify})483 -> 0.0479s484-- add_foreign_key("clusters_applications_knative", "clusters", {:on_delete=>:cascade})485 -> 0.0428s486-- add_foreign_key("clusters_applications_prometheus", "clusters", {:name=>"fk_557e773639", :on_delete=>:cascade})487 -> 0.0479s488-- add_foreign_key("clusters_applications_runners", "ci_runners", {:column=>"runner_id", :name=>"fk_02de2ded36", :on_delete=>:nullify})489 -> 0.0461s490-- add_foreign_key("clusters_applications_runners", "clusters", {:on_delete=>:cascade})491 -> 0.0495s492-- add_foreign_key("clusters_kubernetes_namespaces", "cluster_projects", {:on_delete=>:nullify})493 -> 0.0557s494-- add_foreign_key("clusters_kubernetes_namespaces", "clusters", {:on_delete=>:cascade})495 -> 0.0526s496-- add_foreign_key("clusters_kubernetes_namespaces", "projects", {:on_delete=>:nullify})497 -> 0.0507s498-- add_foreign_key("container_repositories", "projects")499 -> 0.0453s500-- add_foreign_key("deploy_keys_projects", "projects", {:name=>"fk_58a901ca7e", :on_delete=>:cascade})501 -> 0.0401s502-- add_foreign_key("deployments", "projects", {:name=>"fk_b9a3851b82", :on_delete=>:cascade})503 -> 0.0769s504-- add_foreign_key("environments", "projects", {:name=>"fk_d1c8c1da6a", :on_delete=>:cascade})505 -> 0.0436s506-- add_foreign_key("events", "projects", {:on_delete=>:cascade})507 -> 0.0571s508-- add_foreign_key("events", "users", {:column=>"author_id", :name=>"fk_edfd187b6f", :on_delete=>:cascade})509 -> 0.0541s510-- add_foreign_key("fork_network_members", "fork_networks", {:on_delete=>:cascade})511 -> 0.0486s512-- add_foreign_key("fork_network_members", "projects", {:column=>"forked_from_project_id", :name=>"fk_b01280dae4", :on_delete=>:nullify})513 -> 0.0458s514-- add_foreign_key("fork_network_members", "projects", {:on_delete=>:cascade})515 -> 0.0518s516-- add_foreign_key("fork_networks", "projects", {:column=>"root_project_id", :name=>"fk_e7b436b2b5", :on_delete=>:nullify})517 -> 0.0389s518-- add_foreign_key("forked_project_links", "projects", {:column=>"forked_to_project_id", :name=>"fk_434510edb0", :on_delete=>:cascade})519 -> 0.0620s520-- add_foreign_key("gpg_key_subkeys", "gpg_keys", {:on_delete=>:cascade})521 -> 0.0547s522-- add_foreign_key("gpg_keys", "users", {:on_delete=>:cascade})523 -> 0.0526s524-- add_foreign_key("gpg_signatures", "gpg_key_subkeys", {:on_delete=>:nullify})525 -> 0.0813s526-- add_foreign_key("gpg_signatures", "gpg_keys", {:on_delete=>:nullify})527 -> 0.0612s528-- add_foreign_key("gpg_signatures", "projects", {:on_delete=>:cascade})529 -> 0.0751s530-- add_foreign_key("group_custom_attributes", "namespaces", {:column=>"group_id", :on_delete=>:cascade})531 -> 0.0497s532-- add_foreign_key("import_export_uploads", "projects", {:on_delete=>:cascade})533 -> 0.0498s534-- add_foreign_key("internal_ids", "namespaces", {:name=>"fk_162941d509", :on_delete=>:cascade})535 -> 0.0577s536-- add_foreign_key("internal_ids", "projects", {:on_delete=>:cascade})537 -> 0.0693s538-- add_foreign_key("issue_assignees", "issues", {:name=>"fk_b7d881734a", :on_delete=>:cascade})539 -> 0.0487s540-- add_foreign_key("issue_assignees", "users", {:name=>"fk_5e0c8d9154", :on_delete=>:cascade})541 -> 0.0453s542-- add_foreign_key("issue_metrics", "issues", {:on_delete=>:cascade})543 -> 0.0433s544-- add_foreign_key("issues", "issues", {:column=>"moved_to_id", :name=>"fk_a194299be1", :on_delete=>:nullify})545 -> 0.0948s546-- add_foreign_key("issues", "milestones", {:name=>"fk_96b1dd429c", :on_delete=>:nullify})547 -> 0.0951s548-- add_foreign_key("issues", "projects", {:name=>"fk_899c8f3231", :on_delete=>:cascade})549 -> 0.0966s550-- add_foreign_key("issues", "users", {:column=>"author_id", :name=>"fk_05f1e72feb", :on_delete=>:nullify})551 -> 0.1153s552-- add_foreign_key("issues", "users", {:column=>"closed_by_id", :name=>"fk_c63cbf6c25", :on_delete=>:nullify})553 -> 0.0948s554-- add_foreign_key("issues", "users", {:column=>"updated_by_id", :name=>"fk_ffed080f01", :on_delete=>:nullify})555 -> 0.1011s556-- add_foreign_key("label_links", "labels", {:name=>"fk_d97dd08678", :on_delete=>:cascade})557 -> 0.0448s558-- add_foreign_key("label_priorities", "labels", {:on_delete=>:cascade})559 -> 0.0551s560-- add_foreign_key("label_priorities", "projects", {:on_delete=>:cascade})561 -> 0.0533s562-- add_foreign_key("labels", "namespaces", {:column=>"group_id", :on_delete=>:cascade})563 -> 0.0593s564-- add_foreign_key("labels", "projects", {:name=>"fk_7de4989a69", :on_delete=>:cascade})565 -> 0.0592s566-- add_foreign_key("lfs_file_locks", "projects", {:on_delete=>:cascade})567 -> 0.0497s568-- add_foreign_key("lfs_file_locks", "users", {:on_delete=>:cascade})569 -> 0.0455s570-- add_foreign_key("lists", "boards", {:name=>"fk_0d3f677137", :on_delete=>:cascade})571 -> 0.0489s572-- add_foreign_key("lists", "labels", {:name=>"fk_7a5553d60f", :on_delete=>:cascade})573 -> 0.0499s574-- add_foreign_key("members", "users", {:name=>"fk_2e88fb7ce9", :on_delete=>:cascade})575 -> 0.0602s576-- add_foreign_key("merge_request_diff_commits", "merge_request_diffs", {:on_delete=>:cascade})577 -> 0.0409s578-- add_foreign_key("merge_request_diff_files", "merge_request_diffs", {:on_delete=>:cascade})579 -> 0.0418s580-- add_foreign_key("merge_request_diffs", "merge_requests", {:name=>"fk_8483f3258f", :on_delete=>:cascade})581 -> 0.0392s582-- add_foreign_key("merge_request_metrics", "ci_pipelines", {:column=>"pipeline_id", :on_delete=>:cascade})583 -> 0.1002s584-- add_foreign_key("merge_request_metrics", "merge_requests", {:on_delete=>:cascade})585 -> 0.0528s586-- add_foreign_key("merge_request_metrics", "users", {:column=>"latest_closed_by_id", :name=>"fk_ae440388cc", :on_delete=>:nullify})587 -> 0.0550s588-- add_foreign_key("merge_request_metrics", "users", {:column=>"merged_by_id", :name=>"fk_7f28d925f3", :on_delete=>:nullify})589 -> 0.0529s590-- add_foreign_key("merge_requests", "ci_pipelines", {:column=>"head_pipeline_id", :name=>"fk_fd82eae0b9", :on_delete=>:nullify})591 -> 0.1018s592-- add_foreign_key("merge_requests", "merge_request_diffs", {:column=>"latest_merge_request_diff_id", :name=>"fk_06067f5644", :on_delete=>:nullify})593 -> 0.1172s594-- add_foreign_key("merge_requests", "milestones", {:name=>"fk_6a5165a692", :on_delete=>:nullify})595 -> 0.1210s596-- add_foreign_key("merge_requests", "projects", {:column=>"source_project_id", :name=>"fk_3308fe130c", :on_delete=>:nullify})597 -> 0.1093s598-- add_foreign_key("merge_requests", "projects", {:column=>"target_project_id", :name=>"fk_a6963e8447", :on_delete=>:cascade})599 -> 0.1107s600-- add_foreign_key("merge_requests", "users", {:column=>"assignee_id", :name=>"fk_6149611a04", :on_delete=>:nullify})601 -> 0.1028s602-- add_foreign_key("merge_requests", "users", {:column=>"author_id", :name=>"fk_e719a85f8a", :on_delete=>:nullify})603 -> 0.1115s604-- add_foreign_key("merge_requests", "users", {:column=>"merge_user_id", :name=>"fk_ad525e1f87", :on_delete=>:nullify})605 -> 0.1408s606-- add_foreign_key("merge_requests", "users", {:column=>"updated_by_id", :name=>"fk_641731faff", :on_delete=>:nullify})607 -> 0.1165s608-- add_foreign_key("merge_requests_closing_issues", "issues", {:on_delete=>:cascade})609 -> 0.0511s610-- add_foreign_key("merge_requests_closing_issues", "merge_requests", {:on_delete=>:cascade})611 -> 0.0630s612-- add_foreign_key("milestones", "namespaces", {:column=>"group_id", :name=>"fk_95650a40d4", :on_delete=>:cascade})613 -> 0.0591s614-- add_foreign_key("milestones", "projects", {:name=>"fk_9bd0a0c791", :on_delete=>:cascade})615 -> 0.0572s616-- add_foreign_key("note_diff_files", "notes", {:column=>"diff_note_id", :on_delete=>:cascade})617 -> 0.0419s618-- add_foreign_key("notes", "projects", {:name=>"fk_99e097b079", :on_delete=>:cascade})619 -> 0.0693s620-- add_foreign_key("notification_settings", "users", {:name=>"fk_0c95e91db7", :on_delete=>:cascade})621 -> 0.0481s622-- add_foreign_key("oauth_openid_requests", "oauth_access_grants", {:column=>"access_grant_id", :name=>"fk_oauth_openid_requests_oauth_access_grants_access_grant_id"})623 -> 0.0417s624-- add_foreign_key("pages_domains", "projects", {:name=>"fk_ea2f6dfc6f", :on_delete=>:cascade})625 -> 0.0566s626-- add_foreign_key("personal_access_tokens", "users")627 -> 0.0448s628-- add_foreign_key("pool_repositories", "projects", {:column=>"source_project_id", :on_delete=>:nullify})629 -> 0.0481s630-- add_foreign_key("pool_repositories", "shards", {:on_delete=>:restrict})631 -> 0.0452s632-- add_foreign_key("project_authorizations", "projects", {:on_delete=>:cascade})633 -> 0.0379s634-- add_foreign_key("project_authorizations", "users", {:on_delete=>:cascade})635 -> 0.0384s636-- add_foreign_key("project_auto_devops", "projects", {:on_delete=>:cascade})637 -> 0.0372s638-- add_foreign_key("project_ci_cd_settings", "projects", {:name=>"fk_24c15d2f2e", :on_delete=>:cascade})639 -> 0.1663s640-- add_foreign_key("project_custom_attributes", "projects", {:on_delete=>:cascade})641 -> 0.0437s642-- add_foreign_key("project_daily_statistics", "projects", {:on_delete=>:cascade})643 -> 0.0411s644-- add_foreign_key("project_deploy_tokens", "deploy_tokens", {:on_delete=>:cascade})645 -> 0.0489s646-- add_foreign_key("project_deploy_tokens", "projects", {:on_delete=>:cascade})647 -> 0.0422s648-- add_foreign_key("project_error_tracking_settings", "projects", {:on_delete=>:cascade})649 -> 0.0352s650-- add_foreign_key("project_features", "projects", {:name=>"fk_18513d9b92", :on_delete=>:cascade})651 -> 0.0400s652-- add_foreign_key("project_group_links", "projects", {:name=>"fk_daa8cee94c", :on_delete=>:cascade})653 -> 0.0438s654-- add_foreign_key("project_import_data", "projects", {:name=>"fk_ffb9ee3a10", :on_delete=>:cascade})655 -> 0.0404s656-- add_foreign_key("project_mirror_data", "projects", {:on_delete=>:cascade})657 -> 0.0464s658-- add_foreign_key("project_repositories", "projects", {:on_delete=>:cascade})659 -> 0.0473s660-- add_foreign_key("project_repositories", "shards", {:on_delete=>:restrict})661 -> 0.0477s662-- add_foreign_key("project_statistics", "projects", {:on_delete=>:cascade})663 -> 0.0459s664-- add_foreign_key("projects", "pool_repositories", {:name=>"fk_6e5c14658a", :on_delete=>:nullify})665 -> 0.1060s666-- add_foreign_key("prometheus_metrics", "projects", {:on_delete=>:cascade})667 -> 0.0526s668-- add_foreign_key("protected_branch_merge_access_levels", "protected_branches", {:name=>"fk_8a3072ccb3", :on_delete=>:cascade})669 -> 0.0389s670-- add_foreign_key("protected_branch_push_access_levels", "protected_branches", {:name=>"fk_9ffc86a3d9", :on_delete=>:cascade})671 -> 0.0385s672-- add_foreign_key("protected_branches", "projects", {:name=>"fk_7a9c6d93e7", :on_delete=>:cascade})673 -> 0.0433s674-- add_foreign_key("protected_tag_create_access_levels", "namespaces", {:column=>"group_id"})675 -> 0.0498s676-- add_foreign_key("protected_tag_create_access_levels", "protected_tags", {:name=>"fk_f7dfda8c51", :on_delete=>:cascade})677 -> 0.1794s678-- add_foreign_key("protected_tag_create_access_levels", "users")679 -> 0.0550s680-- add_foreign_key("protected_tags", "projects", {:name=>"fk_8e4af87648", :on_delete=>:cascade})681 -> 0.0494s682-- add_foreign_key("push_event_payloads", "events", {:name=>"fk_36c74129da", :on_delete=>:cascade})683 -> 0.0370s684-- add_foreign_key("release_links", "releases", {:on_delete=>:cascade})685 -> 0.0444s686-- add_foreign_key("releases", "projects", {:name=>"fk_47fe2a0596", :on_delete=>:cascade})687 -> 0.0529s688-- add_foreign_key("releases", "users", {:column=>"author_id", :name=>"fk_8e4456f90f", :on_delete=>:nullify})689 -> 0.0619s690-- add_foreign_key("remote_mirrors", "projects", {:on_delete=>:cascade})691 -> 0.0439s692-- add_foreign_key("repository_languages", "projects", {:on_delete=>:cascade})693 -> 0.0363s694-- add_foreign_key("resource_label_events", "issues", {:on_delete=>:cascade})695 -> 0.0492s696-- add_foreign_key("resource_label_events", "labels", {:on_delete=>:nullify})697 -> 0.0491s698-- add_foreign_key("resource_label_events", "merge_requests", {:on_delete=>:cascade})699 -> 0.0486s700-- add_foreign_key("resource_label_events", "users", {:on_delete=>:nullify})701 -> 0.0486s702-- add_foreign_key("services", "projects", {:name=>"fk_71cce407f9", :on_delete=>:cascade})703 -> 0.0452s704-- add_foreign_key("snippets", "projects", {:name=>"fk_be41fd4bb7", :on_delete=>:cascade})705 -> 0.0498s706-- add_foreign_key("subscriptions", "projects", {:on_delete=>:cascade})707 -> 0.0410s708-- add_foreign_key("suggestions", "notes", {:on_delete=>:cascade})709 -> 0.0368s710-- add_foreign_key("system_note_metadata", "notes", {:name=>"fk_d83a918cb1", :on_delete=>:cascade})711 -> 0.0398s712-- add_foreign_key("term_agreements", "application_setting_terms", {:column=>"term_id"})713 -> 0.0748s714-- add_foreign_key("term_agreements", "users", {:on_delete=>:cascade})715 -> 0.0483s716-- add_foreign_key("timelogs", "issues", {:name=>"fk_timelogs_issues_issue_id", :on_delete=>:cascade})717 -> 0.0460s718-- add_foreign_key("timelogs", "merge_requests", {:name=>"fk_timelogs_merge_requests_merge_request_id", :on_delete=>:cascade})719 -> 0.0463s720-- add_foreign_key("todos", "namespaces", {:column=>"group_id", :on_delete=>:cascade})721 -> 0.0817s722-- add_foreign_key("todos", "notes", {:name=>"fk_91d1f47b13", :on_delete=>:cascade})723 -> 0.0735s724-- add_foreign_key("todos", "projects", {:name=>"fk_45054f9c45", :on_delete=>:cascade})725 -> 0.0736s726-- add_foreign_key("todos", "users", {:column=>"author_id", :name=>"fk_ccf0373936", :on_delete=>:cascade})727 -> 0.0736s728-- add_foreign_key("todos", "users", {:name=>"fk_d94154aa95", :on_delete=>:cascade})729 -> 0.0753s730-- add_foreign_key("trending_projects", "projects", {:on_delete=>:cascade})731 -> 0.0397s732-- add_foreign_key("u2f_registrations", "users")733 -> 0.0417s734-- add_foreign_key("user_callouts", "users", {:on_delete=>:cascade})735 -> 0.0465s736-- add_foreign_key("user_custom_attributes", "users", {:on_delete=>:cascade})737 -> 0.0445s738-- add_foreign_key("user_interacted_projects", "projects", {:name=>"fk_722ceba4f7", :on_delete=>:cascade})739 -> 0.0411s740-- add_foreign_key("user_interacted_projects", "users", {:name=>"fk_0894651f08", :on_delete=>:cascade})741 -> 0.0411s742-- add_foreign_key("user_preferences", "users", {:on_delete=>:cascade})743 -> 0.0419s744-- add_foreign_key("user_statuses", "users", {:on_delete=>:cascade})745 -> 0.0424s746-- add_foreign_key("user_synced_attributes_metadata", "users", {:on_delete=>:cascade})747 -> 0.0432s748-- add_foreign_key("users", "application_setting_terms", {:column=>"accepted_term_id", :name=>"fk_789cd90b35", :on_delete=>:cascade})749 -> 0.1536s750-- add_foreign_key("users_star_projects", "projects", {:name=>"fk_22cd27ddfc", :on_delete=>:cascade})751 -> 0.0446s752-- add_foreign_key("web_hook_logs", "web_hooks", {:on_delete=>:cascade})753 -> 0.0421s754-- add_foreign_key("web_hooks", "projects", {:name=>"fk_0c8ca6d9d1", :on_delete=>:cascade})755 -> 0.0463s756-- initialize_schema_migrations_table()757 -> 0.0306s758Adding limits to schema.rb for mysql759-- change_column(:snippets, :content, :text, {:limit=>2147483647})760 -> 0.0433s761-- change_column(:notes, :st_diff, :text, {:limit=>2147483647})762 -> 0.0568s763-- change_column(:snippets, :content_html, :text, {:limit=>2147483647})764 -> 0.0413s765-- change_column(:merge_request_diff_files, :diff, :text, {:limit=>2147483647, :default=>nil})766 -> 0.0279s767-- change_column(:ci_build_trace_chunks, :raw_data, :binary, {:limit=>16777215})768 -> 0.0294s769-- change_column(:gpg_keys, :key, :text, {:limit=>16777215})770 -> 0.0358s771-- change_column(:prometheus_metrics, :query, :text, {:limit=>4096, :default=>nil})772 -> 0.0405s773$ date774Thu Mar 14 02:16:34 UTC 2019775$ JOB_NAME=( $CI_JOB_NAME )776$ TEST_TOOL=${JOB_NAME[0]}777$ export KNAPSACK_REPORT_PATH=knapsack/${CI_PROJECT_NAME}/${TEST_TOOL}_node_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json778$ export KNAPSACK_GENERATE_REPORT=true779$ export SUITE_FLAKY_RSPEC_REPORT_PATH=${FLAKY_RSPEC_SUITE_REPORT_PATH}780$ export FLAKY_RSPEC_REPORT_PATH=rspec_flaky/all_${TEST_TOOL}_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json781$ export NEW_FLAKY_RSPEC_REPORT_PATH=rspec_flaky/new_${TEST_TOOL}_${CI_NODE_INDEX}_${CI_NODE_TOTAL}_report.json782$ export FLAKY_RSPEC_GENERATE_REPORT=true783$ export CACHE_CLASSES=true784$ cp ${KNAPSACK_RSPEC_SUITE_REPORT_PATH} ${KNAPSACK_REPORT_PATH}785$ [[ -f $FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${FLAKY_RSPEC_REPORT_PATH}786$ [[ -f $NEW_FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${NEW_FLAKY_RSPEC_REPORT_PATH}787$ scripts/gitaly-test-spawn788Checking gitaly-ruby bundle...789Warning: 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`.790The Gemfile's dependencies are satisfied791Trying to connect to gitaly: ..... OK792$ knapsack rspec "--color --format documentation --format RspecJunitFormatter --out junit_rspec.xml"793Knapsack report generator started!794==> Setting up GitLab Shell...795 GitLab Shell set up in 0.212503605 seconds...796==> Setting up Gitaly...797 Gitaly set up in 0.00010973 seconds...798OAuth Login799Starting the Capybara driver server...800 when the user logs in using the github provider801 when two-factor authentication is disabled802DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)803 logs the user in804 when two-factor authentication is enabled805DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)806 logs the user in807 when "remember me" is checked808 when two-factor authentication is disabled809DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)810 remembers the user after a browser restart811 when two-factor authentication is enabled812DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)813 remembers the user after a browser restart814 when "remember me" is not checked815 when two-factor authentication is disabled816DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)817 does not remember the user after a browser restart818 when two-factor authentication is enabled819DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)820 does not remember the user after a browser restart821 when the user logs in using the twitter provider822 when two-factor authentication is disabled823DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)824 logs the user in825 when two-factor authentication is enabled826DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)827 logs the user in828 when "remember me" is checked829 when two-factor authentication is disabled830DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)831 remembers the user after a browser restart832 when two-factor authentication is enabled833DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)834 remembers the user after a browser restart835 when "remember me" is not checked836 when two-factor authentication is disabled837DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)838 does not remember the user after a browser restart839 when two-factor authentication is enabled840DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)841 does not remember the user after a browser restart842 when the user logs in using the bitbucket provider843 when two-factor authentication is disabled844DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)845 logs the user in846 when two-factor authentication is enabled847DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)848 logs the user in849 when "remember me" is checked850 when two-factor authentication is disabled851DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)852 remembers the user after a browser restart853 when two-factor authentication is enabled854DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)855 remembers the user after a browser restart856 when "remember me" is not checked857 when two-factor authentication is disabled858DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)859 does not remember the user after a browser restart860 when two-factor authentication is enabled861DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)862 does not remember the user after a browser restart863 when the user logs in using the gitlab provider864 when two-factor authentication is disabled865DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)866 logs the user in867 when two-factor authentication is enabled868DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)869 logs the user in870 when "remember me" is checked871 when two-factor authentication is disabled872DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)873 remembers the user after a browser restart874 when two-factor authentication is enabled875DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)876 remembers the user after a browser restart877 when "remember me" is not checked878 when two-factor authentication is disabled879DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)880 does not remember the user after a browser restart881 when two-factor authentication is enabled882DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)883 does not remember the user after a browser restart884 when the user logs in using the google_oauth2 provider885 when two-factor authentication is disabled886DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)887 logs the user in888 when two-factor authentication is enabled889DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)890 logs the user in891 when "remember me" is checked892 when two-factor authentication is disabled893DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)894 remembers the user after a browser restart895 when two-factor authentication is enabled896DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)897 remembers the user after a browser restart898 when "remember me" is not checked899 when two-factor authentication is disabled900DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)901 does not remember the user after a browser restart902 when two-factor authentication is enabled903DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)904 does not remember the user after a browser restart905 when the user logs in using the facebook provider906 when two-factor authentication is disabled907DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)908 logs the user in909 when two-factor authentication is enabled910DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)911 logs the user in912 when "remember me" is checked913 when two-factor authentication is disabled914DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)915 remembers the user after a browser restart916 when two-factor authentication is enabled917DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)918 remembers the user after a browser restart919 when "remember me" is not checked920 when two-factor authentication is disabled921DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)922 does not remember the user after a browser restart923 when two-factor authentication is enabled924DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)925 does not remember the user after a browser restart926 when the user logs in using the cas3 provider927 when two-factor authentication is disabled928DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)929 logs the user in930 when two-factor authentication is enabled931DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)932 logs the user in933 when "remember me" is checked934 when two-factor authentication is disabled935DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)936 remembers the user after a browser restart937 when two-factor authentication is enabled938DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)939 remembers the user after a browser restart940 when "remember me" is not checked941 when two-factor authentication is disabled942DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)943 does not remember the user after a browser restart944 when two-factor authentication is enabled945DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)946 does not remember the user after a browser restart947 when the user logs in using the auth0 provider948 when two-factor authentication is disabled949DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)950 logs the user in951 when two-factor authentication is enabled952DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)953 logs the user in954 when "remember me" is checked955 when two-factor authentication is disabled956DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)957 remembers the user after a browser restart958 when two-factor authentication is enabled959DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)960 remembers the user after a browser restart961 when "remember me" is not checked962 when two-factor authentication is disabled963DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)964 does not remember the user after a browser restart965 when two-factor authentication is enabled966DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)967 does not remember the user after a browser restart968 when the user logs in using the authentiq provider969 when two-factor authentication is disabled970DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)971 logs the user in972 when two-factor authentication is enabled973DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)974 logs the user in975 when "remember me" is checked976 when two-factor authentication is disabled977DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)978 remembers the user after a browser restart979 when two-factor authentication is enabled980DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)981 remembers the user after a browser restart982 when "remember me" is not checked983 when two-factor authentication is disabled984DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)985 does not remember the user after a browser restart986 when two-factor authentication is enabled987DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)988 does not remember the user after a browser restart989DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)990GFM autocomplete991WARN: Screenshot could not be saved. `page.current_path` is empty.992DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)9932nd Try error in ./spec/features/issues/gfm_autocomplete_spec.rb:25:994 could not obtain a connection from the pool within 5.000 seconds (waited 5.000 seconds); all pooled connections were in use 995RSpec::Retry: 2nd try ./spec/features/issues/gfm_autocomplete_spec.rb:25996DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)997 updates issue description with GFM reference998DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)999 opens autocomplete menu when field starts with text1000DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1001 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters1002DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1003 opens autocomplete menu for Username when field starts with text with item escaping HTML characters1004DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1005 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters1006DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1007 doesnt open autocomplete menu character is prefixed with text1008DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1009 doesnt select the first item for non-assignee dropdowns1010DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1011 does not open autocomplete menu when ":" is prefixed by a number and letters1012DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1013 selects the first item for assignee dropdowns1014DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1015 includes items for assignee dropdowns with non-ASCII characters in name1016DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1017 selects the first item for non-assignee dropdowns if a query is entered1018 if a selected value has special characters1019DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1020 wraps the result in double quotes1021DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1022 shows dropdown after a new line1023DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1024 does not show dropdown when preceded with a special character1025DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1026 does not throw an error if no labels exist1027DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1028 doesn't wrap for assignee values1029DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1030 doesn't wrap for emoji values1031DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1032 doesn't open autocomplete after non-word character1033DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1034 doesn't open autocomplete if there is no space before1035DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1036 triggers autocomplete after selecting a quick action1037 labels1038DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1039 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters (PENDING: In quarantine)1040 when no labels are assigned1041DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1042 shows labels (PENDING: In quarantine)1043 when some labels are assigned1044DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1045 shows labels (PENDING: In quarantine)1046 when all labels are assigned1047DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1048 shows labels (PENDING: In quarantine)1049 issues1050 behaves like autocomplete suggestions1051DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1052 suggests objects correctly1053 merge requests1054 behaves like autocomplete suggestions1055DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1056 suggests objects correctly1057 project snippets1058 behaves like autocomplete suggestions1059DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1060 suggests objects correctly1061 label1062 behaves like autocomplete suggestions1063DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1064 suggests objects correctly1065 milestone1066 behaves like autocomplete suggestions1067DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1068 suggests objects correctly1069DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1070Clusters::Applications::Jupyter1071 should belong to cluster1072 should validate that :cluster cannot be empty/falsy1073 should belong to oauth_application1074 #name1075 is .application_name1076 is recorded in Clusters::Cluster::APPLICATIONS1077 #status1078 sets a default status1079 .available1080 should contain exactly #<Clusters::Applications::Jupyter id: 1, cluster_id: 9, oauth_application_id: 1, status: 3, version: ...name: nil, created_at: "2019-03-14 02:20:34", updated_at: "2019-03-14 02:20:34", status_reason: nil> and #<Clusters::Applications::Jupyter id: 2, cluster_id: 15, oauth_application_id: 2, status: 5, version:...name: nil, created_at: "2019-03-14 02:20:34", updated_at: "2019-03-14 02:20:34", status_reason: nil>1081 status state machine1082 #make_installing1083 is installing1084 #make_installed1085 is installed1086 updates helm version1087 sets the correct version of the application1088 application is updating1089 is updated1090 updates helm version1091 updates the version of the application1092 #make_errored1093 is errored1094 application is updating1095 is update_errored1096 #make_scheduled1097 is scheduled1098 when was errored1099 clears #status_reason1100 when was updated_errored1101 clears #status_reason1102 #available?1103 trait: :not_installable, available: false1104 should not be available1105 trait: :installable, available: false1106 should not be available1107 trait: :scheduled, available: false1108 should not be available1109 trait: :installing, available: false1110 should not be available1111 trait: :installed, available: true1112 should be available1113 trait: :updating, available: false1114 should not be available1115 trait: :updated, available: true1116 should be available1117 trait: :errored, available: false1118 should not be available1119 trait: :update_errored, available: false1120 should not be available1121 trait: :timeouted, available: false1122 should not be available1123 update_available?1124 version is not the same as VERSION1125 should be truthy1126 version is the same as VERSION1127 should be falsey1128 #files1129 should include cert files when there is a ca_cert entry1130 when the helm application does not have a ca_cert1131 should not include cert files when there is no ca_cert entry1132 #set_initial_status1133 when ingress is not installed1134 should be not installable1135 when ingress is installed and external_ip is assigned1136 should be installable1137 when ingress is installed and external_hostname is assigned1138 should be installable1139 #install_command1140 should be an instance of Gitlab::Kubernetes::Helm::InstallCommand1141 should be initialized with 4 arguments1142 on a non rbac enabled cluster1143 should not be rbac1144 application failed to install previously1145 should be initialized with the locked version1146 #files1147 should include valid values1148 when cluster belongs to a project1149 sets GitLab project id1150DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1151Projects > Members > User requests access1152DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1153 request access feature is disabled1154DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1155 user can request access to a project1156DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1157 user is not listed in the project members page1158DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1159 user can withdraw its request for access1160 code access is restricted1161DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1162 user can request access1163DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1164Projects > Files > User replaces files1165 when an user has write access1166DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1167 replaces an existed file with a new one1168 when an user does not have write access1169DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1170 replaces an existed file with a new one in a forked project1171DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1172GitTagPushService1173 Push tags1174 flushes general cached data1175 flushes the tags cache1176 Pipelines1177 creates a new pipeline1178 Git Tag Push Data1179 annotated tag1180 should include {:object_kind => "tag_push"}1181 should include {:ref => "refs/tags/v1.1.0"}1182 should include {:before => "0000000000000000000000000000000000000000"}1183 should include {:after => "8a2a6eb295bb170b34c24c76c49ed0e9b2eaf34b"}1184 should include {:message => "Version 1.1.0"}1185 should include {:user_id => 476}1186 should include {:user_name => "John Doe426"}1187 should include {:project_id => 78}1188 with repository data1189 should include {:name => "project76"}1190 should include {:url => "git@localhost:namespace79/project77.git"}1191 should include {:description => nil}1192 should include {:homepage => "http://localhost/namespace81/project79"}1193 with commits1194 should be a kind of Array1195 has 1 element1196 the commit1197 should include {:id => "5937ac0a7beb003549fc5fd26fc247adbce4a52e"}1198 should include {:message => "Add submodule from gitlab.com\n\nSigned-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>\n"}1199 should include {:timestamp => "2014-02-27T09:01:38Z"}1200 should include {:url => "http://localhost/namespace87/project85/commit/5937ac0a7beb003549fc5fd26fc247adbce4a52e"}1201 with a author1202 should include {:name => "Dmitriy Zaporozhets"}1203 should include {:email => "dmitriy.zaporozhets@gmail.com"}1204 lightweight tag1205 should include {:object_kind => "tag_push"}1206 should include {:ref => "refs/tags/light-tag"}1207 should include {:before => "0000000000000000000000000000000000000000"}1208 should include {:after => "5937ac0a7beb003549fc5fd26fc247adbce4a52e"}1209 should include {:message => ""}1210 should include {:user_id => 516}1211 should include {:user_name => "John Doe466"}1212 should include {:project_id => 98}1213 with repository data1214 should include {:name => "project96"}1215 should include {:url => "git@localhost:namespace99/project97.git"}1216 should include {:description => nil}1217 should include {:homepage => "http://localhost/namespace101/project99"}1218 with commits1219 should be a kind of Array1220 has 1 element1221 the commit1222 should include {:id => "5937ac0a7beb003549fc5fd26fc247adbce4a52e"}1223 should include {:message => "Add submodule from gitlab.com\n\nSigned-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>\n"}1224 should include {:timestamp => "2014-02-27T09:01:38Z"}1225 should include {:url => "http://localhost/namespace107/project105/commit/5937ac0a7beb003549fc5fd26fc247adbce4a52e"}1226 with a author1227 should include {:name => "Dmitriy Zaporozhets"}1228 should include {:email => "dmitriy.zaporozhets@gmail.com"}1229 Webhooks1230 execute webhooks1231 when pushing tags1232DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1233Merge request > User sees revert modal1234DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1235 shows the revert modal1236DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1237 closes the revert modal with escape keypress1238DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1239Projects::TransferService1240 namespace -> namespace1241 should be truthy1242 should eq #<Group id:551 @group2>1243 when transfer succeeds1244 sends notifications1245 invalidates the user's personal_project_count cache1246 executes system hooks1247 disk path has moved1248 updates project full path in .git/config1249 updates storage location1250 new group has a kubernetes cluster1251 creates kubernetes namespace for the project1252 when transfer fails1253 rolls back repo location1254 rolls back project full path in .git/config1255 doesn't send move notifications1256 doesn't run system hooks1257 does not update storage location1258 namespace -> no namespace1259 should eq false1260 should eq #<Namespace id: 581, name: "user515", path: "user515", owner_id: 567, created_at: "2019-03-14 02:23:5...arkdown_version: 917504, runners_token: nil, runners_token_encrypted: nil, auto_devops_enabled: nil>1261 should eq "Please select a new namespace for your project."1262 disallow transferring of project with tags1263 should be falsey1264 namespace -> not allowed namespace1265 should eq false1266 should eq #<Namespace id: 588, name: "user520", path: "user520", owner_id: 572, created_at: "2019-03-14 02:23:5...arkdown_version: 917504, runners_token: nil, runners_token_encrypted: nil, auto_devops_enabled: nil>1267 namespace which contains orphan repository with same projects path name1268 should eq false1269 should eq #<Namespace id: 593, name: "user522", path: "user522", owner_id: 574, created_at: "2019-03-14 02:23:5...arkdown_version: 917504, runners_token: nil, runners_token_encrypted: nil, auto_devops_enabled: nil>1270 should include "Cannot move project"1271 target namespace containing the same project name1272 should eq false1273 should eq #<Namespace id: 601, name: "user527", path: "user527", owner_id: 579, created_at: "2019-03-14 02:23:5...arkdown_version: 917504, runners_token: nil, runners_token_encrypted: nil, auto_devops_enabled: nil>1274 should include "Project with same name or path in target namespace already exists"1275 target namespace containing the same project path1276 should eq false1277 should eq #<Namespace id: 613, name: "user536", path: "user536", owner_id: 588, created_at: "2019-03-14 02:23:5...arkdown_version: 917504, runners_token: nil, runners_token_encrypted: nil, auto_devops_enabled: nil>1278 should include "Project with same name or path in target namespace already exists"1279 visibility level1280 when namespace visibility level < project visibility level1281 should eq 101282 when namespace visibility level > project visibility level1283 should eq 01284 missing group labels applied to issues or merge requests1285 delegates tranfer to Labels::TransferService1286 when hashed storage in use1287 does not move the directory1288 refreshing project authorizations1289 refreshes the permissions of the old and new namespace1290 only schedules a single job for every user1291DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1292Gitlab::Email::Handler::CreateNoteHandler1293 behaves like reply_processing_shared_examples1294 when the user could not be found1295 raises a UserNotFoundError1296 when the user is not authorized to the project1297 raises a ProjectNotFound1298 when the recipient address doesn't include a mail key1299 raises a UnknownIncomingEmail1300 when no sent notification for the mail key could be found1301 raises a SentNotificationNotFoundError1302 when the noteable could not be found1303 raises a NoteableNotFoundError1304 when the note could not be saved1305 raises an InvalidNoteError1306 because the note was update commands only1307 and current user cannot update noteable1308 raises a CommandsOnlyNoteError1309 and current user can update noteable1310 does not raise an error1311 when the note contains quick actions1312 and current user cannot update the noteable1313 only executes the commands that the user can perform1314 and current user can update noteable1315 posts a note and updates the noteable1316 when the reply is blank1317 raises an EmptyEmailError1318 when discussion is locked1319 behaves like checks permissions on noteable1320 when user has access1321 creates a comment1322 when user does not have access1323 raises UserNotAuthorizedError1324 when issue is confidential1325 behaves like checks permissions on noteable1326 when user has access1327 creates a comment1328 when user does not have access1329 raises UserNotAuthorizedError1330 when everything is fine1331 adds all attachments1332 behaves like a reply to existing comment1333 creates a comment1334 when sub-addressing is not supported1335 mail key is in the References header1336 behaves like an email that contains a mail key1337 fetches the mail key from the References header and creates a comment1338 mail key is in the References header with a comma1339 behaves like an email that contains a mail key1340 fetches the mail key from the References header and creates a comment1341 when note is not a discussion1342 behaves like a reply to existing comment1343 creates a comment1344DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1345Labels subscription1346 when signed in1347DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1348 users can subscribe/unsubscribe to group labels1349 subscription filter1350 shows only subscribed labels1351 shows no subscribed labels message1352 when not signed in1353 users can not subscribe/unsubscribe to labels1354 does not show subscribed tab1355DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1356Merge request > User toggles whitespace changes1357DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1358 has a button to toggle whitespace changes1359 clicking "Hide whitespace changes" button1360DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1361 toggles the "Hide whitespace changes" button1362DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1363admin deploy keys1364 show all public deploy keys1365 shows all the projects the deploy key has write access1366 create a new deploy key1367 creates a new deploy key1368 update an existing deploy key1369 updates an existing deploy key1370 remove an existing deploy key1371 removes an existing deploy key1372DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1373Profile > Account1374 Change username1375DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1376 the user is accessible via the new path1377DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1378 the old user path redirects to the new path1379 with a project1380DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1381 the project is accessible via the new path1382DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1383 the old project path redirects to the new path1384DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1385Gitlab::ReferenceExtractor1386 accesses valid user objects1387 ignores user mentions inside specific elements1388 does not include anchors from table of contents in issue references1389 accesses valid issue objects1390 accesses valid merge requests1391 accesses valid labels1392 accesses valid snippets1393 accesses valid commits1394 accesses valid commit ranges1395 directly addressed users1396 when a user is directly addressed1397 accesses the user object which is mentioned in the beginning of the line1398 doesn't access the user object if it's not mentioned in the beginning of the line1399 when multiple users are addressed1400 accesses the user objects which are mentioned in the beginning of the line1401 doesn't access the user objects if they are not mentioned in the beginning of the line1402 when multiple users are addressed in different paragraphs1403 accesses user objects which are mentioned in the beginning of each paragraph1404 with an external issue tracker1405 when GitLab issues are enabled1406 returns both JIRA and internal issues1407 returns only JIRA issues if the internal one does not exists1408 when GitLab issues are disabled1409 returns only JIRA issues1410 with a project with an underscore1411 handles project issue references1412 #all1413 returns all referables1414 .references_pattern1415 should be a kind of Regexp1416 referables prefixes1417 returns all supported prefixes1418 does not allow one prefix for multiple referables if not allowed specificly1419DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1420DiffDiscussion1421 #reply_attributes1422 includes position and original_position1423 #merge_request_version_params1424 when the discussion is active1425 returns an empty hash, which will end up showing the latest version1426 when the discussion is on an older merge request version1427 when commit_id is not present1428 returns the diff ID for the version to show1429 when commit_id is present1430 includes the commit_id in the result1431 when the discussion is on a comparison between merge request versions1432 when commit_id is not present1433 returns the diff ID and start sha of the versions to compare1434 when commit_id is present1435 includes the commit_id in the result1436 when the discussion does not have a merge request version1437 when commit_id is not present1438 returns empty hash1439 when commit_id is present1440 returns the commit_id1441DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1442IDE1443 sub-groups1444 loads project in web IDE (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1445DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1446Admin::HookLogs1447 show list of hook logs1448 show hook log details1449 retry hook log1450DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1451gitlab:shell rake tasks1452 install task1453mkdir -p /builds/gitlab-org/gitlab-ce/tmp/tests/.ssh: OK1454chmod 700 /builds/gitlab-org/gitlab-ce/tmp/tests/.ssh: OK1455mkdir -p /builds/gitlab-org/gitlab-ce/tmp/tests/repositories: OK1456chmod ug+rwX,o-rwx /builds/gitlab-org/gitlab-ce/tmp/tests/repositories: OK1457 invokes create_hooks task1458 create_hooks task1459 calls gitlab-shell bin/create_hooks1460DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1461Awardable1462 Associations1463 should have many award_emoji dependent => destroy1464 ClassMethods1465 orders1466 orders on upvotes1467 orders on downvotes1468 #awarded1469 filters by user and emoji name1470 filters by user and any emoji1471 #not_awarded1472 returns issues not awarded by user1473 #upvotes1474 counts the number of upvotes1475 #downvotes1476 counts the number of downvotes1477 #user_can_award?1478 is truthy when the user is allowed to award emoji1479 is falsy when the project is archived1480 #toggle_award_emoji1481 adds an emoji if it isn't awarded yet1482 toggles already awarded emoji1483 querying award_emoji on an Awardable1484 sorts in ascending fashion1485DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1486Git LFS File Locking API1487 Create File Lock endpoint1488 when user is not authorized1489 returns a forbidden 403 response1490 with an existent lock1491 return an error message1492 returns the existen lock1493 without an existent lock1494 creates the lock1495 Listing File Locks endpoint1496 returns the list of locked files1497 when user is not authorized1498 returns a forbidden 403 response1499 List File Locks for verification endpoint1500 returns the list of locked files grouped by owner1501 when user is not authorized1502 returns a forbidden 403 response1503 Delete File Lock endpoint1504 when user is not authorized1505 returns a forbidden 403 response1506 with an existent lock1507 deletes the lock1508 returns the deleted lock1509 when a maintainer uses force1510 deletes the lock1511DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1512Admin::Projects1513 GET /admin/projects1514 should be allowed for admin1515 should be denied for user1516 should be denied for visitor1517 GET /admin/users1518 should be allowed for admin1519 should be denied for user1520 should be denied for visitor1521 GET /admin/hooks1522 should be allowed for admin1523 should be denied for user1524 should be denied for visitor1525DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1526Gitlab::CycleAnalytics::UsageData1527 #to_json1528 when using postgresql1529 behaves like a valid usage data result1530 returns the aggregated usage data of every selected project (PENDING: around hook at ./spec/spec_helper.rb:246 did not execute the example)1531 when using mysql1532 behaves like a valid usage data result1533 returns the aggregated usage data of every selected project1534DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1535Issues shortcut1536 New Issue shortcut1537 issues are enabled1538DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1539 takes user to the new issue page1540 issues are not enabled1541DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1542 does not take user to the new issue page1543DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1544Banzai::ReferenceParser::CommitParser1545 #nodes_visible_to_user1546 when the link has a data-issue attribute1547 behaves like referenced feature visibility1548 when feature is disabled1549 does not create reference1550 when feature is enabled only for team members1551 does not create reference for non member1552 creates reference for member1553 when feature is enabled1554 creates reference1555 #referenced_by1556 when the link has a data-project attribute1557 when the link has a data-commit attribute1558 returns an Array of commits1559 returns an empty Array when the commit could not be found1560 skips projects without valid repositories1561 when the link does not have a data-commit attribute1562 returns an empty Array1563 when the link does not have a data-project attribute1564 returns an empty Array1565 #commit_ids_per_project1566 returns a Hash containing commit IDs per project1567 does not add a project when the data-commit attribute is empty1568 #find_commits1569 returns an Array of commit objects1570 skips commit IDs for which no commit could be found1571 when checking commits on another projects1572 behaves like no project N+1 queries1573 avoids N+1 queries in #nodes_visible_to_user1574DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1575Projects::UnlinkForkService1576 removes the link to the fork network1577 refreshes the forks count cache of the source project1578 with opened merge request on the source project1579 close all pending merge requests1580 does not close merge requests for the project being unlinked1581 when the source has LFS objects1582 links the fork to the lfs object before unlinking1583 does not fail if the lfs objects were already linked1584 when the original project was deleted1585 does not fail when the original project is deleted1586DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1587User visits the authentication log1588 when user signed in1589 shows correct menu item1590 when user has activity1591 shows user activity1592DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1593User TokenAuthenticatable1594 behaves like TokenAuthenticatable1595 dynamically defined methods1596 should respond to #find_by_feed_token1597 should respond to #ensure_feed_token1598 should respond to #set_feed_token1599 should respond to #reset_feed_token!1600 ensures authentication token1601 should be a kind of String1602DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1603ApplicationSetting TokenAuthenticatable1604 behaves like TokenAuthenticatable1605 dynamically defined methods1606 should respond to #find_by_runners_registration_token1607 should respond to #ensure_runners_registration_token1608 should respond to #set_runners_registration_token1609 should respond to #reset_runners_registration_token!1610 generating new token1611 token is not generated yet1612 token field accessor1613 should not be blank1614 ensure_runners_registration_token1615 should be a kind of String1616 should not be blank1617 does not persist token1618 ensure_runners_registration_token!1619 persists new token as an encrypted string1620 does not persist token in a clear text1621 token is generated1622 persists a new token1623 setting new token1624 should eq "0123456789"1625 multiple token fields1626 should respond to #ensure_runners_registration_token1627 should respond to #ensure_yet_another_token1628 setting same token field multiple times1629 raises error1630DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1631PersonalAccessToken TokenAuthenticatable1632 .find_by_token1633 finds the token1634 #set_token1635 sets new token1636 #ensure_token1637 token_digest does not exist1638 behaves like changes personal access token1639 sets new token1640 token_digest already generated1641 behaves like does not change personal access token1642 sets new token1643 #ensure_token!1644 token_digest does not exist1645 behaves like changes personal access token1646 sets new token1647 token_digest already generated1648 behaves like does not change personal access token1649 sets new token1650 #reset_token!1651 token_digest does not exist1652 behaves like changes personal access token1653 sets new token1654 token_digest already generated1655 behaves like changes personal access token1656 sets new token1657DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1658Ci::Build TokenAuthenticatable1659 behaves like TokenAuthenticatable1660 dynamically defined methods1661 should respond to #find_by_token1662 should respond to #ensure_token1663 should respond to #set_token1664 should respond to #reset_token!1665 generating new token1666 token is not generated yet1667 token field accessor1668 makes it possible to access token1669 ensure_token1670 should be a kind of String1671 should not be blank1672 does not persist token1673 ensure_token!1674 persists a new token1675 persists new token as an encrypted string1676 does not persist a token in a clear text1677 #reset_token!1678 persists a new token1679 setting a new token1680 returns the token1681 writes a new encrypted token1682 does not write a new cleartext token1683DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1684ContainerRegistry::Tag1685 should respond to #repository1686 should delegate #registry to #repository object1687 should delegate #client to #repository object1688 #path1689 when tag belongs to zero-level repository1690 returns path to the image1691 when tag belongs to first-level repository1692 returns path to the image1693 #location1694 returns a full location of the tag1695 manifest processing1696 schema v11697 #layers1698 should eq 11699 #total_size1700 should be nil1701 config processing1702 #config1703 should be nil1704 #created_at1705 should be nil1706 schema v21707 #layers1708 should eq 11709 #total_size1710 should eq 23198701711 config processing1712 when locally stored1713 behaves like a processable1714 #config1715 should not be nil1716 #created_at1717 should not be nil1718 when externally stored1719 behaves like a processable1720 #config1721 should not be nil1722 #created_at1723 should not be nil1724 with stubbed digest1725 #digest1726 returns a correct tag digest1727 #delete1728 correctly deletes the tag1729DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1730BoardProjectRecentVisit1731 relationships1732 should belong to user1733 should belong to project1734 should belong to board1735 validations1736 should validate that :user cannot be empty/falsy1737 should validate that :project cannot be empty/falsy1738 should validate that :board cannot be empty/falsy1739 #visited1740 creates a visit if one does not exists1741 behaves like was visited previously1742 updates the timestamp1743 when we try to create a visit that is not unique1744 behaves like was visited previously1745 updates the timestamp1746 #latest1747 returns the most recent visited1748 returns last 3 visited boards1749DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1750Projects > Settings > LFS settings1751 LFS enabled setting1752 for maintainer1753DEPRECATION 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-ce/spec/support/database_cleaner.rb:54)1754 displays the correct elements1755DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1756NotificationRecipientService1757 #build_new_note_recipients1758 when there are multiple watchers1759 avoids N+1 queries1760 when there are multiple subscribers1761 avoids N+1 queries1762 when the project is private1763 avoids N+1 queries1764DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1765Groups::BoardsController1766 GET index1767 creates a new board when group does not have one1768 when format is HTML1769 renders template1770 redirects to latest visited board1771 renders template if visited board is not found1772 with unauthorized user1773 returns a not found 404 response1774 when user is signed out1775 renders template1776 when format is JSON1777 return an array with one group board1778 with unauthorized user1779 returns a not found 404 response1780 GET show1781 when format is HTML1782 renders template1783 with unauthorized user1784 returns a not found 404 response1785 when user is signed out1786 does not save visit1787 when format is JSON1788 returns project board1789 with unauthorized user1790 returns a not found 404 response1791 when board does not belong to group1792 returns a not found 404 response1793DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1794Ci::BuildTraceChunks::Database1795 #available?1796 should be truthy1797 #data1798 when data exists1799 returns the data1800 when data does not exist1801 returns nil1802 #set_data1803 when data exists1804 overwrites data1805 when data does not exist1806 sets new data1807 #delete_data1808 when data exists1809 deletes data1810 when data does not exist1811 does nothing1812 #keys1813 returns empty array1814DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1815Lfs::UnlockFileService1816 #execute1817 when not authorized1818 doesn't succeed1819 when authorized1820 when lock does not exists1821 doesn't succeed1822 when unlocked by the author1823 succeeds1824 when unlocked by a different user1825 doesn't succeed1826 when forced1827 by a regular user1828 doesn't succeed1829 by a maintainer user1830 succeeds1831DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1832IssueCollection1833 #collection1834 returns the issues in the same order as the input Array1835 #updatable_by_user1836 using an admin user1837 returns all issues1838 using a user that has no access to the project1839 returns no issues when the user is not an assignee or author1840 returns the issues the user is assigned to1841 returns the issues for which the user is the author1842 using a user that has reporter access to the project1843 returns the issues of the project1844 using a user that is the owner of a project1845 returns the issues of the project1846 #visible_to1847 is an alias for updatable_by_user1848DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1849GroupDescendant1850 for a group1851 #hierarchy1852 only queries once for the ancestors (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1853 only queries once for the ancestors when a top is given (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1854 builds a hierarchy for a group (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1855 builds a hierarchy upto a specified parent (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1856 raises an error if specifying a base that is not part of the tree (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1857 .build_hierarchy1858 combines hierarchies until the top (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1859 combines upto a given parent (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1860 handles building a tree out of order (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1861 tracks the exception when a parent was not preloaded (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1862 recovers if a parent was not reloaded by querying for the parent (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1863 raises an error if not all elements were preloaded (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1864 for a project1865 #hierarchy1866 builds a hierarchy for a project (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1867 builds a hierarchy upto a specified parent (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1868 .build_hierarchy1869 combines hierarchies until the top (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1870 combines upto a given parent (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1871 merges to elements in the same hierarchy (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1872 merges complex hierarchies (PENDING: around hook at ./spec/spec_helper.rb:242 did not execute the example)1873DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1874Commits::CommitPatchService1875 #execute1876 returns a successful result1877 is based off HEAD when no start ref is passed1878 when specifying a different start branch1879 is based of the correct branch1880 when the user does not have access1881 behaves like an error response1882 returns the correct error1883 when the patches are not valid1884 behaves like an error response1885 returns the correct error1886 when the new branch name is invalid1887 behaves like an error response1888 returns the correct error1889 when the patches do not apply1890 behaves like an error response1891 returns the correct error1892 when specifying a non existent start branch1893 behaves like an error response1894 returns the correct error1895DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1896projects/merge_requests/_commits.html.haml1897 shows commits from source project1898 when there are hidden commits1899 shows notice about omitted commits1900DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)1901Gitlab::Ci::YamlProcessor1902 #build_attributes1903 attributes list1904 returns valid build attributes1905 coverage entry1906 code coverage regexp1907 includes coverage regexp in build attributes1908 retry entry1909 when retry count is specified1910 includes retry count in build options attribute1911 when retry count is not specified1912 does not persist retry count in the database1913 allow failure entry1914 when job is a manual action1915 when allow_failure is defined1916 is not allowed to fail1917 when allow_failure is not defined1918 is allowed to fail1919 when job is not a manual action1920 when allow_failure is defined1921 is not allowed to fail1922 when allow_failure is not defined1923 is not allowed to fail1924 delayed job entry1925 when delayed is defined1926 has the attributes1927 #stages_attributes1928 returns stages seed attributes1929 only / except policies validations1930 when `only` has an invalid value1931 when it is integer1932 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:only has to be either an array of conditions or a hash"1933 when it is an array of integers1934 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:only config should be an array of strings or regexps"1935 when it is invalid regex1936 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:only config should be an array of strings or regexps"1937 when `except` has an invalid value1938 when it is integer1939 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:except has to be either an array of conditions or a hash"1940 when it is an array of integers1941 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:except config should be an array of strings or regexps"1942 when it is invalid regex1943 should raise Gitlab::Ci::YamlProcessor::ValidationError with "jobs:rspec:except config should be an array of strings or regexps"1944 Scripts handling1945 before_script1946 in global context1947 return commands with scripts concencaced1948 overwritten in local context1949 return commands with scripts concencaced1950 script1951 return commands with scripts concencaced1952 after_script1953 in global context1954 return after_script in options1955 overwritten in local context1956 return after_script in options1957 Image and service handling1958 when extended docker configuration is used1959 returns image and service when defined1960 returns image and service when overridden for job1961 when etended docker configuration is not used1962 returns image and service when defined1963 returns image and service when overridden for job1964 Variables1965 when global variables are defined1966 returns global variables1967 when job and global variables are defined1968 returns all unique variables1969 when job variables are defined1970 when syntax is correct1971 returns job variables1972 when syntax is incorrect1973 when variables defined but invalid1974 raises error1975 when variables key defined but value not specified1976 returns empty array1977 when job variables are not defined1978 returns empty array1979 when using `extends`1980 when using simple `extends`1981 correctly extends rspec job1982 when using recursive `extends`1983 correctly extends rspec job1984 Include1985 when validating a ci config file with no project context1986 when an array is provided1987 does not return any error1988 when an array of wrong keyed object is provided1989 returns a validation error1990 when an array of mixed typed objects is provided1991 does not return any error1992 when the include type is incorrect1993 returns an invalid configuration error1994 when validating a ci config file within a project1995 when the included internal file is present1996 does not return an error1997 when the included internal file is not present1998 returns an error with missing file details1999 When2000 returns on_success when defined2001 returns on_failure when defined2002 returns always when defined2003 Parallel2004 when job is parallelized2005 returns parallelized jobs2006 does not have the original job2007 cache2008 returns cache when defined globally2009 returns cache when defined in a job2010 overwrite cache when defined for a job and globally2011 when cache definition has unknown keys2012 raises relevant validation error2013 Artifacts2014 returns artifacts when defined2015 returns artifacts for when on_success defined2016 returns artifacts for when on_failure defined2017 returns artifacts for when always defined2018 #environment2019 when a production environment is specified2020 does return production2021 when hash is specified2022 does return production and URL2023 the url has a port as variable2024 allows a variable for the port2025 when no environment is specified2026 does return nil environment2027 is not a string2028 raises error2029 is not a valid string2030 raises error2031 when on_stop is specified2032 with matching job2033 does return a list of builds2034 without matching job2035 raises error2036 with close job without environment2037 raises error2038 with close job for different environment2039 raises error2040 with close job without stop action2041 raises error2042 Dependencies2043 no dependencies2044 should not raise Exception2045 dependencies to builds2046 should not raise Exception2047 dependencies to builds defined as symbols2048 should not raise Exception2049 undefined dependency2050 should raise Gitlab::Ci::YamlProcessor::ValidationError with "test1 job: undefined dependency: undefined"2051 dependencies to deploy2052 should raise Gitlab::Ci::YamlProcessor::ValidationError with "test1 job: dependency deploy is not defined in prior stages"2053 Hidden jobs2054 when hidden job have a script definition2055 behaves like hidden_job_handling2056 doesn't create jobs that start with dot2057 when hidden job doesn't have a script definition2058 behaves like hidden_job_handling2059 doesn't create jobs that start with dot2060 YAML Alias/Anchor2061 when template is a job2062 behaves like job_templates_handling2063 is correctly supported for jobs2064 when template is a hidden job2065 behaves like job_templates_handling2066 is correctly supported for jobs2067 when job adds its own keys to a template definition2068 behaves like job_templates_handling2069 is correctly supported for jobs2070 Error handling2071 fails to parse YAML2072 indicates that object is invalid2073 returns errors if tags parameter is invalid2074 returns errors if before_script parameter is invalid2075 returns errors if job before_script parameter is not an array of strings2076 returns errors if after_script parameter is invalid2077 returns errors if job after_script parameter is not an array of strings2078 returns errors if image parameter is invalid2079 returns errors if job name is blank2080 returns errors if job name is non-string2081 returns errors if job image parameter is invalid2082 returns errors if services parameter is not an array2083 returns errors if services parameter is not an array of strings2084 returns errors if job services parameter is not an array2085 returns errors if job services parameter is not an array of strings2086 returns error if job configuration is invalid2087 returns errors if services configuration is not correct2088 returns errors if there are no jobs defined2089 returns errors if there are no visible jobs defined2090 returns errors if job allow_failure parameter is not an boolean2091 returns errors if job stage is not a string2092 returns errors if job stage is not a pre-defined stage2093 returns errors if job stage is not a defined stage2094 returns errors if stages is not an array2095 returns errors if stages is not an array of strings2096 returns errors if variables is not a map2097 returns errors if variables is not a map of key-value strings2098 returns errors if job when is not on_success, on_failure or always2099 returns errors if job artifacts:name is not an a string2100 returns errors if job artifacts:when is not an a predefined value2101 returns errors if job artifacts:expire_in is not an a string2102 returns errors if job artifacts:expire_in is not an a valid duration2103 returns errors if job artifacts:untracked is not an array of strings2104 returns errors if job artifacts:paths is not an array of strings2105 returns errors if cache:untracked is not an array of strings2106 returns errors if cache:paths is not an array of strings2107 returns errors if cache:key is not a string2108 returns errors if job cache:key is not an a string2109 returns errors if job cache:untracked is not an array of strings2110 returns errors if job cache:paths is not an array of strings2111 returns errors if job dependencies is not an array of strings2112 returns errors if pipeline variables expression policy is invalid2113 returns errors if pipeline changes policy is invalid2114 returns errors if extended hash configuration is invalid2115 #validation_message2116 when the YAML could not be parsed2117 should eq "Invalid configuration format"2118 when the tags parameter is invalid2119 should eq "jobs:rspec tags should be an array of strings"2120 when YAML content is empty2121 should eq "Please provide content of .gitlab-ci.yml"2122 when the YAML contains an unknown alias2123 should eq "Unknown alias: bad_alias"2124 when the YAML is valid2125 should be nil2126DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2127DeployKeysProject2128 Associations2129 should belong to deploy_key2130 should belong to project2131 Validation2132 should validate that :project_id cannot be empty/falsy2133 should validate that :deploy_key cannot be empty/falsy2134 Destroying2135 when the deploy key is only used by this project2136 when the deploy key is public2137 doesn't destroy the deploy key2138 when the deploy key is private2139 destroys the deploy key2140 when the deploy key is used by more than one project2141 doesn't destroy the deploy key2142DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2143LabelSerializer2144 #represent2145 when a single object is being serialized2146 serializes the label object2147 when multiple objects are being serialized2148 serializes the array of labels2149 #represent_appearance2150 when represents only appearance2151 serializes only attributes used for appearance2152DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2153Admin::GroupsController2154 DELETE #destroy2155 schedules a group destroy2156 redirects to the admin group path2157 PUT #members_update2158 adds user to members2159 can add unlimited members2160 adds no user to members2161DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2162BatchDestroyDependentAssociations2163 #dependent_associations_to_destroy2164 returns the right associations2165 #destroy_dependent_associations_in_batches2166 destroys multiple builds2167 destroys builds in batches2168 excludes associations2169DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2170Ci::PipelineSchedulePolicy2171 rules2172 rules for protected ref2173 when no one can push or merge to the branch2174 does not include ability to play pipeline schedule2175 when developers can push to the branch2176 includes ability to update pipeline2177 when no one can create the tag2178 does not include ability to play pipeline schedule2179 when no one can create the tag but it is not a tag2180 includes ability to play pipeline schedule2181 rules for owner of schedule2182 includes abilities to do all operations on pipeline schedule2183 rules for a maintainer2184 includes abilities to do all operations on pipeline schedule2185 rules for non-owner of schedule2186 includes abilities to take ownership2187DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2188HelpController2189 GET #index2190 with absolute url2191 keeps the URL absolute2192 with relative url2193 prefixes it with /help/2194 when url is an external link2195 does not change it2196 when relative url with external on same line2197 prefix it with /help/2198 when relative url with http:// in query2199 prefix it with /help/2200 when mailto URL2201 do not change it2202 when protocol-relative link2203 do not change it2204 GET #show2205 for Markdown formats2206 when requested file exists2207 assigns to @markdown2208 renders HTML2209 when requested file is missing2210 renders not found2211 for image formats2212 when requested file exists2213 renders the raw file2214 when requested file is missing2215 renders not found2216 for other formats2217 always renders not found2218 GET #ui2219 for UI Development Kit2220 renders found2221DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2222Ci::EnsureStageService#execute2223 when build has a stage assigned2224 does not create a new stage2225 when build does not have a stage assigned2226 creates a new stage2227 when build is invalid2228 does not create a new stage2229 when new stage can not be created because of an exception2230 retries up to two times2231DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2232HashedStorage::ProjectRollbackWorker2233 #perform2234 skips when project no longer exists2235 skips when project is pending delete2236 delegates rollback to service class when have exclusive lease2237 skips when it cant acquire the exclusive lease2238DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2239Mattermost::Session2240 should respond to #current_resource_owner2241 should respond to #request2242 should respond to #authorization2243 should respond to #strategy2244 #with session2245 without oauth uri2246 makes a request to the oauth uri2247 with oauth_uri2248 without token_uri2249 can not create a session2250 with token_uri2251 can set up a session2252 returns the value of the block2253 exclusive lease2254 tries to obtain a lease2255 returns a NoSessionError error without lease2256DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2257ProjectFeaturesCompatibility2258 converts fields from 'true' to ProjectFeature::ENABLED2259 converts fields from 'false' to ProjectFeature::DISABLED2260 converts fields from true to ProjectFeature::ENABLED2261 converts fields from false to ProjectFeature::DISABLED2262DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2263Projects::GroupLinks::CreateService#execute2264 adds group to project2265 returns false if group is blank2266 returns error if user is not allowed to share with a group2267DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2268WikiPages::DestroyService2269 #execute2270 executes webhooks2271DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2272Gitlab::LegacyGithubImport::ReleaseFormatter2273 #attributes2274 returns formatted attributes2275 #valid2276 when release is not a draft2277 returns true2278 when release is draft2279 returns false2280DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2281CreateNoteDiffFileWorker2282 #perform2283 creates diff file2284DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2285Gitlab::Checks::ProjectCreated2286 .fetch_message2287 with a project created message queue2288 returns project created message2289 deletes the project created message from redis2290 with no project created message queue2291 returns nil2292 #add_message2293 queues a project created message2294 handles anonymous push2295DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2296IssueTrackerService2297 Validations2298 only one issue tracker per project2299 when service is changed manually by user2300 executes the validation2301 when service is changed internally2302 does not execute the validation2303DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2304Gitlab::Blame2305 #groups2306 groups lines properly2307DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2308MergeRequestDiffEntity2309 as json2310 exposes needed attributes2311DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2312Gitlab::CycleAnalytics::ProductionStage2313 behaves like base stage2314 has the median data value2315 has the median data stage2316 has the median data description2317 has the title2318 has the events2319DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2320Gitlab::Git::Compare2321 #commits2322 has 8 elements2323 should include "6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9"2324 should not include "cfe32cf61b73a0d5e9f13e774abde7ff789b1660"2325 non-existing base ref2326 should be empty2327 non-existing head ref2328 should be empty2329 base ref is equal to head ref2330 should be empty2331 providing nil as base ref or head ref2332 should be empty2333 #diffs2334 has 10 elements2335 should include "files/ruby/popen.rb"2336 should not include "LICENSE"2337 non-existing base ref2338 should be empty2339 non-existing head ref2340 should be empty2341 #same2342 should eq false2343 base ref is equal to head ref2344 should eq true2345 #commits straight compare2346 has 8 elements2347 should include "6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9"2348 should not include "cfe32cf61b73a0d5e9f13e774abde7ff789b1660"2349 #diffs straight compare2350 has 10 elements2351 should include "files/ruby/popen.rb"2352 should not include "LICENSE"2353DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2354Gitlab::ActionRateLimiter2355 increases the throttle count and sets the expire time2356 returns true if the key is throttled2357DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2358Banzai::Pipeline::DescriptionPipeline2359 uses a limited whitelist2360 removes 'pre' elements2361 removes 'code' elements2362 removes 'img' elements2363 removes 'ol' elements2364 removes 'ul' elements2365 removes 'li' elements2366 still allows 'b' elements2367 still allows 'i' elements2368 still allows 'strong' elements2369 still allows 'em' elements2370 still allows 'a' elements2371 still allows 'ins' elements2372 still allows 'del' elements2373 still allows 'sup' elements2374 still allows 'sub' elements2375 still allows 'p' elements2376DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2377EmailRejectionMailer2378 #rejection2379 behaves like appearance header and footer enabled2380 contains header and footer2381 behaves like appearance header and footer not enabled2382 does not contain header and footer2383DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2384Gitlab::ExclusiveLeaseHelpers2385 #in_lock2386 when unique key is not set2387 raises an error2388 when the lease is not obtained yet2389 calls the given block2390 calls the given block continuously2391 cancels the exclusive lease after the block2392 when the lease is obtained already2393 retries to obtain a lease and raises an error2394 when ttl is specified2395 receives the specified argument2396 when retry count is specified2397 retries for the specified times2398 when sleep second is specified2399 receives the specified argument2400DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2401Gitlab::GithubImport::Stage::ImportBaseDataWorker2402 #import2403 imports the base data of a project2404DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2405Constraints::GroupUrlConstrainer2406 #matches?2407 valid request2408 should be truthy2409 valid request for nested group2410 should be truthy2411 valid request for nested group with reserved top level name2412 should be truthy2413 invalid request2414 should be falsey2415 when the request matches a redirect route2416 for a root group2417 and is a GET request2418 should be truthy2419 and is NOT a GET request2420 should be falsey2421 for a nested group2422 should be truthy2423DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2424WaitForClusterCreationWorker2425 #perform2426 when provider type is gcp2427 provision a cluster2428 when provider type is user2429 does not provision a cluster2430 when cluster does not exist2431 does not provision a cluster2432DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2433RepairLdapBlockedUserService2434 #execute2435 changes to normal block after destroying last ldap identity2436 changes to normal block after changing last ldap identity to another provider2437DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2438Gitlab::Tracing::Rails::ActionViewSubscriber2439 .instrument2440 is unsubscribeable2441 #notify_render_template2442 identifier: nil, layout: nil, exception: nil2443 behaves like an actionview notification2444 should notify the tracer when the hash contains null values2445 should notify the tracer when the payload is missing values2446 should not throw exceptions when with the default tracer2447 identifier: "", layout: nil, exception: nil2448 behaves like an actionview notification2449 should notify the tracer when the hash contains null values2450 should notify the tracer when the payload is missing values2451 should not throw exceptions when with the default tracer2452 identifier: "show.haml", layout: nil, exception: nil2453 behaves like an actionview notification2454 should notify the tracer when the hash contains null values2455 should notify the tracer when the payload is missing values2456 should not throw exceptions when with the default tracer2457 identifier: nil, layout: "", exception: nil2458 behaves like an actionview notification2459 should notify the tracer when the hash contains null values2460 should notify the tracer when the payload is missing values2461 should not throw exceptions when with the default tracer2462 identifier: nil, layout: "layout.haml", exception: nil2463 behaves like an actionview notification2464 should notify the tracer when the hash contains null values2465 should notify the tracer when the payload is missing values2466 should not throw exceptions when with the default tracer2467 identifier: nil, layout: nil, exception: #<StandardError: StandardError>2468 behaves like an actionview notification2469 should notify the tracer when the hash contains null values2470 should notify the tracer when the payload is missing values2471 should not throw exceptions when with the default tracer2472 #notify_render_collection2473 identifier: nil, count: nil, expected_count: 0, cache_hits: nil, expected_cache_hits: 0, exception: nil2474 behaves like an actionview notification2475 should notify the tracer when the hash contains null values2476 should notify the tracer when the payload is missing values2477 should not throw exceptions when with the default tracer2478 identifier: "", count: nil, expected_count: 0, cache_hits: nil, expected_cache_hits: 0, exception: nil2479 behaves like an actionview notification2480 should notify the tracer when the hash contains null values2481 should notify the tracer when the payload is missing values2482 should not throw exceptions when with the default tracer2483 identifier: "show.haml", count: nil, expected_count: 0, cache_hits: nil, expected_cache_hits: 0, exception: nil2484 behaves like an actionview notification2485 should notify the tracer when the hash contains null values2486 should notify the tracer when the payload is missing values2487 should not throw exceptions when with the default tracer2488 identifier: nil, count: 0, expected_count: 0, cache_hits: nil, expected_cache_hits: 0, exception: nil2489 behaves like an actionview notification2490 should notify the tracer when the hash contains null values2491 should notify the tracer when the payload is missing values2492 should not throw exceptions when with the default tracer2493 identifier: nil, count: 1, expected_count: 1, cache_hits: nil, expected_cache_hits: 0, exception: nil2494 behaves like an actionview notification2495 should notify the tracer when the hash contains null values2496 should notify the tracer when the payload is missing values2497 should not throw exceptions when with the default tracer2498 identifier: nil, count: nil, expected_count: 0, cache_hits: 0, expected_cache_hits: 0, exception: nil2499 behaves like an actionview notification2500 should notify the tracer when the hash contains null values2501 should notify the tracer when the payload is missing values2502 should not throw exceptions when with the default tracer2503 identifier: nil, count: nil, expected_count: 0, cache_hits: 1, expected_cache_hits: 1, exception: nil2504 behaves like an actionview notification2505 should notify the tracer when the hash contains null values2506 should notify the tracer when the payload is missing values2507 should not throw exceptions when with the default tracer2508 identifier: nil, count: nil, expected_count: 0, cache_hits: nil, expected_cache_hits: 0, exception: #<StandardError: StandardError>2509 behaves like an actionview notification2510 should notify the tracer when the hash contains null values2511 should notify the tracer when the payload is missing values2512 should not throw exceptions when with the default tracer2513 #notify_render_partial2514 identifier: nil, exception: nil2515 behaves like an actionview notification2516 should notify the tracer when the hash contains null values2517 should notify the tracer when the payload is missing values2518 should not throw exceptions when with the default tracer2519 identifier: "", exception: nil2520 behaves like an actionview notification2521 should notify the tracer when the hash contains null values2522 should notify the tracer when the payload is missing values2523 should not throw exceptions when with the default tracer2524 identifier: "show.haml", exception: nil2525 behaves like an actionview notification2526 should notify the tracer when the hash contains null values2527 should notify the tracer when the payload is missing values2528 should not throw exceptions when with the default tracer2529 identifier: nil, exception: #<StandardError: StandardError>2530 behaves like an actionview notification2531 should notify the tracer when the hash contains null values2532 should notify the tracer when the payload is missing values2533 should not throw exceptions when with the default tracer2534DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2535BlobLanguageFromGitAttributes2536 #language_from_gitattributes2537 returns return value from gitattribute2538 returns nil if project is absent2539DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2540DeviseEmailValidator2541 validations2542 by default2543 allows when email is valid2544 returns error when email is invalid2545 returns error when email is nil2546 returns error when email is blank2547 when regexp is set as Regexp2548 allows when value match2549 returns error when value does not match2550 when regexp is set as String2551 raise argument error2552 when allow_nil is set to true2553 allows when email is nil2554 when allow_blank is set to true2555 allows when email is blank2556DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2557BitbucketServer::Representation::Activity2558 regular comment2559 should be truthy2560 should be falsey2561 should be a kind of BitbucketServer::Representation::Comment2562 should be a kind of Time2563 inline comment2564 should be truthy2565 should be truthy2566 should be a kind of BitbucketServer::Representation::PullRequestComment2567 should be a kind of Time2568 merge event2569 should be falsey2570 should be falsey2571 should eq "root"2572 should eq "test.user@example.com"2573 should be a kind of Time2574 should be a kind of Time2575 should eq "839fa9a2d434eb697815b8fcafaecc51accfdbbc"2576DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2577Gitlab::SQL::RecursiveCTE2578 #to_arel2579 generates an Arel relation for the CTE body (PENDING: around hook at ./spec/spec_helper.rb:246 did not execute the example)2580 #alias_to2581 returns an alias for the CTE (PENDING: around hook at ./spec/spec_helper.rb:246 did not execute the example)2582 replaces dots with an underscore (PENDING: around hook at ./spec/spec_helper.rb:246 did not execute the example)2583 #apply_to2584 applies a CTE to an ActiveRecord::Relation (PENDING: around hook at ./spec/spec_helper.rb:246 did not execute the example)2585DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2586Shard2587 .populate!2588 creates shards based on the config file2589 .by_name2590 returns an existing shard2591 creates a new shard2592 retries if creation races2593DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2594Gitlab::I18n2595 .locale=2596 sets the locale based on current user preferred language2597 .use_default_locale2598 resets the locale to the default language2599DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2600ProjectSnippet2601 Associations2602 should belong to project2603 Validation2604 should validate that :project cannot be empty/falsy2605DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2606Gitlab::CrossProjectAccess::CheckInfo2607 #should_run?2608 runs when an action is defined2609 runs when the action is missing2610 does not run when the action is excluded2611 runs when the `if` conditional is true2612 does not run when the if condition is false2613 does not run when the `unless` check is true2614 runs when the `unless` check is false2615 returns the opposite of #should_skip? when the check is a skip2616 #should_skip?2617 skips when an action is defined2618 does not skip when the action is not defined2619 does not skip when the action is excluded2620 skips when the `if` conditional is true2621 does not skip the `if` conditional is false2622 does not skip when the `unless` check is true2623 skips when `unless` check is false2624 returns the opposite of #should_run? when the check is not a skip2625DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2626TokenAuthenticatableStrategies::Encrypted2627 #find_token_authenticatable2628 when using optional strategy2629 finds the encrypted resource by cleartext2630 uses insecure strategy when encrypted token cannot be found2631 when using migration strategy2632 finds the cleartext resource by cleartext2633 returns nil if resource cannot be found2634 #get_token2635 when using optional strategy2636 returns decrypted token when an encrypted token is present2637 returns the plaintext token when encrypted token is not present2638 when using migration strategy2639 returns cleartext token when an encrypted token is present2640 returns the cleartext token when encrypted token is not present2641 #set_token2642 when using optional strategy2643 writes encrypted token and removes plaintext token and returns it2644 when using migration strategy2645 writes encrypted token and writes plaintext token2646DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2647Gitlab::Ci::Config::Normalizer2648 .normalize_jobs2649 does not have original job2650 has parallelized jobs2651 sets job instance in options2652 parallelizes jobs with original config2653 when the job is not parallelized2654 returns the same hash2655 when there is a job with a slash in it2656 properly parallelizes job names2657 when jobs depend on parallelized jobs2658 parallelizes dependencies2659 does not include original job name in dependencies2660 when there are dependencies which are both parallelized and not2661 parallelizes dependencies2662 includes the regular job in dependencies2663DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2664Gitlab::Ci::Config::Entry::Artifacts2665 validation2666 when entry config value is correct2667 #value2668 returns artifacts configuration2669 #valid?2670 is valid2671 when value includes 'reports' keyword2672 returns general artifact and report-type artifacts configuration2673 when entry value is not correct2674 #errors2675 when value of attribute is invalid2676 reports error2677 when there is an unknown key present2678 reports error2679 when 'reports' keyword is not hash2680 reports error2681DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2682Gitlab::Git::Conflict::File2683 #lines2684 when the content contains non-UTF-8 characters2685 raises UnsupportedEncoding2686 when the content can be converted to UTF-82687 sets lines to the lines2688 sets the type to text2689 #content2690 when the content contains non-UTF-8 characters2691 raises UnsupportedEncoding2692 when the content can be converted to UTF-82693 returns a valid UTF-8 string2694DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2695trusted_proxies2696 with default config2697 preserves private IPs2698 filters out localhost2699 filters out bad values2700 with private IP ranges added2701 filters out private and local IPs2702 with proxy IP added2703 filters out proxy IP2704 handles invalid ip addresses2705DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2706Gitlab::CycleAnalytics::ReviewStage2707 behaves like base stage2708 has the median data value2709 has the median data stage2710 has the median data description2711 has the title2712 has the events2713DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2714Gitlab::Danger::Teammate2715 multiple roles project project2716 #reviewer? supports multiple roles per project2717 #traintainer? supports multiple roles per project2718 #maintainer? supports multiple roles per project2719 one role project project2720 #reviewer? supports one role per project2721 #traintainer? supports one role per project2722 #maintainer? supports one role per project2723DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2724ProjectSerializer2725 when serializer option is :import2726 represents with ProjectImportEntity2727 when serializer option is omitted2728 represents with ProjectEntity2729DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2730Gitlab::Ci::Status::Running2731 #text2732 should eq "running"2733 #label2734 should eq "running"2735 #icon2736 should eq "status_running"2737 #favicon2738 should eq "favicon_status_running"2739 #group2740 should eq "running"2741DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2742Gitlab::StringRangeMarker2743 #mark2744 when the rich text is html safe2745 marks the inline diffs2746 when the rich text is not html safe2747 when rich text equals raw text2748 marks the inline diffs2749 when rich text doeas not equal raw text2750 marks the inline diffs2751DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2752TestCaseEntity2753 #as_json2754 when test case is success2755 contains correct test case details2756 when test case is failed2757 contains correct test case details2758DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2759Gitlab::Diff::InlineDiffMarker2760 #mark2761 when the rich text is html safe2762 marks the range2763 when the text is not html safe2764 marks the range2765DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2766Notes::RenderService2767 #execute2768 renders a Note2769DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2770ProjectMirrorSerializer2771 represents ProjectMirror entities2772DEPRECATION 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-ce/spec/support/database_cleaner.rb:29)2773Knapsack report was generated. Preview:2774{2775 "spec/features/oauth_login_spec.rb": 124.85816526412964,2776 "spec/features/issues/gfm_autocomplete_spec.rb": 85.58194851875305,2777 "spec/models/clusters/applications/jupyter_spec.rb": 56.97665023803711,2778 "spec/features/projects/members/user_requests_access_spec.rb": 47.09698748588562,2779 "spec/features/projects/files/user_replaces_files_spec.rb": 34.76920938491821,2780 "spec/services/git_tag_push_service_spec.rb": 25.219720125198364,2781 "spec/features/user_sees_revert_modal_spec.rb": 24.95844578742981,2782 "spec/services/projects/transfer_service_spec.rb": 16.71589159965515,2783 "spec/lib/gitlab/email/handler/create_note_handler_spec.rb": 18.895414113998413,2784 "spec/features/groups/labels/subscription_spec.rb": 14.026331663131714,2785 "spec/features/merge_request/user_toggles_whitespace_changes_spec.rb": 16.68359398841858,2786 "spec/features/admin/admin_deploy_keys_spec.rb": 12.484269857406616,2787 "spec/features/profiles/account_spec.rb": 14.354826211929321,2788 "spec/lib/gitlab/reference_extractor_spec.rb": 11.335068464279175,2789 "spec/models/diff_discussion_spec.rb": 8.106637954711914,2790 "spec/features/admin/admin_hook_logs_spec.rb": 7.180690050125122,2791 "spec/tasks/gitlab/shell_rake_spec.rb": 7.706798553466797,2792 "spec/models/concerns/awardable_spec.rb": 6.953527927398682,2793 "spec/requests/lfs_locks_api_spec.rb": 7.022935390472412,2794 "spec/features/security/admin_access_spec.rb": 5.804361581802368,2795 "spec/lib/gitlab/cycle_analytics/usage_data_spec.rb": 6.4194724559783936,2796 "spec/features/issues/keyboard_shortcut_spec.rb": 7.2245917320251465,2797 "spec/lib/banzai/reference_parser/commit_parser_spec.rb": 3.929403781890869,2798 "spec/services/projects/unlink_fork_service_spec.rb": 4.209243297576904,2799 "spec/features/profiles/user_visits_profile_authentication_log_spec.rb": 4.877996444702148,2800 "spec/models/concerns/token_authenticatable_spec.rb": 3.728954792022705,2801 "spec/lib/container_registry/tag_spec.rb": 3.8437564373016357,2802 "spec/models/board_project_recent_visit_spec.rb": 2.7246792316436768,2803 "spec/features/projects/settings/lfs_settings_spec.rb": 3.7727785110473633,2804 "spec/services/notification_recipient_service_spec.rb": 4.024237632751465,2805 "spec/controllers/groups/boards_controller_spec.rb": 2.529447078704834,2806 "spec/models/ci/build_trace_chunks/database_spec.rb": 1.9377474784851074,2807 "spec/services/lfs/unlock_file_service_spec.rb": 2.0559017658233643,2808 "spec/models/issue_collection_spec.rb": 1.9065461158752441,2809 "spec/services/commits/commit_patch_service_spec.rb": 2.9115917682647705,2810 "spec/views/projects/merge_requests/_commits.html.haml_spec.rb": 2.703136444091797,2811 "spec/lib/gitlab/ci/yaml_processor_spec.rb": 1.2875142097473145,2812 "spec/models/deploy_keys_project_spec.rb": 1.8331570625305176,2813 "spec/serializers/label_serializer_spec.rb": 0.8884310722351074,2814 "spec/controllers/admin/groups_controller_spec.rb": 1.0014779567718506,2815 "spec/models/concerns/batch_destroy_dependent_associations_spec.rb": 0.983309268951416,2816 "spec/policies/ci/pipeline_schedule_policy_spec.rb": 1.0751769542694092,2817 "spec/controllers/help_controller_spec.rb": 0.9779701232910156,2818 "spec/services/ci/ensure_stage_service_spec.rb": 1.1956062316894531,2819 "spec/workers/hashed_storage/project_rollback_worker_spec.rb": 0.580798864364624,2820 "spec/lib/mattermost/session_spec.rb": 0.5246083736419678,2821 "spec/models/concerns/project_features_compatibility_spec.rb": 0.7153403759002686,2822 "spec/services/projects/group_links/create_service_spec.rb": 0.9937152862548828,2823 "spec/services/wiki_pages/destroy_service_spec.rb": 0.6358890533447266,2824 "spec/lib/gitlab/legacy_github_import/release_formatter_spec.rb": 0.544877290725708,2825 "spec/workers/create_note_diff_file_worker_spec.rb": 0.6421365737915039,2826 "spec/lib/gitlab/checks/project_created_spec.rb": 0.7904410362243652,2827 "spec/models/project_services/issue_tracker_service_spec.rb": 0.5648224353790283,2828 "spec/lib/gitlab/blame_spec.rb": 0.2911078929901123,2829 "spec/serializers/merge_request_diff_entity_spec.rb": 0.47026968002319336,2830 "spec/lib/gitlab/cycle_analytics/production_stage_spec.rb": 0.03201436996459961,2831 "spec/lib/gitlab/git/compare_spec.rb": 0.4666874408721924,2832 "spec/lib/gitlab/action_rate_limiter_spec.rb": 0.4691612720489502,2833 "spec/lib/banzai/pipeline/description_pipeline_spec.rb": 0.26569509506225586,2834 "spec/mailers/email_rejection_mailer_spec.rb": 0.26018691062927246,2835 "spec/lib/gitlab/exclusive_lease_helpers_spec.rb": 0.30829811096191406,2836 "spec/workers/gitlab/github_import/stage/import_base_data_worker_spec.rb": 0.19185709953308105,2837 "spec/lib/constraints/group_url_constrainer_spec.rb": 0.2619173526763916,2838 "spec/workers/wait_for_cluster_creation_worker_spec.rb": 0.1488509178161621,2839 "spec/services/repair_ldap_blocked_user_service_spec.rb": 0.1470344066619873,2840 "spec/lib/gitlab/tracing/rails/action_view_subscriber_spec.rb": 0.14123821258544922,2841 "spec/models/concerns/blob_language_from_git_attributes_spec.rb": 0.10204958915710449,2842 "spec/validators/devise_email_validator_spec.rb": 0.09861230850219727,2843 "spec/lib/bitbucket_server/representation/activity_spec.rb": 0.057184457778930664,2844 "spec/models/shard_spec.rb": 0.04944443702697754,2845 "spec/lib/gitlab/i18n_spec.rb": 0.08544301986694336,2846 "spec/models/project_snippet_spec.rb": 0.02184271812438965,2847 "spec/lib/gitlab/cross_project_access/check_info_spec.rb": 0.09087347984313965,2848 "spec/models/concerns/token_authenticatable_strategies/encrypted_spec.rb": 0.0248110294342041,2849 "spec/lib/gitlab/ci/config/normalizer_spec.rb": 0.028754711151123047,2850 "spec/lib/gitlab/ci/config/entry/artifacts_spec.rb": 0.01897287368774414,2851 "spec/lib/gitlab/git/conflict/file_spec.rb": 0.013059854507446289,2852 "spec/initializers/trusted_proxies_spec.rb": 0.019613981246948242,2853 "spec/lib/gitlab/cycle_analytics/review_stage_spec.rb": 0.018936872482299805,2854 "spec/lib/gitlab/danger/teammate_spec.rb": 0.014530181884765625,2855 "spec/serializers/project_serializer_spec.rb": 0.011911153793334961,2856 "spec/lib/gitlab/ci/status/running_spec.rb": 0.01156926155090332,2857 "spec/lib/gitlab/string_range_marker_spec.rb": 0.007483005523681641,2858 "spec/serializers/test_case_entity_spec.rb": 0.006502389907836914,2859 "spec/lib/gitlab/diff/inline_diff_marker_spec.rb": 0.005468845367431641,2860 "spec/services/notes/render_service_spec.rb": 0.0035462379455566406,2861 "spec/serializers/project_mirror_serializer_spec.rb": 0.002235412597656252862}2863Knapsack global time execution for tests: 10m 24s2864Pending: (Failures listed here are expected and do not affect your suite's status)2865 1) GFM autocomplete labels opens autocomplete menu for Labels when field starts with text with item escaping HTML characters2866 # In quarantine2867 # ./spec/features/issues/gfm_autocomplete_spec.rb:2872868 2) GFM autocomplete labels when no labels are assigned shows labels2869 # In quarantine2870 # ./spec/features/issues/gfm_autocomplete_spec.rb:3032871 3) GFM autocomplete labels when some labels are assigned shows labels2872 # In quarantine2873 # ./spec/features/issues/gfm_autocomplete_spec.rb:3302874 4) GFM autocomplete labels when all labels are assigned shows labels2875 # In quarantine2876 # ./spec/features/issues/gfm_autocomplete_spec.rb:3572877 5) IDE sub-groups loads project in web IDE2878 # around hook at ./spec/spec_helper.rb:242 did not execute the example2879 # ./spec/features/ide_spec.rb:212880 6) Gitlab::CycleAnalytics::UsageData#to_json when using postgresql behaves like a valid usage data result returns the aggregated usage data of every selected project2881 # around hook at ./spec/spec_helper.rb:246 did not execute the example2882 # ./spec/lib/gitlab/cycle_analytics/usage_data_spec.rb:322883 7) GroupDescendant for a group #hierarchy only queries once for the ancestors2884 # around hook at ./spec/spec_helper.rb:242 did not execute the example2885 # ./spec/models/concerns/group_descendant_spec.rb:142886 8) GroupDescendant for a group #hierarchy only queries once for the ancestors when a top is given2887 # around hook at ./spec/spec_helper.rb:242 did not execute the example2888 # ./spec/models/concerns/group_descendant_spec.rb:232889 9) GroupDescendant for a group #hierarchy builds a hierarchy for a group2890 # around hook at ./spec/spec_helper.rb:242 did not execute the example2891 # ./spec/models/concerns/group_descendant_spec.rb:302892 10) GroupDescendant for a group #hierarchy builds a hierarchy upto a specified parent2893 # around hook at ./spec/spec_helper.rb:242 did not execute the example2894 # ./spec/models/concerns/group_descendant_spec.rb:362895 11) GroupDescendant for a group #hierarchy raises an error if specifying a base that is not part of the tree2896 # around hook at ./spec/spec_helper.rb:242 did not execute the example2897 # ./spec/models/concerns/group_descendant_spec.rb:422898 12) GroupDescendant for a group .build_hierarchy combines hierarchies until the top2899 # around hook at ./spec/spec_helper.rb:242 did not execute the example2900 # ./spec/models/concerns/group_descendant_spec.rb:492901 13) GroupDescendant for a group .build_hierarchy combines upto a given parent2902 # around hook at ./spec/spec_helper.rb:242 did not execute the example2903 # ./spec/models/concerns/group_descendant_spec.rb:602904 14) GroupDescendant for a group .build_hierarchy handles building a tree out of order2905 # around hook at ./spec/spec_helper.rb:242 did not execute the example2906 # ./spec/models/concerns/group_descendant_spec.rb:712907 15) GroupDescendant for a group .build_hierarchy tracks the exception when a parent was not preloaded2908 # around hook at ./spec/spec_helper.rb:242 did not execute the example2909 # ./spec/models/concerns/group_descendant_spec.rb:822910 16) GroupDescendant for a group .build_hierarchy recovers if a parent was not reloaded by querying for the parent2911 # around hook at ./spec/spec_helper.rb:242 did not execute the example2912 # ./spec/models/concerns/group_descendant_spec.rb:882913 17) GroupDescendant for a group .build_hierarchy raises an error if not all elements were preloaded2914 # around hook at ./spec/spec_helper.rb:242 did not execute the example2915 # ./spec/models/concerns/group_descendant_spec.rb:972916 18) GroupDescendant for a project #hierarchy builds a hierarchy for a project2917 # around hook at ./spec/spec_helper.rb:242 did not execute the example2918 # ./spec/models/concerns/group_descendant_spec.rb:1082919 19) GroupDescendant for a project #hierarchy builds a hierarchy upto a specified parent2920 # around hook at ./spec/spec_helper.rb:242 did not execute the example2921 # ./spec/models/concerns/group_descendant_spec.rb:1142922 20) GroupDescendant for a project .build_hierarchy combines hierarchies until the top2923 # around hook at ./spec/spec_helper.rb:242 did not execute the example2924 # ./spec/models/concerns/group_descendant_spec.rb:1222925 21) GroupDescendant for a project .build_hierarchy combines upto a given parent2926 # around hook at ./spec/spec_helper.rb:242 did not execute the example2927 # ./spec/models/concerns/group_descendant_spec.rb:1332928 22) GroupDescendant for a project .build_hierarchy merges to elements in the same hierarchy2929 # around hook at ./spec/spec_helper.rb:242 did not execute the example2930 # ./spec/models/concerns/group_descendant_spec.rb:1452931 23) GroupDescendant for a project .build_hierarchy merges complex hierarchies2932 # around hook at ./spec/spec_helper.rb:242 did not execute the example2933 # ./spec/models/concerns/group_descendant_spec.rb:1512934 24) Gitlab::SQL::RecursiveCTE#to_arel generates an Arel relation for the CTE body2935 # around hook at ./spec/spec_helper.rb:246 did not execute the example2936 # ./spec/lib/gitlab/sql/recursive_cte_spec.rb:72937 25) Gitlab::SQL::RecursiveCTE#alias_to returns an alias for the CTE2938 # around hook at ./spec/spec_helper.rb:246 did not execute the example2939 # ./spec/lib/gitlab/sql/recursive_cte_spec.rb:262940 26) Gitlab::SQL::RecursiveCTE#alias_to replaces dots with an underscore2941 # around hook at ./spec/spec_helper.rb:246 did not execute the example2942 # ./spec/lib/gitlab/sql/recursive_cte_spec.rb:352943 27) Gitlab::SQL::RecursiveCTE#apply_to applies a CTE to an ActiveRecord::Relation2944 # around hook at ./spec/spec_helper.rb:246 did not execute the example2945 # ./spec/lib/gitlab/sql/recursive_cte_spec.rb:462946Finished in 10 minutes 51 seconds (files took 12.66 seconds to load)2947926 examples, 0 failures, 27 pending2949$ date2950Thu Mar 14 02:30:46 UTC 20192953coverage/: found 5 matching files 2954knapsack/: found 4 matching files 2955rspec_flaky/: found 4 matching files 2956rspec_profiling/: found 1 matching files 2957WARNING: tmp/capybara/: no matching files 2958Uploading artifacts to coordinator... ok id=177320718 responseStatus=201 Created token=Twc1C9GA2959Uploading artifacts...2960junit_rspec.xml: found 1 matching files 2961Uploading artifacts to coordinator... ok id=177320718 responseStatus=201 Created token=Twc1C9GA2962Job succeeded