Flaky test: ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:59 # epic boards multiple epic boards deletes an epic board
Summary
Master-broken incident: gitlab-org/quality/engineering-productivity/master-broken-incidents#1156 (closed)
Job #3939578342 failed for 5940b9a5:
2) epic boards multiple epic boards deletes an epic board
Got 1 failure and 1 other error:
2.1) Got 2 failures from failure aggregation block.
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:73:in `block (4 levels) in <main>'
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:93:in `block in in_boards_switcher_dropdown'
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:92:in `in_boards_switcher_dropdown'
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:72:in `block (3 levels) in <main>'
# ./spec/spec_helper.rb:502:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:494:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:490:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:59:in `with_raw_context'
# ./spec/spec_helper.rb:490:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:242:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (3 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (2 levels) in <main>'
2.1.1) Failure/Error: expect(page).not_to have_content(epic_board.name)
expected not to find text "Sidney Jones9" in "Switch board Sidney Jones9 Create new board"
Timeout (30s) reached while running a waiting Capybara finder.
Consider using a non-waiting finder.
See https://www.cloudbees.com/blog/faster-rails-tests
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:74:in `block (5 levels) in <main>'
2.1.2) Failure/Error: expect(page).to have_content(epic_board2.name)
expected to find text "Sidney Jones10" in "Switch board Sidney Jones9 Create new board"
Timeout (30s) reached while running a waiting Capybara finder.
Consider using a non-waiting finder.
See https://www.cloudbees.com/blog/faster-rails-tests
# ./ee/spec/features/epic_boards/multiple_epic_boards_spec.rb:75:in `block (5 levels) in <main>'
2.2) Failure/Error: raise JSConsoleError, message
JSConsoleError:
Unexpected browser console output:
security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
https://www.gravatar.com/avatar/51798cfc94af924ac2dffb7083baa6f4?s=48&d=identicon - Failed to load resource: net::ERR_CONNECTION_RESET
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
https://localhost/com.snowplowanalytics.snowplow/tp2 - Failed to load resource: net::ERR_CONNECTION_REFUSED
# ./spec/support/capybara.rb:221:in `block (2 levels) in <main>'
# ./spec/spec_helper.rb:502:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:18:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:494:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:490:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:59:in `with_raw_context'
# ./spec/spec_helper.rb:490:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:242:in `block (2 levels) in <top (required)>'
# ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (3 levels) in <main>'
# ./spec/support/database/prevent_cross_joins.rb:62:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:108:in `block (2 levels) in <main>'
epic_boards_multiple_epic_boards_deletes_an_epic_board
Steps to reproduce
Please refer to Flaky tests documentation to learn more about how to reproduce them.
Proposed Resolution
Please refer to the Resolution guidance to learn more about resolution of broken master.
Once the flaky failure has been fixed on the default branch, open merge requests to cherry-pick the fix to the active stable branches.