Package: libblockdev / 3.4.0-2

Metadata

Package Version Patches format
libblockdev 3.4.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Skip smartmontools integration test.patch | (download)

tests/skip.yml | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 skip smartmontools integration test

This would otherwise trigger an autopkgtest failure as smartmontools support
is not enabled in Debian.

======================================================================
ERROR: setUpClass (smartmontools_test.SmartmontoolsTest)

Mark _get_linux_version as static.patch | (download)

src/utils/module.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mark _get_linux_version() as static

It is an internal implementation detail and the symbol should not be
exported via libblockdev-utils.
tests Use correct mkfs and info function in ExtGetInfo.patch | (download)

tests/fs_tests/ext_test.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 tests: use correct mkfs and info function in extgetinfo

We were calling ext4 functions for all ext tests.

tests Lower the expected amount of free space in ext file.patch | (download)

tests/fs_tests/ext_test.py | 14 4 + 10 - 0 !
1 file changed, 4 insertions(+), 10 deletions(-)

 tests: lower the expected amount of free space in ext filesystems

With e2fsprogs 1.47.4-1 there are some changes to calculating the
size of the orphan inode which makes the tests fail. We don't
really need to check the exact value, just make sure we return
something that makes sense.

Fixes: #1179