Actions
Bug #33021
closedBats failure on 'compare contents of library export and import'
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
easy
Triaged:
Yes
Pull request:
Description
See https://github.com/theforeman/forklift/pull/1266#issuecomment-880193084
26 | compare contents of library export and import | -- | -- | -- | # (in test file fb-katello-content.bats, line 217) | # `[ "$export_repos" = "$import_repos" ]' failed
And a later run passed on EL8 and failed on EL7 at that exact spot.
Some sorting issue?
Updated by Jeremy Lenz over 3 years ago
- Subject changed from Bats failure on EL8 'compare contents of library export and import' to Bats failure on 'compare contents of library export and import'
Updated by Eric Helms over 3 years ago
This is a sorting issue that happens intermittenly:
[root@pipe-katello-server-nightly-centos8 bats]# cat library_export_repos file repo,Zoo [root@pipe-katello-server-nightly-centos8 bats]# cat library_import_repos Zoo,file repo
Updated by Jeremy Lenz over 3 years ago
- Pull request https://github.com/theforeman/forklift/pull/1386 added
Updated by Evgeni Golov over 3 years ago
- Status changed from New to Closed
this is done now and I've not seen failures related to this problem anymore
thanks!
Updated by James Jeffers over 3 years ago
- Target version set to Katello 4.2.0
- Triaged changed from No to Yes
Updated by Chris Roberts about 3 years ago
- Assignee set to Jeremy Lenz
- Target version changed from Katello 4.2.0 to Katello Recycle Bin
- Difficulty set to easy
Actions