(t *testing.T, _expectConnectionError, _expectOperationError bool, _opts ...config.ClientOption)
| 72 | } |
| 73 | |
| 74 | func 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 | /* |
| 80 | Test HashKV |
no test coverage detected
searching dependent graphs…