[go: up one dir, main page]

Skip to content

Broken master: rspec ./ee/spec/features/groups/wikis_spec.rb:27 and ./spec/features/projects/wikis_spec.rb:20

Summary

  • rspec ./ee/spec/features/groups/wikis_spec.rb:27 # Group wikis behaves like User views Git access wiki page shows the correct clone URLs spec failed in job #3185125523 failed for f457287d:
1) Group wikis behaves like User views Git access wiki page shows the correct clone URLs
     Got 0 failures and 2 other errors:
     Shared Example Group: "User views Git access wiki page" called from ./ee/spec/features/groups/wikis_spec.rb:27
     1.1) Failure/Error: super
          Selenium::WebDriver::Error::StaleElementReferenceError:
            stale element reference: element is not attached to the page document
              (Session info: headless chrome=103.0.5060.114)
              (Driver info: chromedriver=103.0.5060.134 (8ec6fce403b3feb0869b0732eda8bd95011d333c-refs/branch-heads/5060@{#1262}),platform=Linux 5.4.109+ x86_64)
          # ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
          # ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
          # ./spec/support/shared_examples/features/wiki/user_git_access_wiki_page_shared_examples.rb:23:in `block (3 levels) in <main>'
          # ./spec/support/shared_examples/features/wiki/user_git_access_wiki_page_shared_examples.rb:16:in `block (2 levels) in <main>'
          # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'
          # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
          # ./spec/spec_helper.rb:405:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:401:in `block (3 levels) in <top (required)>'
          # ./lib/gitlab/application_context.rb:58:in `with_raw_context'
          # ./spec/spec_helper.rb:401:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:241:in `block (2 levels) in <top (required)>'
          # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
          # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <main>'
          # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>'
          # ./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 <main>'
  • rspec ./spec/features/projects/wikis_spec.rb:20 # Project wikis behaves like User views Git access wiki page shows the correct clone URLs spec failed in the job #3185125443 for f457287d:
 1) Project wikis behaves like User views Git access wiki page shows the correct clone URLs
     Got 0 failures and 2 other errors:
     Shared Example Group: "User views Git access wiki page" called from ./spec/features/projects/wikis_spec.rb:20
     1.1) Failure/Error: super
          Selenium::WebDriver::Error::StaleElementReferenceError:
            stale element reference: element is not attached to the page document
              (Session info: headless chrome=103.0.5060.114)
              (Driver info: chromedriver=103.0.5060.134 (8ec6fce403b3feb0869b0732eda8bd95011d333c-refs/branch-heads/5060@{#1262}),platform=Linux 5.4.109+ x86_64)
          # ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
          # ./spec/support/capybara_slow_finder.rb:18:in `synchronize'
          # ./spec/support/shared_examples/features/wiki/user_git_access_wiki_page_shared_examples.rb:23:in `block (3 levels) in <main>'
          # ./spec/support/shared_examples/features/wiki/user_git_access_wiki_page_shared_examples.rb:16:in `block (2 levels) in <main>'
          # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'
          # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
          # ./spec/spec_helper.rb:405:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:401:in `block (3 levels) in <top (required)>'
          # ./lib/gitlab/application_context.rb:58:in `with_raw_context'
          # ./spec/spec_helper.rb:401:in `block (2 levels) in <top (required)>'
          # ./spec/spec_helper.rb:241:in `block (2 levels) in <top (required)>'
          # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <main>'
          # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <main>'
          # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <main>'
          # ./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 <main>'

Steps to reproduce

Proposed Resolution

Please refer to the Resolution guidance to learn more about resolution of broken master.