Skip to content

Commit

Permalink
Fix running test cluster under cgroups v2 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-vanyasin committed Mar 17, 2022
1 parent d4d940d commit 548bc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Expand Up @@ -2,7 +2,7 @@

- Always preserve backward compatibility
- Build using `make clean && make`
- After merging PR, alway run `make changelog` and commit changes
- After merging PR, always run `make changelog` and commit changes
- Set ArangoDB docker container (used for testing) using `export ARANGODB=<image-name>`
- Run tests using:
- `make run-tests-single`
Expand Down
2 changes: 1 addition & 1 deletion test/cluster.sh
Expand Up @@ -54,8 +54,8 @@ if [ "$CMD" == "start" ]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
DOCKERPLATFORMARG="--platform linux/x86_64"
DOCKERARGS="$DOCKERARGS $DOCKERPLATFORMARG"
STARTERARGS="--docker.container=$STARTERCONTAINER"
fi
STARTERARGS="$STARTERARGS --docker.container=$STARTERCONTAINER"

if [ -z "$STARTERPORT" ]; then
STARTERPORT=7000
Expand Down

0 comments on commit 548bc1d

Please sign in to comment.