Broken Master: ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb
Failure:
https://gitlab.com/gitlab-org/gitlab/-/jobs/2242693383
Failures:
1) Group value stream analytics filters and data use_vsa_aggregated_tables feature flag on with a value stream with lots of data each stage with events will display the stage events list when selected
Failure/Error: expect(page.all('[data-testid="vsa-stage-event"]').length).to eq(stage[:events_count])
expected: 1
got: 0
(compared using ==)
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:336:in `block (6 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:333:in `each'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:333:in `block (5 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:294:in `block (6 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:294:in `block (5 levels) in <top (required)>'
# ./spec/spec_helper.rb:423:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:414:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:410:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:45:in `with_raw_context'
# ./spec/spec_helper.rb:410:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:267:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'
# ./spec/support/sidekiq.rb:17:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq.rb:8:in `gitlab_sidekiq_inline'
# ./spec/support/sidekiq.rb:17:in `block (2 levels) in <top (required)>'
# ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'
2) Group value stream analytics filters and data use_vsa_aggregated_tables feature flag on with a value stream with lots of data each stage will be selectable
Failure/Error: expect(stage_name).to include(stage[:time])
expected "Review\n-" to include "1h"
Diff:
@@ -1,2 +1,3 @@
-1h
+Review
+-
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:346:in `block (6 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:341:in `each'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:341:in `block (5 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:294:in `block (6 levels) in <top (required)>'
# ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:294:in `block (5 levels) in <top (required)>'
# ./spec/spec_helper.rb:423:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:414:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:410:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:45:in `with_raw_context'
# ./spec/spec_helper.rb:410:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:267:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'
# ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'
Finished in 6 minutes 27 seconds (files took 1 minute 3.49 seconds to load)
2 examples, 2 failures
Failed examples:
rspec ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:327 # Group value stream analytics filters and data use_vsa_aggregated_tables feature flag on with a value stream with lots of data each stage with events will display the stage events list when selected
rspec ./ee/spec/features/groups/analytics/cycle_analytics/filters_and_data_spec.rb:340 # Group value stream analytics filters and data use_vsa_aggregated_tables feature flag on with a value stream with lots of data each stage will be selectable
Stopped processing SimpleCov as a previous error not related to SimpleCov has been detected
Failed to write to log, write log/workhorse-test.log: file already closed