Actions
Bug #11832
openA number of factories in Katello are failing
Description
- katello_content_view - Validation failed: Organization Names and labels must be unique across all organizations (ActiveRecord::RecordInvalid)
- katello_content_view_erratum_filter_rule - Validation failed: Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types' (ActiveRecord
::RecordInvalid) - katello_content_view_puppet_environment - Validation failed: Prior environment required (ActiveRecord::RecordInvalid)
- docker_tag - Katello::Repository(#109713840) expected, got Symbol(#10142980) (ActiveRecord::AssociationTypeMismatch)
- katello_k_t_environment - Validation failed: Prior environment required (ActiveRecord::RecordInvalid)
- katello_environment_with_library - Factory not registered: library (ArgumentError)
- katello_gpg_key - Validation failed: Name can't be blank, Name cannot be blank, Organization can't be blank (ActiveRecord::RecordInvalid)
- katello_pool - PG::NotNullViolation: ERROR: null value in column "cp_id" violates not-null constraint
DETAIL: Failing row contains (1, null, 2015-09-14 23:08:02.542756, 2015-09-14 23:08:02.542756).
: INSERT INTO "katello_pools" ("cp_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" (ActiveRecord::StatementInvalid) - katello_product - Validation failed: Product and Repositories can't be blank (ActiveRecord::RecordInvalid)
- katello_repository - undefined method `content_view' for nil:NilClass (NoMethodError)
- docker_repository - undefined method `content_view' for nil:NilClass (NoMethodError)
- katello_sync_plan - Factory not registered: katello_products (ArgumentError)
- katello_system - Validation failed: Environment can't be blank, Content view can't be blank, Name cannot be blank (ActiveRecord::RecordInvalid)
- katello_task_status - Validation failed: Login can't be blank, Auth source can't be blank (ActiveRecord::RecordInvalid)
- katello_user - Validation failed: Login can't be blank, Auth source can't be blank (ActiveRecord::RecordInvalid)
Actions