From 50bddc43dc29e308a420d99d2fd191b25dfe7306 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Fri, 19 Aug 2022 13:31:57 +0200 Subject: [PATCH] tests/stress: ignore NETLINK_ERROR from checkPermissionsImpl Since now with --privileged it has CAP_SYS_ADMIN and tries to communicate via netlink. Signed-off-by: Azat Khuzhin --- docker/test/stress/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/test/stress/run.sh b/docker/test/stress/run.sh index c6dcc4a79ae..5dc5ffa2f21 100755 --- a/docker/test/stress/run.sh +++ b/docker/test/stress/run.sh @@ -387,6 +387,7 @@ else -e "TABLE_IS_READ_ONLY" \ -e "Code: 1000, e.code() = 111, Connection refused" \ -e "UNFINISHED" \ + -e "NETLINK_ERROR" \ -e "Renaming unexpected part" \ -e "PART_IS_TEMPORARILY_LOCKED" \ -e "and a merge is impossible: we didn't find" \