This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit d923f07a9e8c0de2c8be520081a96efce87393fd Author: Amit Bawer abawer@redhat.com AuthorDate: Tue Jun 11 15:08:43 2019 +0300
tests: Remove forgotten xfail for unsupported locksapce names in bytes
This situation is already handled now for both Python versions. --- tests/python_test.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/tests/python_test.py b/tests/python_test.py index af75020..a2e25fb 100644 --- a/tests/python_test.py +++ b/tests/python_test.py @@ -132,7 +132,6 @@ def test_write_lockspace_4k_invalid_sector_size(sanlock_daemon, user_4k_path): assert e.value.errno == errno.EINVAL
-@pytest.mark.xfail(six.PY3, reason="lockspace/resource names in bytes are unsupported yet") def test_read_lockspace_4k_invalid_sector_size(sanlock_daemon, user_4k_path): sanlock.write_lockspace( b"ls_name", user_4k_path, iotimeout=1, sector=SECTOR_SIZE_4K)