Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Remove ctr cri load #1170

Merged
merged 3 commits into from
Jun 12, 2019
Merged

Conversation

Random-Liu
Copy link
Member

@Random-Liu Random-Liu commented Jun 12, 2019

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.

@Random-Liu Random-Liu added this to the v1.3 milestone Jun 12, 2019
Copy link
Member

@mikebrow mikebrow left a 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.
Copy link
Member

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"}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/s/is/in/

Copy link
Member Author

@Random-Liu Random-Liu Jun 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DOne

@jterry75
Copy link
Contributor

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>
Copy link
Member

@mikebrow mikebrow left a 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!

@crosbymichael
Copy link
Member

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants