mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Integration tests: add IPC_LOCK and SYS_NICE caps
It is needed to make integration tests work with a installed binary (/usr/bin/clickhouse) mounted in. Otherwise the binary mounted in have the capability, while the container is not allowing that and you get cryptic message: standard_init_linux.go:211: exec user process caused "operation not permitted"
This commit is contained in:
parent
63173eebdb
commit
32fa3dbc99
@ -868,6 +868,8 @@ services:
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
- NET_ADMIN
|
||||
- IPC_LOCK
|
||||
- SYS_NICE
|
||||
depends_on: {depends_on}
|
||||
user: '{user}'
|
||||
env_file:
|
||||
|
Loading…
Reference in New Issue
Block a user