f8cadcd [prunerepo] fix tests for rawhide

Authored and Committed by clime 5 years ago
24 files changed. 37 lines added. 376 lines removed.
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/build-00146244.rsync.log
file removed
-11
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/build.info
file removed
-2
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/build.log.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/mockchain.log.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/python-motionpaint-1.4-1.fc23.src.rpm
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/python3-motionpaint-1.4-1.fc23.noarch.rpm
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/root.log.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/state.log.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/00000009-motionpaint-1.4/success
file removed
-1
prunerepo/tests/2srpmsfor1rpm/repo-template/build-00000009.log
file removed
-323
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/0b2dbee951f521309ba9aa05927ed1e212dc4546e3d5b9f2ec98bd991a93c522-other.xml.gz
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/23f36d1a0b3401104538707c6837d24845a71cd0399d9e649104a47cd292cd96-primary.xml.gz
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/370bc031b92553065094fde830e420812ebfa1f1eeefee77e52f77301fd7ffbe-other.xml.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/7c14ab64a622074cdc3775faaa90d56d2128960093ef3955755785c365b87b45-filelists.sqlite.bz2
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/91f5f0340fbc373cb4677a780b029e394303ea58c57ac3ff1b6c607b4abf1eaa-other.sqlite.bz2
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/9fe583721677b14ec9cdb10f5b44eb9fd3beef3cec20ea8037ddaad77dcd7132-filelists.xml.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/a36017a70b49546b07d853a3ae8e0b6245ff4a4a355643f2078f2c7464bb3fed-other.sqlite.bz2
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/c966e0fcd79f4246a56d5643bb00af38abbab6ff33797c2e5bd1de5a1d64591d-primary.xml.gz
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/cbfe176808ae1f5c326a833c67509fd54577550a58a740aad381c1b743653ffc-primary.sqlite.bz2
file removed
-0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/d4700008b19731e4954e4206a008a8b7cb9e719294ac231c568e217329030f6f-filelists.sqlite.bz2
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/d55643f64071af10ca7ae69dd3d306fedfd3260e497ae62eec0b8148eaa6f125-filelists.xml.gz
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/f1c4edc5e0450d04f617c805ecba626077b7c639f47e1de650ec18ae8c9cefe3-primary.sqlite.bz2
file added
+0
prunerepo/tests/2srpmsfor1rpm/repo-template/repodata/repomd.xml
file modified
+37 -37
prunerepo/tests/2srpmsfor1rpm/test.sh
file modified
+0 -2
    [prunerepo] fix tests for rawhide
    
    * since dnf3, dnf repoquery --latest-limit=1 returns multiple packages for the
    same latest NEVRA. With dnf2, only one of the packages maching the latest NEVRA
    was returned.
    
    Practical implication is that prunerepo will not prune any of the packages having
    the latest NEVRA so it will keep more things on the disk. This is essentially
    a bug. Only the rpm with the latest build time could be kept for each NEVRA.
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1612469