Actions
Refactor #39581
closedFix sporadic test failure
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
Description
PR test failed with unrelated test cases.
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_greater_than_without_epoch
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:185:in `test_version_filter_greater_than_without_epoch'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_less_than_without_epoch
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:236:in `test_version_filter_less_than_without_epoch'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_without_epoch_matches_all_epochs
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:118:in `test_version_filter_without_epoch_matches_all_epochs'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_with_epoch_zero_specified_matches_only_epoch_zero
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:162:in `test_version_filter_with_epoch_zero_specified_matches_only_epoch_zero'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_less_than_with_explicit_epoch
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:261:in `test_version_filter_less_than_with_explicit_epoch'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_greater_than_with_epoch
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:210:in `test_version_filter_greater_than_with_epoch'
Error: Failure: Katello::ContentViewPackageFilterTest#test_version_filter_with_explicit_epoch_matches_only_that_epoch
ActiveRecord::RecordNotFound: Couldn't find Katello::Rpm with 'id'=102647956
katello/test/models/content_view_package_filter_test.rb:140:in `test_version_filter_with_explicit_epoch_matches_only_that_epoch'
Updated by The Foreman Bot about 1 month ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11814 added
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases Katello 5.0.0 added
Updated by Lucy Fu about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|04a91c2934dbf8b8cacb4a5e47eb60877b511ca0.
Updated by Ian Ballou about 1 month ago
- Target version set to Katello 4.21.1
- Triaged changed from No to Yes
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases Katello 4.21.1 added
Actions