Fixes #37099 - Update repo fixture URL to Pulp hosted for tests #423
Annotations
10 errors
Run rake test:katello:
katello/test/lib/tasks/pulpcore/repository_vcr_test.rb#L18
Failure: test_correct_repositories_fixes_deleted_library_repo
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/katello/pulp3/repository_task/correct_repositories_fixes_deleted_library_repo.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 20 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/lib/tasks/pulpcore/repository_vcr_test.rb:31:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_all_no_filter_rules
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_all_no_filter_rules.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 56 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_with_duplicate_content
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_with_duplicate_content.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 75 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_with_errata_inclusion_filter
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_with_errata_inclusion_filter.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 59 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_with_all_duplicate_content_with_dep_solving
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_with_all_duplicate_content_with_dep_solving.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 75 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_with_whitelist_name_filter
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_with_whitelist_name_filter.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 59 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_nonmatching_package_exclusion_filter_copies_everything
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_nonmatching_package_exclusion_filter_copies_everything.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 60 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_with_whitelist_min_version_filter
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_with_whitelist_min_version_filter.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 59 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_all_no_filter_rules_with_dependency_solving
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_all_no_filter_rules_with_dependency_solving.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 56 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Run rake test:katello:
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L18
Failure: test_yum_copy_all_no_filter_rules_without_dependency_solving
RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az736-207/pulp/api/v3/remotes/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/actions/pulp3/multi_copy_all_unit_yum_repository/yum_copy_all_no_filter_rules_without_dependency_solving.yml
- :record => :none
- :match_requests_on => [:method, :path, :params, :body_json]
Under the current configuration VCR can not find a suitable HTTP interaction
to replay and is prevented from recording new requests. There are a few ways
you can deal with this:
* If you're surprised VCR is raising this error
and want insight about how VCR attempted to handle the request,
you can use the debug_logger configuration option to log more details [1].
* You can use the :new_episodes record mode to allow VCR to
record this new request to the existing cassette [2].
* If you want VCR to ignore this request (and others like it), you can
set an `ignore_request` callback [3].
* The current record mode (:none) does not allow requests to be recorded. You
can temporarily change the record mode to :once, delete the cassette file
and re-run your tests to allow the cassette to be recorded with this request [4].
* The cassette contains 56 HTTP interactions that have not been
played back. If your request is non-deterministic, you may need to
change your :match_requests_on cassette option to be more lenient
or use a custom request matcher to allow it to match [5].
[1] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
katello/app/services/katello/pulp3/service_common.rb:15:in `block in create_remote'
katello/app/services/katello/pulp3/service_common.rb:58:in `reformat_api_exception'
katello/app/services/katello/pulp3/service_common.rb:11:in `create_remote'
katello/app/services/katello/pulp3/repository.rb:72:in `create_remote'
katello/app/lib/actions/pulp3/repository/create_remote.rb:6:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:12:in `block in plan'
katello/app/lib/actions/pulp3/orchestration/repository/create.rb:7:in `plan'
katello/app/lib/actions/middleware/backend_services_check.rb:23:in `plan'
katello/app/lib/actions/middleware/remote_action.rb:9:in `plan'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:20:in `trigger'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:26:in `block in trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:46:in `block in rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:45:in `rails_safe_trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:24:in `trigger_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/support/pulp3_support.rb:75:in `create_repo'
katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Loading