-
Notifications
You must be signed in to change notification settings - Fork 348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good just a nit and a suggestion...
@@ -23,13 +23,20 @@ CONTAINERD_FLAGS="--log-level=debug " | |||
|
|||
# Use a configuration file for containerd. | |||
CONTAINERD_CONFIG_FILE=${CONTAINERD_CONFIG_FILE:-""} | |||
# The containerd root directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest:
CONTAINERD_TEST_SUFFIX=$(CONTAINERD_TEST_SUFFIX:="-test"}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
hack/test-utils.sh
Outdated
@@ -39,10 +46,14 @@ test_setup() { | |||
echo "containerd is not built" | |||
exit 1 | |||
fi | |||
sudo pkill -x containerd | |||
set -m | |||
# Create containerd is a different process group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/s/is/in/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DOne
LGTM |
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
c69381f
to
72819d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
and cool should be able to run multiple parallel test buckets now!
LGTM |
For #909.
Based on our discussion on slack, we think it is fine to remove
ctr cri load
in 1.3./cc @containerd/containerd-maintainers to confirm.
Note that this PR also change test containerd to use
/var/lib/containerd-test
root directory,/run/containerd-test
state directory and/run/containerd-test/containerd.sock
socket. This is to avoid conflict with containerd shipped with Docker 18.09.