This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
The following commit(s) were added to refs/heads/master by this push: new 017fd34 Remove xfail mark from test_read_resource_owners() 017fd34 is described below
commit 017fd3492e7edaa57a28474e6fb21d5f560dc4d4 Author: Nir Soffer nsoffer@redhat.com AuthorDate: Thu Mar 21 19:35:13 2019 +0200
Remove xfail mark from test_read_resource_owners()
The test pass since commit 414abfeab771 (sanlock: fix read_resource_owners read error).
Signed-off-by: Nir Soffer nsoffer@redhat.com --- tests/python_test.py | 3 --- 1 file changed, 3 deletions(-)
diff --git a/tests/python_test.py b/tests/python_test.py index e01e550..9cd6355 100644 --- a/tests/python_test.py +++ b/tests/python_test.py @@ -5,8 +5,6 @@ Test sanlock python binding with sanlock daemon. import io import struct
-import pytest - import sanlock
from . import constants @@ -45,7 +43,6 @@ def test_init_resource(tmpdir, sanlock_daemon): util.check_guard(str(path), size)
-@pytest.mark.xfail(reason="broken without specifying block size / alignment") def test_read_resource_owners(tmpdir, sanlock_daemon): path = tmpdir.join("resources") size = 1024**2
sanlock-devel@lists.fedorahosted.org