containerd/pkg/server
Ian Campbell 56539bd3a4 Require generateContainerSpec passes during tests and abort if not
This is achieved by switching `assert.NoError` to `require.NoError` in several
places.

Otherwise the test code will continue and dereference a nil spec, leading to a
panic which obscures the real failure.

Signed-off-by: Ian Campbell <ijc@docker.com>
2017-09-15 11:06:25 +01:00
..
io Fix fifo files leakage. 2017-08-28 21:14:35 +00:00
testing Use new ocicni. 2017-09-07 00:14:12 +00:00
container_attach.go Add container attach support. 2017-08-23 23:48:31 +00:00
container_create_test.go Require generateContainerSpec passes during tests and abort if not 2017-09-15 11:06:25 +01:00
container_create.go Follow symlink for mount host path. 2017-09-12 07:12:03 +00:00
container_exec.go Add instrumented service. 2017-08-23 07:02:12 +00:00
container_execsync.go Merge pull request #151 from Random-Liu/add-instrumented-service 2017-08-24 11:26:39 -07:00
container_list_test.go Checkpoint container status onto disk. 2017-08-31 00:41:52 +00:00
container_list.go Add instrumented service. 2017-08-23 07:02:12 +00:00
container_remove_test.go Checkpoint container status onto disk. 2017-08-31 00:41:52 +00:00
container_remove.go Use EnsureRemoveAll 2017-09-05 20:29:18 +00:00
container_start.go Revert "Setting containerd shim cgroup same as pod cgroup" 2017-09-02 04:20:55 +00:00
container_stats_list.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
container_stats.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
container_status_test.go Merge pull request #179 from Random-Liu/checkpoint-container-status 2017-09-06 13:51:38 -07:00
container_status.go Return image repo digest in container status. 2017-09-01 20:58:15 +00:00
container_stop_test.go Checkpoint container status onto disk. 2017-08-31 00:41:52 +00:00
container_stop.go Fix fifo files leakage. 2017-08-28 21:14:35 +00:00
container_update_resources_test.go Implement container resources update 2017-08-22 18:40:30 +00:00
container_update_resources.go Add instrumented service. 2017-08-23 07:02:12 +00:00
events.go Update containerd to v1.0.0-beta.0 2017-09-09 04:46:02 +00:00
helpers_selinux_test.go Support selinux options/label 2017-08-31 19:20:12 +08:00
helpers_test.go Add container attach support. 2017-08-23 23:48:31 +00:00
helpers.go Make sandbox container image configurable 2017-09-03 02:53:17 -04:00
image_list_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_list.go Add instrumented service. 2017-08-23 07:02:12 +00:00
image_pull_test.go Containerd client integration 2017-08-16 14:43:22 -07:00
image_pull.go Fix repo digest for schema 1 image. 2017-09-01 07:18:02 +00:00
image_remove.go Do not remove out dated image tag. 2017-09-01 07:09:13 +00:00
image_status_test.go Use new metadata store. 2017-07-28 23:35:31 +00:00
image_status.go Add instrumented service. 2017-08-23 07:02:12 +00:00
imagefs_info.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
instrumented_service.go Add instrumented service. 2017-08-23 07:02:12 +00:00
sandbox_list_test.go Get CreatedAt from containerd instead of maintaining it ourselves. 2017-08-24 18:38:00 +00:00
sandbox_list.go Get CreatedAt from containerd instead of maintaining it ourselves. 2017-08-24 18:38:00 +00:00
sandbox_portforward.go Do not checkpoint sandbox pid. 2017-08-25 01:38:05 +00:00
sandbox_remove.go Use EnsureRemoveAll 2017-09-05 20:29:18 +00:00
sandbox_run_test.go Use new ocicni. 2017-09-07 00:14:12 +00:00
sandbox_run.go Remove /run mount for backward compatibility with docker. 2017-09-09 07:34:00 +00:00
sandbox_status_test.go Get CreatedAt from containerd instead of maintaining it ourselves. 2017-08-24 18:38:00 +00:00
sandbox_status.go Use new ocicni. 2017-09-07 00:14:12 +00:00
sandbox_stop.go Use new ocicni. 2017-09-07 00:14:12 +00:00
service_test.go Add container attach support. 2017-08-23 23:48:31 +00:00
service.go Update containerd to v1.0.0-beta.0 2017-09-09 04:46:02 +00:00
status.go Add instrumented service. 2017-08-23 07:02:12 +00:00
streaming.go Add container attach support. 2017-08-23 23:48:31 +00:00
update_runtime_config.go Update CRI to d779e9c9561b732adf06263c5424889e7564fdbd. 2017-06-21 01:56:13 +00:00
version.go Add instrumented service. 2017-08-23 07:02:12 +00:00