Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PeerDB-io/peerdb
/ Suite
Interface
Suite
flow/e2eshared/e2eshared.go:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
Suite
interface
{
19
Teardown(context.Context)
20
}
21
22
func
RunSuite[T Suite](t *testing.T, setup
func
(t *testing.T) T) {
23
t.Helper()
Callers
2
RunSuite
Function · 0.65
RunSuiteNoParallel
Function · 0.65
Implementers
11
PeerFlowE2ETestSuiteSF
flow/e2e/snowflake.go
PeerFlowE2ETestSuiteS3
flow/e2e/s3_qrep_test.go
PubSubSuite
flow/e2e/pubsub_test.go
PeerFlowE2ETestSuitePG
flow/e2e/postgres.go
APITestSuite
flow/e2e/api_test.go
elasticsearchSuite
flow/e2e/elasticsearch.go
KafkaSuite
flow/e2e/kafka_test.go
PeerFlowE2ETestSuiteBQ
flow/e2e/bigquery.go
EventhubsSuite
flow/e2e/eventhub_test.go
ClickHouseSuite
flow/e2e/clickhouse.go
MySQLRDSBinlogAPITestSuite
flow/e2e/mysql_rds_binlog_test.go
Calls
no outgoing calls
Tested by
no test coverage detected