Regenerate test fixture repo
Make dummy-bash -> dummy-glibc dependency require archful. This avoids potential race condition where order of dependency processing can result in different packages being pulled in. The tests where this could happen are updated. Make dummy-glibc-debuginfo depend on dummy-glibc-debuginfo-common. The filenames for the repo no longer include hash, and sqlite databases are not generated. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
8ab7d9f7ba
commit
ff526d1dd2
17 changed files with 45 additions and 62 deletions
|
|
@ -213,7 +213,6 @@ class DepsolvingBase(object):
|
|||
"dummy-bash-4.2.37-6.i686.rpm",
|
||||
"dummy-filesystem-4.2.37-6.x86_64.rpm",
|
||||
"dummy-glibc-2.14-5.i686.rpm",
|
||||
"dummy-glibc-2.14-5.x86_64.rpm",
|
||||
"dummy-glibc-common-2.14-5.x86_64.rpm",
|
||||
])
|
||||
self.assertItemsEqual(pkg_map["srpm"], [
|
||||
|
|
@ -970,7 +969,6 @@ class DepsolvingBase(object):
|
|||
"dummy-bash-4.2.37-6.i686.rpm",
|
||||
"dummy-filesystem-4.2.37-6.x86_64.rpm",
|
||||
"dummy-glibc-2.14-5.i686.rpm",
|
||||
"dummy-glibc-2.14-5.x86_64.rpm",
|
||||
"dummy-glibc-common-2.14-5.x86_64.rpm",
|
||||
])
|
||||
self.assertItemsEqual(pkg_map["srpm"], [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue