MCPcopy Create free account
hub / github.com/datastax/cql-proxy / setupProxyTest

Function setupProxyTest

proxy/proxy_test.go:417–419  ·  view source on GitHub ↗
(ctx context.Context, numNodes int, handlers proxycore.MockRequestHandlers)

Source from the content-addressed store, hash-verified

415}
416
417func setupProxyTest(ctx context.Context, numNodes int, handlers proxycore.MockRequestHandlers) (tester *proxyTester, proxyContactPoint string, err error) {
418 return setupProxyTestWithConfig(ctx, numNodes, &proxyTestConfig{handlers: handlers})
419}
420
421type proxyTestConfig struct {
422 handlers proxycore.MockRequestHandlers

Callers 7

TestProxy_ListenAndServeFunction · 0.85
TestProxy_UnpreparedFunction · 0.85
TestProxy_UseKeyspaceFunction · 0.85
TestProxy_CompressionFunction · 0.85

Calls 1

setupProxyTestWithConfigFunction · 0.85

Tested by

no test coverage detected