Skip to content

fix(e2e): use CI_MYSQL_VERSION as MySQL peer name#4183

Open
ilidemi wants to merge 3 commits intomainfrom
fix/mysql-e2e-peer-name-collision
Open

fix(e2e): use CI_MYSQL_VERSION as MySQL peer name#4183
ilidemi wants to merge 3 commits intomainfrom
fix/mysql-e2e-peer-name-collision

Conversation

@ilidemi
Copy link
Copy Markdown
Contributor

@ilidemi ilidemi commented Apr 16, 2026

Summary

  • All MySQL e2e tests shared a hardcoded peer name "mysql". With ON CONFLICT DO NOTHING on peer creation, whichever flavor ran first (mysql-gtid, mysql-pos, maria) won and subsequent flavors silently used the wrong connection config.
  • This caused schema fetches against the wrong MySQL instance, resulting in empty table schemas and ORDER BY tuple() errors on ClickHouse ReplacingMergeTree tables.
  • Fix: use CI_MYSQL_VERSION env var as the peer name so each flavor gets a unique peer.

All MySQL e2e tests shared a hardcoded peer name "mysql". With
ON CONFLICT DO NOTHING on peer creation, whichever flavor ran first
(mysql-gtid, mysql-pos, maria) won and subsequent flavors silently
used the wrong connection config, causing schema fetches against the
wrong MySQL instance and empty table schemas.
@ilidemi ilidemi requested a review from pfcoperez April 16, 2026 07:11
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

❌ 98 Tests Failed:

Tests completed Failed Passed Skipped
2204 98 2106 201
View the top 3 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL
Stack Traces | 0s run time
=== RUN   TestGenericCH_MySQL
=== PAUSE TestGenericCH_MySQL
=== CONT  TestGenericCH_MySQL
--- FAIL: TestGenericCH_MySQL (0.00s)
2026/04/16 07:16:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id"
2026/04/16 07:16:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id"
2026/04/16 07:16:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id"
2026/04/16 07:16:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id"
2026/04/16 07:16:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_699131028445150251 CURSOR FOR SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id" args=[]
2026/04/16 07:16:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id" channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1613960638752728760 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id" args=[]
2026/04/16 07:16:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id" channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_699131028445150251
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1613960638752728760
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_699131028445150251 records=3 bytes=51 channelLen=2
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id" rows=3 bytes=51 channelLen=2
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_699131028445150251
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_699131028445150251 records=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1613960638752728760 records=10 bytes=230 channelLen=9
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=9
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1613960638752728760
2026/04/16 07:16:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder\" ORDER BY id" rows=3 bytes=51 channelLen=0
2026/04/16 07:16:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id"
2026/04/16 07:16:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id"
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1613960638752728760 records=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:16:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition\" ORDER BY id" rows=10 bytes=230 channelLen=0
2026/04/16 07:16:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition_dst\" ORDER BY id"
2026/04/16 07:16:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition_dst\" ORDER BY id"
2026/04/16 07:16:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5880086699400147467 CURSOR FOR SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id" args=[]
2026/04/16 07:16:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id" channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3801045952751506047 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition_dst\" ORDER BY id" args=[]
2026/04/16 07:16:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition_dst\" ORDER BY id" channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5880086699400147467
2026/04/16 07:16:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3801045952751506047
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5880086699400147467 records=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:16:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3801045952751506047 records=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_5whb1cct.\"test_partition_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:16:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:16:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,key,value,created_at FROM e2e_test_pg_emfmbjha.\"test_partition_reorder_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL
Stack Traces | 0s run time
=== RUN   TestGenericChCluster_MySQL
=== PAUSE TestGenericChCluster_MySQL
=== CONT  TestGenericChCluster_MySQL
--- FAIL: TestGenericChCluster_MySQL (0.00s)
2026/04/16 07:22:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10258174950622419302
2026/04/16 07:22:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10258174950622419302 records=4 bytes=64 channelLen=3
2026/04/16 07:22:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_bq_flxc5u20_20260416072029.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=64 channelLen=3
2026/04/16 07:22:43 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10258174950622419302
2026/04/16 07:22:43 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10258174950622419302 records=0 bytes=0 channelLen=0
2026/04/16 07:22:43 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_bq_flxc5u20_20260416072029.\"test_simple_schema_changes\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:22:43 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:22:43 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1 FROM e2e_test_bq_flxc5u20_20260416072029.\"test_simple_schema_changes\" ORDER BY id" rows=4 bytes=64 channelLen=0
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy
Stack Traces | 0.01s run time
=== RUN   TestApiMy
=== PAUSE TestApiMy
=== CONT  TestApiMy
--- FAIL: TestApiMy (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/MergeTree_engine_allows_empty_ordering
Stack Traces | 0.01s run time
=== RUN   TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/MergeTree_engine_allows_empty_ordering
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:375: 
        	Error Trace:	.../flow/e2e/api_test.go:375
        	Error:      	Received unexpected error:
        	            	rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/MergeTree_engine_allows_empty_ordering
--- FAIL: TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/MergeTree_engine_allows_empty_ordering (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/Null_engine_allows_empty_ordering
Stack Traces | 0.01s run time
=== RUN   TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/Null_engine_allows_empty_ordering
    api_test.go:375: 
        	Error Trace:	.../flow/e2e/api_test.go:375
        	Error:      	Received unexpected error:
        	            	rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/Null_engine_allows_empty_ordering
--- FAIL: TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/Null_engine_allows_empty_ordering (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/ReplacingMergeTree_rejects_empty_ordering_on_25.12+
Stack Traces | 0.01s run time
=== RUN   TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/ReplacingMergeTree_rejects_empty_ordering_on_25.12+
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:373: 
        	Error Trace:	.../flow/e2e/api_test.go:373
        	Error:      	"failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset" does not contain "empty sort key is not supported"
        	Test:       	TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/ReplacingMergeTree_rejects_empty_ordering_on_25.12+
--- FAIL: TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey/ReplacingMergeTree_rejects_empty_ordering_on_25.12+ (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg
Stack Traces | 0.01s run time
=== RUN   TestApiPg
=== PAUSE TestApiPg
=== CONT  TestApiPg
--- FAIL: TestApiPg (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH
Stack Traces | 0.02s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH (0.02s)
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
Stack Traces | 0.02s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster (0.02s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg/TestPostgresDestinationValidation_MissingSchema
Stack Traces | 0.03s run time
=== RUN   TestApiPg/TestPostgresDestinationValidation_MissingSchema
=== PAUSE TestApiPg/TestPostgresDestinationValidation_MissingSchema
=== CONT  TestApiPg/TestPostgresDestinationValidation_MissingSchema
2026/04/16 07:21:46 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    e2eshared.go:34: 
        	Error Trace:	.../flow/e2e/api_test.go:223
        	            				.../flow/e2eshared/e2eshared.go:34
        	Error:      	Received unexpected error:
        	            	unable to establish connection with catalog: FATAL: terminating connection due to administrator command (SQLSTATE 57P01)
        	Test:       	TestApiPg/TestPostgresDestinationValidation_MissingSchema
--- FAIL: TestApiPg/TestPostgresDestinationValidation_MissingSchema (0.03s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column
Stack Traces | 0.03s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column
    testing.go:1913: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column (0.03s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled
Stack Traces | 0.03s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:320: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:320
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Disabled (0.03s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestClickHouseMirrorValidation_Pass
Stack Traces | 0.04s run time
=== RUN   TestApiMy/TestClickHouseMirrorValidation_Pass
=== PAUSE TestApiMy/TestClickHouseMirrorValidation_Pass
=== CONT  TestApiMy/TestClickHouseMirrorValidation_Pass
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:305: 
        	Error Trace:	.../flow/e2e/api_test.go:305
        	Error:      	Received unexpected error:
        	            	rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestClickHouseMirrorValidation_Pass
    api_test.go:48: begin tearing down postgres schema api_zk1rajp2
--- FAIL: TestApiMy/TestClickHouseMirrorValidation_Pass (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:403: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:403
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Chunking_Initial_Load_Parts_Per_Partition (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3548: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3548
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Composite_PKey (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:162: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:162
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Bit (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:217: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:217
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Blobs (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes
2026/04/16 07:24:36 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:24:36 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:895: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:895
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_GhOst_Schema_Changes (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion
    clickhouse_mysql_test.go:1081: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1081
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_NumToVarcharCoercion (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2603: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2603
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullEngine (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:283: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:283
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableColumnSetting (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1947: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1947
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Nullable_Schema_Change (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3060: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3060
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionByExpr (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2912: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2912
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Empty (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2521: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2521
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_SchemaAsColumn (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO [clickhouse] enable_time_time64_type is enabled x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2489: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2489
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_SkipSnapshotExport (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled
    clickhouse_test.go:361: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:361
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Update_PKey_Env_Enabled (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column
Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    testing.go:1913: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAdditionDuringSetupFlow
Stack Traces | 0.05s run time
=== RUN   TestApiMy/TestCancelTableAdditionDuringSetupFlow
=== PAUSE TestApiMy/TestCancelTableAdditionDuringSetupFlow
=== CONT  TestApiMy/TestCancelTableAdditionDuringSetupFlow
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:1157: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:1157
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelTableAdditionDuringSetupFlow
    api_test.go:48: begin tearing down postgres schema api_vtzfhvnu
--- FAIL: TestApiMy/TestCancelTableAdditionDuringSetupFlow (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestEditTablesBeforeResync
Stack Traces | 0.05s run time
=== RUN   TestApiMy/TestEditTablesBeforeResync
=== PAUSE TestApiMy/TestEditTablesBeforeResync
=== CONT  TestApiMy/TestEditTablesBeforeResync
2026/04/16 07:25:57 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:57 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:1655: 
        	Error Trace:	.../flow/e2e/api_test.go:1655
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestEditTablesBeforeResync
    api_test.go:48: begin tearing down postgres schema api_v2eu0cit
--- FAIL: TestApiMy/TestEditTablesBeforeResync (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion
2026/04/16 07:24:37 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:24:37 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1900: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1900
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Column_Exclusion (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns
    clickhouse_test.go:2569: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2569
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Extra_CH_Columns (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1702: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1702
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_JSON_CH (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:1234: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1234
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Column_Position_Shifting_DDL_Error (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion
    clickhouse_mysql_test.go:1149: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1149
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_DateCoercion (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum
2026/04/16 07:24:36 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:24:36 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:269: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:269
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:525: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:525
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Geometric_Types (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:471: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:471
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Numbers (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:638: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:638
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Specific_Geometric_Types (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:114: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:114
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Time (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector
2026/04/16 07:24:35 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:24:35 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:430: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:430
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Vector (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:236: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:236
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_NullableMirrorSetting (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3008: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3008
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_PartitionBy (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1364: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1364
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Time64 (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL
Stack Traces | 0.05s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL
    clickhouse_mysql_test.go:62: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:62
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_UnsignedMySQL (0.05s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelAddCancel
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestCancelAddCancel
=== PAUSE TestApiMy/TestCancelAddCancel
=== CONT  TestApiMy/TestCancelAddCancel
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:781: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:781
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelAddCancel
    api_test.go:48: begin tearing down postgres schema api_dca7xku4
--- FAIL: TestApiMy/TestCancelAddCancel (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelErrorOnPostgresZeroOIDs
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestCancelErrorOnPostgresZeroOIDs
=== PAUSE TestApiMy/TestCancelErrorOnPostgresZeroOIDs
=== CONT  TestApiMy/TestCancelErrorOnPostgresZeroOIDs
    cancel_table_addition_test.go:1018: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:1018
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelErrorOnPostgresZeroOIDs
    api_test.go:48: begin tearing down postgres schema api_iouawfpk
--- FAIL: TestApiMy/TestCancelErrorOnPostgresZeroOIDs (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAdditionRemoveAddRemove
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestCancelTableAdditionRemoveAddRemove
=== PAUSE TestApiMy/TestCancelTableAdditionRemoveAddRemove
=== CONT  TestApiMy/TestCancelTableAdditionRemoveAddRemove
    cancel_table_addition_test.go:630: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:630
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelTableAdditionRemoveAddRemove
    api_test.go:48: begin tearing down postgres schema api_kmsyszpp
--- FAIL: TestApiMy/TestCancelTableAdditionRemoveAddRemove (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey
=== PAUSE TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey
=== CONT  TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:48: begin tearing down postgres schema api_t7srtk8v
--- FAIL: TestApiMy/TestClickHouseMirrorValidation_NoPrimaryKey (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestTableAdditionWithoutInitialLoad
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestTableAdditionWithoutInitialLoad
=== PAUSE TestApiMy/TestTableAdditionWithoutInitialLoad
=== CONT  TestApiMy/TestTableAdditionWithoutInitialLoad
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:2272: 
        	Error Trace:	.../flow/e2e/api_test.go:2272
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestTableAdditionWithoutInitialLoad
    api_test.go:48: begin tearing down postgres schema api_qs4ajywt
--- FAIL: TestApiMy/TestTableAdditionWithoutInitialLoad (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestTotalRowsSyncedByMirror
Stack Traces | 0.06s run time
=== RUN   TestApiMy/TestTotalRowsSyncedByMirror
=== PAUSE TestApiMy/TestTotalRowsSyncedByMirror
=== CONT  TestApiMy/TestTotalRowsSyncedByMirror
    api_test.go:1914: 
        	Error Trace:	.../flow/e2e/api_test.go:1914
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestTotalRowsSyncedByMirror
    api_test.go:48: begin tearing down postgres schema api_q015e1mw
--- FAIL: TestApiMy/TestTotalRowsSyncedByMirror (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal
Stack Traces | 0.06s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:113: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:113
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Addition_Removal (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes
Stack Traces | 0.06s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes
    clickhouse_mysql_test.go:776: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:776
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Schema_Changes (0.06s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_NoRemovalAssumed
Stack Traces | 0.07s run time
=== RUN   TestApiMy/TestCancelTableAddition_NoRemovalAssumed
=== PAUSE TestApiMy/TestCancelTableAddition_NoRemovalAssumed
=== CONT  TestApiMy/TestCancelTableAddition_NoRemovalAssumed
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:355: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:355
        	            				.../flow/e2e/cancel_table_addition_test.go:583
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelTableAddition_NoRemovalAssumed
    api_test.go:48: begin tearing down postgres schema api_j5p2kzku
--- FAIL: TestApiMy/TestCancelTableAddition_NoRemovalAssumed (0.07s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_WithRemoval
Stack Traces | 0.07s run time
=== RUN   TestApiMy/TestCancelTableAddition_WithRemoval
=== PAUSE TestApiMy/TestCancelTableAddition_WithRemoval
=== CONT  TestApiMy/TestCancelTableAddition_WithRemoval
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:355: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:355
        	            				.../flow/e2e/cancel_table_addition_test.go:587
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelTableAddition_WithRemoval
    api_test.go:48: begin tearing down postgres schema api_po1a4axu
--- FAIL: TestApiMy/TestCancelTableAddition_WithRemoval (0.07s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestFlowStatusUpdate
Stack Traces | 0.07s run time
=== RUN   TestApiMy/TestFlowStatusUpdate
=== PAUSE TestApiMy/TestFlowStatusUpdate
=== CONT  TestApiMy/TestFlowStatusUpdate
2026/04/16 07:25:57 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:25:57 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    flow_status_test.go:119: 
        	Error Trace:	.../flow/e2e/flow_status_test.go:119
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestFlowStatusUpdate
    api_test.go:48: begin tearing down postgres schema api_4xg7r2io
--- FAIL: TestApiMy/TestFlowStatusUpdate (0.07s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
Stack Traces | 0.08s run time
=== RUN   TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
=== PAUSE TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
=== CONT  TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
2026/04/16 07:25:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:355: 
        	Error Trace:	.../flow/e2e/cancel_table_addition_test.go:355
        	            				.../flow/e2e/cancel_table_addition_test.go:591
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
    api_test.go:48: begin tearing down postgres schema api_mqhu47z1
--- FAIL: TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval (0.08s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
Stack Traces | 0.09s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO [clickhouse] enable_time_time64_type is enabled x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2489: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2489
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport (0.09s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
Stack Traces | 0.09s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_ydyipzmz.qrepapi_api_ydyipzmz
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:361: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:361
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled (0.09s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
Stack Traces | 0.1s run time
=== RUN   TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
=== PAUSE TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
=== CONT  TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
2026/04/16 07:19:15 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:19:15 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    generic_test.go:841: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:841
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
--- FAIL: TestGenericChCluster_MySQL/Test_Schema_Change_Drop_Consecutive_Columns (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug
Stack Traces | 0.1s run time
=== RUN   TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug
=== PAUSE TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug
=== CONT  TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug
2026/04/16 07:22:34 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    generic_test.go:723: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:723
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug
--- FAIL: TestGenericChCluster_MySQL/Test_Schema_Change_Lost_Column_Bug (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL/Test_Simple_Schema_Changes
Stack Traces | 0.1s run time
=== RUN   TestGenericChCluster_MySQL/Test_Simple_Schema_Changes
=== PAUSE TestGenericChCluster_MySQL/Test_Simple_Schema_Changes
=== CONT  TestGenericChCluster_MySQL/Test_Simple_Schema_Changes
2026/04/16 07:19:15 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:19:15 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id"
2026/04/16 07:19:15 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id"
2026/04/16 07:19:15 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14765885256078225020 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id" args=[]
2026/04/16 07:19:15 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id" channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14765885256078225020
2026/04/16 07:19:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14765885256078225020 records=6 bytes=126 channelLen=5
2026/04/16 07:19:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=5
2026/04/16 07:19:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14765885256078225020
2026/04/16 07:19:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14765885256078225020 records=0 bytes=0 channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:19:15 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf\" ORDER BY id" rows=6 bytes=126 channelLen=0
2026/04/16 07:19:15 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/04/16 07:19:15 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id"
2026/04/16 07:19:15 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10996733214768771766 CURSOR FOR SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id" args=[]
2026/04/16 07:19:15 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id" channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10996733214768771766
2026/04/16 07:19:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10996733214768771766 records=3 bytes=63 channelLen=2
2026/04/16 07:19:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=2
2026/04/16 07:19:15 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10996733214768771766
2026/04/16 07:19:15 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10996733214768771766 records=0 bytes=0 channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:19:15 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:19:15 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,name,created_at FROM e2e_test_pg_1vo7ixet.\"test_inheritance_dynconf_dst\" ORDER BY id" rows=3 bytes=63 channelLen=0
    generic_test.go:235: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:235
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericChCluster_MySQL/Test_Simple_Schema_Changes
--- FAIL: TestGenericChCluster_MySQL/Test_Simple_Schema_Changes (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3548: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3548
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Composite_PKey (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:162: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:162
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:1149: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1149
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:525: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:525
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Geometric_Types (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
    clickhouse_mysql_test.go:1081: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1081
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:471: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:471
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:114: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:114
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2603: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2603
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_ydyipzmz.qrepapi_api_ydyipzmz
    clickhouse_test.go:283: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:283
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1947: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1947
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3008: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3008
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:3060: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:3060
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2912: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2912
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2521: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2521
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2696: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2696
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Schema_Change_After_Resync_Cluster (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64
Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id"
2026/04/16 07:26:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id"
2026/04/16 07:26:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17324860462748301493 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" args=[]
2026/04/16 07:26:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" channelLen=0
2026/04/16 07:26:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17324860462748301493
2026/04/16 07:26:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17324860462748301493 records=3 bytes=26 channelLen=2
2026/04/16 07:26:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=2
2026/04/16 07:26:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17324860462748301493
2026/04/16 07:26:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17324860462748301493 records=0 bytes=0 channelLen=0
2026/04/16 07:26:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:26:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:26:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
    clickhouse_test.go:1364: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1364
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Time64 (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug
Stack Traces | 0.11s run time
=== RUN   TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug
=== PAUSE TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug
=== CONT  TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug
    generic_test.go:605: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:605
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug
--- FAIL: TestGenericChCluster_MySQL/Test_Schema_Changes_Cutoff_Bug (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestMySQLRDSBinlog
Stack Traces | 0.11s run time
=== RUN   TestMySQLRDSBinlog
--- FAIL: TestMySQLRDSBinlog (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation
Stack Traces | 0.11s run time
=== RUN   TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation
2026/04/16 07:16:31 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:31 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    mysql_rds_binlog_test.go:95: 
        	Error Trace:	.../flow/e2e/mysql_rds_binlog_test.go:95
        	Error:      	Not equal: 
        	            	expected: "failed to validate source connector mysql: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset"
        	            	actual  : "failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-failed to validate source connector mysql: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	            	+failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation
    mysql_rds_binlog_test.go:31: begin tearing down postgres schema api_1udykacg
--- FAIL: TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:113: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:113
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
2026/04/16 07:26:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1702: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1702
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:217: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:217
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error
    clickhouse_mysql_test.go:1234: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:1234
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:269: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:269
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:895: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:895
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_GhOst_Schema_Changes (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:776: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:776
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
2026/04/16 07:26:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9433098497701971388 records=3 bytes=26 channelLen=2
2026/04/16 07:26:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=2
2026/04/16 07:26:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9433098497701971388
2026/04/16 07:26:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9433098497701971388 records=0 bytes=0 channelLen=0
2026/04/16 07:26:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/04/16 07:26:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/04/16 07:26:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgch_toxpppff.\"test_nullengine\" ORDER BY id" rows=3 bytes=26 channelLen=0
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types
    clickhouse_mysql_test.go:638: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:638
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types
2026/04/16 07:26:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9433098497701971388
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Specific_Geometric_Types (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:430: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:430
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Vector (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:236: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:236
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:62: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:62
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
Stack Traces | 0.11s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:320: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:320
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled (0.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericChCluster_MySQL/Test_Simple_Flow
Stack Traces | 0.12s run time
=== RUN   TestGenericChCluster_MySQL/Test_Simple_Flow
=== PAUSE TestGenericChCluster_MySQL/Test_Simple_Flow
=== CONT  TestGenericChCluster_MySQL/Test_Simple_Flow
2026/04/16 07:22:33 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:22:33 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    generic_test.go:122: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:122
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericChCluster_MySQL/Test_Simple_Flow
--- FAIL: TestGenericChCluster_MySQL/Test_Simple_Flow (0.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null
Stack Traces | 0.12s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_ydyipzmz.qrepapi_api_ydyipzmz
    clickhouse_test.go:2967: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2967
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Null (0.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp
Stack Traces | 0.12s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2867: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2867
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Timestamp (0.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
Stack Traces | 0.13s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
    clickhouse_test.go:403: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:403
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition (0.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion
Stack Traces | 0.13s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion
2026/04/16 07:16:30 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:16:30 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1900: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:1900
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Column_Exclusion (0.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer
Stack Traces | 0.14s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2809: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2809
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_Partition_Key_Integer (0.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
Stack Traces | 0.15s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
2026/04/16 07:26:04 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_0piiqkx5.valid
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2569: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2569
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns (0.15s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
Stack Traces | 0.18s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2809: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2809
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer (0.18s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
Stack Traces | 0.18s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2867: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2867
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp (0.18s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
Stack Traces | 0.19s run time
=== RUN   TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
=== PAUSE TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
=== CONT  TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
    generic_test.go:841: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:841
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns
--- FAIL: TestGenericCH_MySQL/Test_Schema_Change_Drop_Consecutive_Columns (0.19s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug
Stack Traces | 0.19s run time
=== RUN   TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug
=== PAUSE TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug
=== CONT  TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug
    generic_test.go:723: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:723
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug
--- FAIL: TestGenericCH_MySQL/Test_Schema_Change_Lost_Column_Bug (0.19s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
Stack Traces | 0.19s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
    clickhouse_test.go:2967: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_test.go:2967
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null (0.19s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug
Stack Traces | 0.21s run time
=== RUN   TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug
=== PAUSE TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug
=== CONT  TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug
    generic_test.go:605: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:605
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug
--- FAIL: TestGenericCH_MySQL/Test_Schema_Changes_Cutoff_Bug (0.21s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL/Test_Simple_Flow
Stack Traces | 0.21s run time
=== RUN   TestGenericCH_MySQL/Test_Simple_Flow
=== PAUSE TestGenericCH_MySQL/Test_Simple_Flow
=== CONT  TestGenericCH_MySQL/Test_Simple_Flow
    generic_test.go:122: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:122
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericCH_MySQL/Test_Simple_Flow
--- FAIL: TestGenericCH_MySQL/Test_Simple_Flow (0.21s)
github.com/PeerDB-io/peerdb/flow/e2e::TestGenericCH_MySQL/Test_Simple_Schema_Changes
Stack Traces | 0.22s run time
=== RUN   TestGenericCH_MySQL/Test_Simple_Schema_Changes
=== PAUSE TestGenericCH_MySQL/Test_Simple_Schema_Changes
=== CONT  TestGenericCH_MySQL/Test_Simple_Schema_Changes
    generic_test.go:235: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/generic_test.go:235
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestGenericCH_MySQL/Test_Simple_Schema_Changes
--- FAIL: TestGenericCH_MySQL/Test_Simple_Schema_Changes (0.22s)
View the full list of 4 ❄️ flaky test(s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency

Flake rate in main: 31.91% (Passed 64 times, Failed 30 times)

Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:312: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:312
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0

Flake rate in main: 31.91% (Passed 64 times, Failed 30 times)

Stack Traces | 0.04s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/04/16 07:26:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:371: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:371
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH/Test_MySQL_Enum_Consistency_Version0 (0.04s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency

Flake rate in main: 31.91% (Passed 64 times, Failed 30 times)

Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency
    clickhouse_mysql_test.go:312: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:312
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency (0.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0

Flake rate in main: 31.91% (Passed 64 times, Failed 30 times)

Stack Traces | 0.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0
2026/04/16 07:26:04 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:371: 
        	Error Trace:	.../flow/e2e/test_utils.go:667
        	            				.../flow/e2e/clickhouse_mysql_test.go:371
        	            				.../hostedtoolcache/go/1.26.1.../src/runtime/asm_amd64.s:1771
        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-pos: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset
        	Test:       	TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Enum_Consistency_Version0 (0.10s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@github-actions
Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: Real bug: the RDS binlog retention hours validation is incorrectly applied to MariaDB (reporting connector name "maria" instead of "mysql"), causing all MySQL e2e tests to fail deterministically on the MariaDB CI matrix shard.
Confidence: 0.95

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

Copy link
Copy Markdown
Contributor

@pfcoperez pfcoperez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was bitten by this once! Didn't happen again because I had cleared the catalog data volume in my local dev machine.

@pfcoperez
Copy link
Copy Markdown
Contributor

@claude https://github.com/PeerDB-io/peerdb/actions/runs/24497122116/job/71594583521?pr=4183 is failing because it seems that some tests match errors against hardcoded message samples "failed to validate source connector mysql". Please update these tests so the expected message is computed dynamically depending on the flow configuration

@claude
Copy link
Copy Markdown

claude bot commented Apr 16, 2026

Claude finished @pfcoperez's task in 1m 53s —— View job


Fixing hardcoded MySQL peer name in test assertions

  • Read flow/e2e/mysql.go to understand how the peer name is set dynamically
  • Read flow/e2e/mysql_rds_binlog_test.go to understand the failing test
  • Find all hardcoded "mysql" peer name references in test error assertions
  • Update tests to use dynamic peer name
  • Commit and push changes

Summary

The test TestMySQLRDSBinlogValidation in flow/e2e/mysql_rds_binlog_test.go had two assertions that hardcoded "mysql" as the connector name:

// Before (lines 95 and 105):
require.Equal(s.t, "failed to validate source connector mysql: binlog configuration error: ..."

Since this PR changed the peer name to use CI_MYSQL_VERSION (which can be mysql-pos, mysql-gtid, or maria), these assertions were failing with the actual peer name mysql-pos.

The fix uses flowConnConfig.SourceName, which is already computed on line 83 of the test via GenerateFlowConnectionConfigss.Source().GeneratePeer(t).Name, so no new dependencies are needed:

// After:
require.Equal(s.t, "failed to validate source connector "+flowConnConfig.SourceName+": binlog configuration error: ..."

| Branch

Co-authored-by: Pablo Francisco Pérez Hidalgo <pfcoperez@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@pfcoperez pfcoperez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI changes LGTM too

@github-actions
Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: All MySQL e2e tests fail deterministically with an RDS/Aurora binlog validation error on a non-RDS local MySQL instance, indicating a real bug in the MySQL connector's RDS detection or binlog validation logic introduced by a recent code change.
Confidence: 0.92

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

@pfcoperez
Copy link
Copy Markdown
Contributor

@claude can you debug the latest failures?

        	Error:      	Received unexpected error:
        	            	rpc error: code = Internal desc = invalid mirror: rpc error: code = FailedPrecondition desc = failed to validate source connector mysql-gtid: binlog configuration error: RDS/Aurora setting 'binlog retention hours' should be at least 24, currently unset

e.g: https://github.com/PeerDB-io/peerdb/actions/runs/24497122116/job/71620555107#step:28:2869

@claude
Copy link
Copy Markdown

claude bot commented Apr 16, 2026

Claude finished @pfcoperez's task in 8m 10s —— View job


Debugging MySQL e2e Test Failures

  • Analyze the failure pattern
  • Find the RDS binlog validation code
  • Understand why it's triggering on non-RDS MySQL instances
  • Identify the root cause
  • Implement robust fix

Root Cause

The cascade of failures originates from TestMySQLRDSBinlogValidation in mysql_rds_binlog_test.go:

  1. TestMySQLRDSBinlog is non-parallel (uses RunSuiteNoParallel), so Go's test runner executes it synchronously before running all the parallel suites (TestApiMy, TestGenericCH_MySQL, TestPeerFlowE2ETestSuiteMySQL_CH, etc.).
  2. TestMySQLRDSBinlogValidation intentionally creates mysql.rds_configuration with a NULL binlog retention hours value, to test RDS validation.
  3. With this PR's peer-name change ("mysql""mysql-gtid" / "mysql-pos" / "maria"), the string assertion on line 95 was comparing against the hardcoded "mysql" peer name — it failed.
  4. Because require.Equal calls t.FailNow(), the test exited immediately, never reaching line 113 (DROP TABLE).
  5. The table persisted with NULL value in the shared MySQL instance.
  6. When all paused parallel tests then ran, every one that calls ValidateCDCMirror / creates a CDC mirror hits CheckRDSBinlogSettings, finds the table with NULL, and fails with "currently unset". This is why 98 tests all showed the identical RDS error.

Fix

The previous commit (by Claude) already fixed the assertion at lines 95/105 to use flowConnConfig.SourceName (dynamic peer name). That removes the immediate failure trigger.

This commit adds a t.Cleanup registration at the very start of the test to ensure mysql.rds_configuration is dropped unconditionally, regardless of how the test exits:

s.t.Cleanup(func() {
    _ = s.source.Exec(context.Background(), "DROP TABLE IF EXISTS mysql.rds_configuration")
})

t.Cleanup runs in LIFO order after the test function returns (even on t.FailNow()), so the table can never be left behind by future test failures either.

The now-redundant inline DROP TABLE at the end of the test was removed.
|

Register DROP TABLE in t.Cleanup at the start of TestMySQLRDSBinlogValidation
so the table is guaranteed to be dropped even if the test fails early (e.g.
due to an assertion mismatch). Without this, a test failure before the
inline DROP TABLE left mysql.rds_configuration with a NULL value, causing
all subsequent parallel MySQL tests to fail with the RDS binlog retention
validation error.

Co-authored-by: Pablo Francisco Pérez Hidalgo <pfcoperez@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: 311 e2e tests fail deterministically on the MariaDB matrix because the RDS/Aurora binlog-retention-hours validation is incorrectly firing for all MariaDB connections instead of only actual RDS instances.
Confidence: 0.95

⚠️ This appears to be a real bug - manual intervention needed

View workflow run

}

func (s MySQLRDSBinlogAPITestSuite) TestMySQLRDSBinlogValidation() {
// Register cleanup before creating the table so it is always dropped even if the test fails early.
Copy link
Copy Markdown
Contributor

@pfcoperez pfcoperez Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't debugged the issues myself, I just played the meat bot a bit. I don't think the AI fixes are enough, this requires human intervention. Leaving the two claude comments in the branch from now for @ilidemi to take a peek at its proposals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants