FOSS broken master: /spec/features/projects/ci/editor_spec.rb:
Latest sync to FOSS is failing with gitlab-foss@383ec680 / https://gitlab.com/gitlab-org/gitlab-foss/-/jobs/1164069188
Failures:
1) Pipeline Editor user sees the Pipeline Editor page
Got 0 failures and 2 other errors:
1.1) Failure/Error: "api-fuzzing-configuration-path" => project_security_configuration_api_fuzzing_path(@project),
ActionView::Template::Error:
undefined method `project_security_configuration_api_fuzzing_path' for #<#<Class:0x00007fe9f21c4ab0>:0x00007fe9edf8d5e8>
Did you mean? project_security_configuration_path
# ./app/views/projects/ci/pipeline_editor/show.html.haml:14:in `_app_views_projects_ci_pipeline_editor_show_html_haml__3673868227853686062_2721820'
# ./app/controllers/application_controller.rb:123:in `render'
# ./lib/gitlab/auth/current_user_mode.rb:56:in `with_current_admin'
# ./app/controllers/application_controller.rb:488:in `set_current_admin'
# ./lib/gitlab/session.rb:11:in `with_session'
# ./app/controllers/application_controller.rb:476:in `set_session_storage'
# ./lib/gitlab/i18n.rb:73:in `with_locale'
# ./lib/gitlab/i18n.rb:79:in `with_user_locale'
# ./app/controllers/application_controller.rb:470:in `set_locale'
# ./app/controllers/application_controller.rb:463:in `block in set_current_context'
# ./lib/gitlab/application_context.rb:70:in `block in use'
# ./lib/gitlab/application_context.rb:70:in `use'
# ./lib/gitlab/application_context.rb:27:in `with_context'
# ./app/controllers/application_controller.rb:454:in `set_current_context'
# ./lib/gitlab/request_profiler/middleware.rb:17:in `call'
# ./lib/gitlab/query_limiting/middleware.rb:17:in `block in call'
# ./lib/gitlab/query_limiting/transaction.rb:40:in `run'
# ./lib/gitlab/query_limiting/middleware.rb:16:in `call'
# ./lib/gitlab/jira/middleware.rb:19:in `call'
# ./lib/gitlab/middleware/go.rb:20:in `call'
# ./lib/gitlab/etag_caching/middleware.rb:21:in `call'
# ./lib/gitlab/middleware/multipart.rb:172:in `call'
# ./lib/gitlab/middleware/read_only/controller.rb:50:in `call'
# ./lib/gitlab/middleware/read_only.rb:18:in `call'
# ./lib/gitlab/middleware/same_site_cookies.rb:27:in `call'
# ./lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call'
# ./lib/gitlab/middleware/basic_health_check.rb:25:in `call'
# ./lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call'
# ./lib/gitlab/middleware/request_context.rb:21:in `call'
# ./config/initializers/fix_local_cache_middleware.rb:11:in `call'
# ./lib/gitlab/middleware/static.rb:11:in `call'
# ./lib/gitlab/testing/clear_process_memory_cache_middleware.rb:13:in `call'
# ./lib/gitlab/testing/request_inspector_middleware.rb:33:in `call'
# ./lib/gitlab/testing/robots_blocker_middleware.rb:30:in `call'
# ./lib/gitlab/testing/request_blocker_middleware.rb:47:in `call'
# ./lib/gitlab/metrics/requests_rack_middleware.rb:76:in `call'
# ------------------
# --- Caused by: ---
# NoMethodError:
# undefined method `project_security_configuration_api_fuzzing_path' for #<#<Class:0x00007fe9f21c4ab0>:0x00007fe9edf8d5e8>
# Did you mean? project_security_configuration_path
# ./app/views/projects/ci/pipeline_editor/show.html.haml:14:in `_app_views_projects_ci_pipeline_editor_show_html_haml__3673868227853686062_2721820'
1.2) Failure/Error: raise JSConsoleError, message
JSConsoleError:
Unexpected browser console output:
http://127.0.0.1:36753/namespace112/project124/-/ci/editor - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
# ./spec/support/capybara.rb:194:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:362:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:353:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:349:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:31:in `with_raw_context'
# ./spec/spec_helper.rb:349:in `block (2 levels) in <top (required)>'
Finished in 11 minutes 28 seconds (files took 29.56 seconds to load)
331 examples, 1 failure
Failed examples:
rspec ./spec/features/projects/ci/editor_spec.rb:18 # Pipeline Editor user sees the Pipeline Editor page