MCPcopy
hub / github.com/etcd-io/etcd / testDowngradeWithAuth

Function testDowngradeWithAuth

tests/common/maintenance_auth_test.go:74–77  ·  view source on GitHub ↗
(t *testing.T, _expectConnectionError, _expectOperationError bool, _opts ...config.ClientOption)

Source from the content-addressed store, hash-verified

72}
73
74func testDowngradeWithAuth(t *testing.T, _expectConnectionError, _expectOperationError bool, _opts ...config.ClientOption) {
75 // TODO(ahrtr): finish this after we added interface methods `Downgrade` into `Client`
76 t.Skip()
77}
78
79/*
80Test HashKV

Callers 4

TestDowngradeWithNoAuthFunction · 0.85

Calls 1

SkipMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…