Skip to content

Red master: Import/Export - project import integration test when selecting the namespace prefilled the path user imports an exported project successfully

https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/79335051:

Failures:

  1) Import/Export - project import integration test when selecting the namespace prefilled the path user imports an exported project successfully
     Got 0 failures and 2 other errors:

     1.1) Failure/Error: click_on 'Import project'

          Net::ReadTimeout:
            Net::ReadTimeout
          # ./spec/features/projects/import_export/import_file_spec.rb:38:in `block (4 levels) in <top (required)>'

     1.2) Failure/Error: console = page.driver.browser.manage.logs.get(:browser)&.reject { |log| log.message =~ JS_CONSOLE_FILTER }

          Net::ReadTimeout:
            Net::ReadTimeout
          # ./spec/support/capybara.rb:89:in `block (2 levels) in <top (required)>'

  2) Import/Export - project import integration test when selecting the namespace path is not prefilled user imports an exported project successfully
     Got 0 failures and 2 other errors:

     2.1) Failure/Error: expect { click_on 'Import project' }.to change { Project.count }.by(1)

          Net::ReadTimeout:
            Net::ReadTimeout
          # ./spec/features/projects/import_export/import_file_spec.rb:62:in `block (5 levels) in <top (required)>'
          # ./spec/features/projects/import_export/import_file_spec.rb:62:in `block (4 levels) in <top (required)>'

     2.2) Failure/Error: console = page.driver.browser.manage.logs.get(:browser)&.reject { |log| log.message =~ JS_CONSOLE_FILTER }

          Net::ReadTimeout:
            Net::ReadTimeout
          # ./spec/support/capybara.rb:89:in `block (2 levels) in <top (required)>'

Finished in 34 minutes 52 seconds (files took 22.93 seconds to load)
1477 examples, 2 failures, 38 pending

Failed examples:

rspec ./spec/features/projects/import_export/import_file_spec.rb:25 # Import/Export - project import integration test when selecting the namespace prefilled the path user imports an exported project successfully
rspec ./spec/features/projects/import_export/import_file_spec.rb:54 # Import/Export - project import integration test when selecting the namespace path is not prefilled user imports an exported project successfully