MCPcopy
hub / github.com/PeerDB-io/peerdb / MySQLRDSBinlogAPITestSuite

Struct MySQLRDSBinlogAPITestSuite

flow/e2e/mysql_rds_binlog_test.go:21–28  ·  view source on GitHub ↗

this test is not safe for parallel execution because it relies on a single table in a fixed place move it to its own suite

Source from the content-addressed store, hash-verified

19// this test is not safe for parallel execution because it relies on a single table in a fixed place
20// move it to its own suite
21type MySQLRDSBinlogAPITestSuite struct {
22 protos.FlowServiceClient
23 t *testing.T
24 pg *PostgresSource
25 source *MySqlSource
26 suffix string
27 ch ClickHouseSuite
28}
29
30func (s MySQLRDSBinlogAPITestSuite) Teardown(ctx context.Context) {
31 s.pg.Teardown(s.t, ctx, s.suffix)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected