Flaky/broken master spec ee/spec/services/iterations/cadences/update_service_spec.rb:56
Seen in 2 MRs now:
- https://gitlab.com/gitlab-org/gitlab/-/jobs/1104217179
- https://gitlab.com/gitlab-org/gitlab/-/jobs/1104239127
1) Iterations::Cadences::UpdateService#execute when iterations feature enabled when user is authorized updates cadence values
Failure/Error:
expect do
results
iteration_cadence.reload
end.to change(iteration_cadence, :title).to('Updated iteration cadence').and(
change(iteration_cadence, :start_date)
).and(
change(iteration_cadence, :duration_in_weeks).to(4)
).and(
change(iteration_cadence, :iterations_in_advance).to(5)
expected `Iterations::Cadence#start_date` to have changed, but is still Fri, 19 Mar 2021
# ./ee/spec/services/iterations/cadences/update_service_spec.rb:57:in `block (5 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)>'
Finished in 17 minutes 50 seconds (files took 56.68 seconds to load)
2701 examples, 1 failure, 20 pending
Failed examples:
rspec ./ee/spec/services/iterations/cadences/update_service_spec.rb:56 # Iterations::Cadences::UpdateService#execute when iterations feature enabled when user is authorized updates cadence values