Fix dataloss test #26

Merged
JuliaKovshova merged 2 commits from anikeev-yadro/frostfs-testcases:anikeev/fix_dataloss_test into master 2023-03-24 13:54:09 +00:00
Showing only changes of commit 38a73aed3b - Show all commits

View file

@ -226,8 +226,6 @@ class TestObjectStaticSession(ClusterTestBase):
)
@allure.title("Validate static session with search operation")
@pytest.mark.xfail
# (see https://github.com/nspcc-dev/neofs-node/issues/2030)
def test_static_session_search(
self,
user_wallet: WalletFile,
@ -250,7 +248,7 @@ class TestObjectStaticSession(ClusterTestBase):
session=static_sessions[ObjectVerb.SEARCH],
root=True,
)
assert expected_object_ids == actual_object_ids
assert sorted(expected_object_ids) == sorted(actual_object_ids)
@allure.title("Validate static session with object id not in session")
def test_static_session_unrelated_object(