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 Eric Helms almost 4 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 Evgeni Golov almost 4 years ago
- Status changed from New to Closed
this is done now and I've not seen failures related to this problem anymore
thanks!
Actions