Broken master: uninitialized constant Gitlab::SnowplowTracker
Some examples:
https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/280499215:
Finished in 8 minutes 42 seconds (files took 41.87 seconds to load)
844 examples, 6 failures, 5 pending
Failed examples:
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:64 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when issue is promoted creates a new epic with correct attributes
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:71 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when issue is promoted copies group labels assigned to the issue
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:75 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when issue is promoted creates a system note on the issue
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:79 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when issue is promoted creates a system note on the epic
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:83 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when issue is promoted closes the original issue
rspec ./ee/spec/services/epics/issue_promote_service_spec.rb:96 # Epics::IssuePromoteService#execute when epics are enabled when a user can promote the issue when promoted issue has notes creates a new epic with all notes
! Generating reports is disabled. To enable it, please set the `FLAKY_RSPEC_GENERATE_REPORT=1` !
https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/280499213
Failures:
1) QuickActions::InterpretService#execute promote command when epics are enabled when a user has permissions to promote an issue when epics are enabled promotes an issue to an epic
Failure/Error: context.instance_exec(&block)
NameError:
uninitialized constant Gitlab::SnowplowTracker
https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/280499226
Failures:
1) Issue promotion when epics feature is enabled when current user can promote an issue promotes the issue
Got 0 failures and 2 other errors:
1.1) Failure/Error: context.instance_exec(&block)
NameError:
uninitialized constant Gitlab::SnowplowTracker
# ./ee/app/services/epics/issue_promote_service.rb:27:in `track_event'
# ./ee/app/services/epics/issue_promote_service.rb:20:in `execute'
Edited by Mayra Cabrera