~racb/git-ubuntu:fix-importer-tests

Last commit made on 2020-03-20
Get this branch:
git clone -b fix-importer-tests https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
fix-importer-tests
Repository:
lp:~racb/git-ubuntu

Recent commits

b8f31e8... by Robie Basak

Fix importer test validation repo commits

These tests expect new commits to be created, so based on "reused" being
False, the expected results should have "new" commit messages and not
original ones.

This test continues to xfail and will be fixed in a future commit. This
is why the problem wasn't noticed previously.

5ce6d3c... by Robie Basak

Fix typo in test input data

This Commit should be named 'upload', not 'import'. This appears to be a
copy/paste error. It is referenced later correctly.

This test continues to xfail and will be fixed in a future commit. This
is why the problem wasn't noticed previously.

1fdcb5b... by Andreas Hasenack

whitelist: python-{maxminddb,geoip2}

41487af... by Robie Basak

Fix RenameableDir instantiation on broken symlinks

RenameableDir may be instantiated with a path that exists on the
filesystem but that is a broken symlink. In this case the "exists"
assertion should not follow the symlink, so it should use
os.path.lexists(), not os.path.exists().

This fixes the corresponding test, so we drop the xfail.

LP: #1864255

699e70a... by Robie Basak

Add xfailing test case for broken symlinks

Commit 748689c exposed LP: #1864255. Add a test case for this: when
RenameableDir is instantiated with a path that exists that is a symlink
to a path that doesn't exist, it should not raise an exception and a
the "recursive" attribute of the object should be False.

173ef94... by Andreas Hasenack

Add libmaxminddb, about to be in main (LP: #1861101)

05c0087... by Bryce Harrington

version: bump to 0.9.4

83d1da4... by Rafael David Tinoco

Despite being in 'universe', fence-virt is an important Ubuntu HA pkg.
Adding it to whitelist.

8dcabb1... by Rafael David Tinoco

Adding all packages related to Ubuntu HA that were not added yet.
Note: Special need to add python-rtslib-fb and targetcli-fb (MIR).

80e1b49... by Andreas Hasenack

Import packages related to the mysql my_bool work from the focal
development cycle.