containerd/integration/client
Brian Goff d5e8edf2df Do not automatically inject client traces
This is a effective revert of 294143bf38
The one thing that makes it not a total revert is this keeps the usage
of chain interceptors, which prevents us from overwriting interceptors
passed into client options.

The automatic trace injection is unnecessary overhead since callers of
this function can add the necessary interceptors when creating the
client.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2022-01-13 22:11:18 +00:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Fix no-daemon flag for integration/client tests 2021-12-17 08:58:39 -05:00
client_ttrpc_test.go Run windows parallel integration test as short 2021-12-09 11:45:38 -08:00
client_unix_test.go Move volume images from gcr to ghcr 2021-12-02 10:29:44 -08:00
client_windows_test.go Add Windows Server 2022 CI runs 2021-12-02 16:18:25 -08:00
container_checkpoint_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00
container_linux_test.go Revert shim plugin migration 2021-12-02 10:35:15 -08:00
container_test.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
content_test.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
convert_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
daemon_config_linux_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
daemon_test.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
export_test.go Implement windowsDiff.Compare via hcsshim/pkg/ociwclayer 2021-04-10 02:02:33 +10:00
go.mod Merge pull request #6410 from AkihiroSuda/update-go-mod-20220107 2022-01-07 12:34:44 -08:00
go.sum Do not automatically inject client traces 2022-01-13 22:11:18 +00:00
helpers_unix_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_windows_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
image_test.go Add Windows Server 2022 CI runs 2021-12-02 16:18:25 -08:00
import_test.go Run windows parallel integration test as short 2021-12-09 11:45:38 -08:00
lease_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
restart_monitor_test.go Disable restart monitor test in Windows 2021-12-10 11:43:23 -08:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
task_opts_unix_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00