Skip to content

Comments

Switchboard - a Go tool to query peers (Postgres)#3978

Open
ilidemi wants to merge 2 commits intomainfrom
switchboard-pg
Open

Switchboard - a Go tool to query peers (Postgres)#3978
ilidemi wants to merge 2 commits intomainfrom
switchboard-pg

Conversation

@ilidemi
Copy link
Contributor

@ilidemi ilidemi commented Feb 21, 2026

Same kind of admin tool as nexus wrt diagnosing peers, exposed via flow-api. Differences:

  • Go - no Rust skill required, allows us to cut down on compile times in the future
  • No need for separate SSH or weird auth reimplementation, if it's supported in QRep/CDC it's supported here
  • Sticks to string in strings out, no SQL parsing - easy to add more connectors with other dialects or NoSQL
  • Access security is exactly the same, plus disabled by default
  • Potentially damaging queries are restricted via RO transaction and token-level parsing - a mistyped or wrongly pasted query would be rejected but not expecting to stop an attacker. Main obstacle to tighter detection is lack of a native postgres dialect parser library without CGO
  • Integration tests are pretty thorough and use real psql

Readme is designed to be self-documenting so that LLMs can maintain it. 36% of lines are tests.
Will be total of three stacked PRs - Postgres (this one), MySQL, MongoDB.

@codecov
Copy link

codecov bot commented Feb 21, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
1676 1 1675 226
View the top 3 failed test(s) by shortest run time
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::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
Stack Traces | 0.01s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH
Stack Traces | 0.01s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH
=== PAUSE TestPeerFlowE2ETestSuitePG_CH
=== CONT  TestPeerFlowE2ETestSuitePG_CH
--- FAIL: TestPeerFlowE2ETestSuitePG_CH (0.01s)
2026/02/21 10:46:51 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:51 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH_Cluster
Stack Traces | 0.01s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH_Cluster
=== PAUSE TestPeerFlowE2ETestSuitePG_CH_Cluster
=== CONT  TestPeerFlowE2ETestSuitePG_CH_Cluster
--- FAIL: TestPeerFlowE2ETestSuitePG_CH_Cluster (0.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestDropCompleted
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestDropCompleted
=== PAUSE TestApiMy/TestDropCompleted
=== CONT  TestApiMy/TestDropCompleted
2026/02/21 10:43:19 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:19 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:19 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_rngcsk1e.qrepapi_api_rngcsk1e
    api_test.go:918: UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT
    api_test.go:44: begin tearing down postgres schema api_61qu9ore
--- FAIL: TestApiMy/TestDropCompleted (31.09s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAdditionDuringSetupFlow
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelTableAdditionDuringSetupFlow
=== PAUSE TestApiMy/TestCancelTableAdditionDuringSetupFlow
=== CONT  TestApiMy/TestCancelTableAdditionDuringSetupFlow
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:25 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    cancel_table_addition_test.go:1163: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    api_test.go:44: begin tearing down postgres schema api_gerk9zva
--- FAIL: TestApiMy/TestCancelTableAdditionDuringSetupFlow (31.10s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelAddCancel
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelAddCancel
=== PAUSE TestApiMy/TestCancelAddCancel
=== CONT  TestApiMy/TestCancelAddCancel
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:787: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    api_test.go:44: begin tearing down postgres schema api_hbzxqkf3
--- FAIL: TestApiMy/TestCancelAddCancel (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelErrorOnPostgresZeroOIDs
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelErrorOnPostgresZeroOIDs
=== PAUSE TestApiMy/TestCancelErrorOnPostgresZeroOIDs
=== CONT  TestApiMy/TestCancelErrorOnPostgresZeroOIDs
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:1024: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    api_test.go:44: begin tearing down postgres schema api_tb07tl3x
--- FAIL: TestApiMy/TestCancelErrorOnPostgresZeroOIDs (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAdditionRemoveAddRemove
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelTableAdditionRemoveAddRemove
=== PAUSE TestApiMy/TestCancelTableAdditionRemoveAddRemove
=== CONT  TestApiMy/TestCancelTableAdditionRemoveAddRemove
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:636: UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT
    api_test.go:44: begin tearing down postgres schema api_8kf1wpvn
--- FAIL: TestApiMy/TestCancelTableAdditionRemoveAddRemove (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_NoRemovalAssumed
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelTableAddition_NoRemovalAssumed
=== PAUSE TestApiMy/TestCancelTableAddition_NoRemovalAssumed
=== CONT  TestApiMy/TestCancelTableAddition_NoRemovalAssumed
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:361: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    api_test.go:44: begin tearing down postgres schema api_tan5fyxc
--- FAIL: TestApiMy/TestCancelTableAddition_NoRemovalAssumed (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_InitialLoadOnly_No_Primary_Key
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_InitialLoadOnly_No_Primary_Key
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_InitialLoadOnly_No_Primary_Key
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_InitialLoadOnly_No_Primary_Key
2026/02/21 10:45:54 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:54 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:54 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2046: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_e8pigtde
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_InitialLoadOnly_No_Primary_Key (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_PartitionBy
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_PartitionBy
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_PartitionBy
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_PartitionBy
2026/02/21 10:44:57 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:57 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:57 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2843: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_zv9c9rhv
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_PartitionBy (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_Without_FF
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_Without_FF
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_Without_FF
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_Without_FF
2026/02/21 10:44:20 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:20 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:753: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_klcpc9kv
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_Without_FF (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Disabled
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Disabled
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Disabled
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Disabled
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:320: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_xlpijnlx
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Disabled (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Enabled
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Enabled
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Enabled
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Enabled
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:361: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_fnixm9rt
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Update_PKey_Env_Enabled (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Dash
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Dash
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Dash
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Dash
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:495: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ryj72mee
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Dash (31.11s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
=== PAUSE TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
=== CONT  TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:361: UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT
    api_test.go:44: begin tearing down postgres schema api_6vqpkebs
--- FAIL: TestApiMy/TestCancelTableAddition_NoRemovalAssumedWithRemoval (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestTotalRowsSyncedByMirror
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestTotalRowsSyncedByMirror
=== PAUSE TestApiMy/TestTotalRowsSyncedByMirror
=== CONT  TestApiMy/TestTotalRowsSyncedByMirror
    api_test.go:1327: UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT
    api_test.go:44: begin tearing down postgres schema api_0sxeqrf7
--- FAIL: TestApiMy/TestTotalRowsSyncedByMirror (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_InitialLoadOnly_No_Primary_Key
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_InitialLoadOnly_No_Primary_Key
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_InitialLoadOnly_No_Primary_Key
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_InitialLoadOnly_No_Primary_Key
2026/02/21 10:47:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2046: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_InitialLoadOnly_No_Primary_Key (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled
Stack Traces | 31.1s 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/02/21 10:46:23 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:23 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:361: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Enabled (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Addition_Removal
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Addition_Removal
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Addition_Removal
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Addition_Removal
2026/02/21 10:43:49 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:49 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:50 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:114: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_b0jpchzg
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Addition_Removal (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Base64
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Base64
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Base64
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Base64
2026/02/21 10:46:14 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:14 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:15 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1040: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ykmp230l
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Base64 (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Hex
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Hex
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Hex
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Hex
2026/02/21 10:46:13 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:13 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:14 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1040: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ahx15ukg
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Hex (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Composite_PKey
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Composite_PKey
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Composite_PKey
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Composite_PKey
2026/02/21 10:45:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:59 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:3057: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_lzhu2k35
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Composite_PKey (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Destination_Type_Conversion
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Destination_Type_Conversion
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Destination_Type_Conversion
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Destination_Type_Conversion
2026/02/21 10:45:58 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:58 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:681: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_4iv4z4pk
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Destination_Type_Conversion (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Extra_CH_Columns
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Extra_CH_Columns
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Extra_CH_Columns
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Extra_CH_Columns
2026/02/21 10:45:58 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2468: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_orggizb4
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Extra_CH_Columns (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Geometric_Types
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Geometric_Types
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Geometric_Types
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Geometric_Types
2026/02/21 10:45:57 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:57 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:57 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2260: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ga5u3nch
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Geometric_Types (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_JSON_CH
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_JSON_CH
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_JSON_CH
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_JSON_CH
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1594: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_bd3emabs
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_JSON_CH (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Normalize_Metadata_With_Retry
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Normalize_Metadata_With_Retry
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Normalize_Metadata_With_Retry
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Normalize_Metadata_With_Retry
2026/02/21 10:45:28 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:28 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2098: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_b0hmd2ta
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Normalize_Metadata_With_Retry (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_NullEngine
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_NullEngine
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_NullEngine
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_NullEngine
2026/02/21 10:45:27 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:27 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:27 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2502: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_sh34a8xr
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_NullEngine (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_NullableColumnSetting
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_NullableColumnSetting
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_NullableColumnSetting
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_NullableColumnSetting
2026/02/21 10:45:27 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:27 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:283: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_7fl20z6o
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_NullableColumnSetting (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_NullableMirrorSetting
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_NullableMirrorSetting
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_NullableMirrorSetting
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_NullableMirrorSetting
2026/02/21 10:45:26 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:26 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:26 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:236: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_f1nlxmbl
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_NullableMirrorSetting (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change
2026/02/21 10:45:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:24 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1839: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_7sz8b2bc
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Index
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Index
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Index
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Index
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:58 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1925: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_xlvtyv2t
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Index (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_PgVector
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_PgVector
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_PgVector
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_PgVector
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1633: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_yno4jwpa
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_PgVector (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Replident_Full_Unchanged_TOAST_Updates
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Replident_Full_Unchanged_TOAST_Updates
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Replident_Full_Unchanged_TOAST_Updates
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Replident_Full_Unchanged_TOAST_Updates
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:26 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:438: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_6jaki1fx
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Replident_Full_Unchanged_TOAST_Updates (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_SchemaAsColumn
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_SchemaAsColumn
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_SchemaAsColumn
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_SchemaAsColumn
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:25 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2420: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_seiuazzf
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_SchemaAsColumn (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_SkipSnapshotExport
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_SkipSnapshotExport
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_SkipSnapshotExport
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_SkipSnapshotExport
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2388: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_xw3kc5rn
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_SkipSnapshotExport (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_With_FF
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_With_FF
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_With_FF
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_With_FF
2026/02/21 10:44:21 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:21 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:753: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_mx8ug9wo
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Unbounded_Numeric_With_FF (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Keyword
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Keyword
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Keyword
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Keyword
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:54 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:495: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_voxycdlc
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Keyword (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_MixedCase
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_MixedCase
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_MixedCase
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_MixedCase
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:495: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_bthrnnx4
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_MixedCase (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Question
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Question
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Question
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Question
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:53 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:53 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:495: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ea3cvwxc
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_WeirdTable_Question (31.12s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition
Stack Traces | 31.1s 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
2026/02/21 10:47:03 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:47:03 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:403: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Chunking_Initial_Load_Parts_Per_Partition (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH
2026/02/21 10:47:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:47:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1594: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_JSON_CH (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit
Stack Traces | 31.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/02/21 10:47:01 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:47:01 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:157: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Bit (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion
Stack Traces | 31.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/02/21 10:46:57 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:988: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_DateCoercion (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion
2026/02/21 10:46:56 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:56 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:920: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_NumToVarcharCoercion (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers
Stack Traces | 31.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/02/21 10:46:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:352: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Numbers (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes
Stack Traces | 31.1s 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/02/21 10:46:54 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:54 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:615: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Schema_Changes (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time
Stack Traces | 31.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/02/21 10:46:54 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:54 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:109: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Time (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting
2026/02/21 10:46:45 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:45 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:236: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableMirrorSetting (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2843: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionBy (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2895: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_PartitionByExpr (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty
Stack Traces | 31.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
    clickhouse_test.go:2754: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Empty (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn
2026/02/21 10:46:28 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:28 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2420: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SchemaAsColumn (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport
2026/02/21 10:46:26 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:26 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2388: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_SkipSnapshotExport (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL
2026/02/21 10:46:25 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:25 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:57: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_UnsignedMySQL (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_AvroNullableLax
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_AvroNullableLax
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_AvroNullableLax
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_AvroNullableLax
2026/02/21 10:46:20 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:20 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1686: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_tozrnpir
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_AvroNullableLax (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_InfiniteTimestamp
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_InfiniteTimestamp
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_InfiniteTimestamp
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_InfiniteTimestamp
2026/02/21 10:45:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:55 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1339: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_nzikoan2
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_InfiniteTimestamp (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_JSON_Null
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_JSON_Null
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_JSON_Null
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_JSON_Null
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1422: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_m8dqkp67
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_JSON_Null (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Large_Numeric
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Large_Numeric
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Large_Numeric
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Large_Numeric
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:585: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_muymfhrb
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Large_Numeric (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Full
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Full
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Full
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Full
2026/02/21 10:45:22 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:22 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:45:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1877: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_ve5oy0oh
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Nullable_Schema_Change_Replident_Full (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_PartitionByExpr
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_PartitionByExpr
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_PartitionByExpr
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_PartitionByExpr
2026/02/21 10:44:56 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:56 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:56 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2895: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_r4dfamuw
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_PartitionByExpr (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Empty
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Empty
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Empty
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Empty
2026/02/21 10:44:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:55 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2754: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_8vkh71lx
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Empty (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_PgVector_Version0
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_PgVector_Version0
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_PgVector_Version0
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_PgVector_Version0
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:26 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1728: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_8knfudkl
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_PgVector_Version0 (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Unprivileged_Postgres_Columns
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Unprivileged_Postgres_Columns
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Unprivileged_Postgres_Columns
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Unprivileged_Postgres_Columns
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:56 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2000: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_tn9aluw2
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Unprivileged_Postgres_Columns (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestCancelTableAddition_WithRemoval
Stack Traces | 31.1s run time
=== RUN   TestApiMy/TestCancelTableAddition_WithRemoval
=== PAUSE TestApiMy/TestCancelTableAddition_WithRemoval
=== CONT  TestApiMy/TestCancelTableAddition_WithRemoval
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:22 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    cancel_table_addition_test.go:361: UNEXPECTED STATUS TIMEOUT STATUS_SNAPSHOT
    api_test.go:44: begin tearing down postgres schema api_iu43mcm9
--- FAIL: TestApiMy/TestCancelTableAddition_WithRemoval (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal
2026/02/21 10:43:50 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:50 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:51 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:114: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Addition_Removal (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs
2026/02/21 10:47:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:47:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:212: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Blobs (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting
2026/02/21 10:46:23 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:23 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:283: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullableColumnSetting (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change
Stack Traces | 31.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/02/21 10:46:44 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:44 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:1839: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Nullable_Schema_Change (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled
Stack Traces | 31.1s 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/02/21 10:46:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:320: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Update_PKey_Env_Disabled (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Raw
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Raw
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Raw
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Raw
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1040: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_dotvkmez
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Binary_Format_Raw (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Chunking_Initial_Load_Parts_Per_Partition
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:00 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:403: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_tsgtqsti
2026/02/21 10:46:31 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Chunking_Initial_Load_Parts_Per_Partition (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_With_UnbNumAsString_FF
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_With_UnbNumAsString_FF
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_With_UnbNumAsString_FF
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_With_UnbNumAsString_FF
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:886: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
2026/02/21 10:45:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse.go:114: begin tearing down postgres schema pgch_qm5o7ly4
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_With_UnbNumAsString_FF (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_Without_UnbNumAsString_FF
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_Without_UnbNumAsString_FF
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_Without_UnbNumAsString_FF
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_Without_UnbNumAsString_FF
2026/02/21 10:44:58 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:886: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_mxj0ahko
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Numeric_Truncation_Without_UnbNumAsString_FF (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Null
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Null
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Null
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Null
2026/02/21 10:44:51 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:51 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:52 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2804: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_0ztwqcqf
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Null (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Timestamp
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Timestamp
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Timestamp
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Timestamp
2026/02/21 10:44:27 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:27 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:27 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2709: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_dvqj9jy3
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Timestamp (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Types_CH
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Types_CH
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Types_CH
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Types_CH
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:24 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:24 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:1139: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_cokrzl70
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Types_CH (31.14s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Column_Exclusion
Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Column_Exclusion
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Column_Exclusion
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Column_Exclusion
    clickhouse_test.go:1792: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_qri3svnb
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Column_Exclusion (31.15s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
Stack Traces | 31.2s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
=== PAUSE TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
=== CONT  TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine
2026/02/21 10:46:51 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:51 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2502: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_NullEngine (31.16s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Integer
Stack Traces | 31.2s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Integer
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Integer
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Integer
2026/02/21 10:44:52 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:52 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:53 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    clickhouse_test.go:2651: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_edfkvete
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Partition_Key_Integer (31.18s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns
Stack Traces | 31.2s 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/02/21 10:47:02 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:47:02 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2468: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Extra_CH_Columns (31.19s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer
Stack Traces | 31.2s 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/02/21 10:46:30 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:30 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2651: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Integer (31.20s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null
Stack Traces | 31.2s 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
2026/02/21 10:46:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2804: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Null (31.21s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp
Stack Traces | 31.2s 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/02/21 10:46:29 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:29 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2709: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_Partition_Key_Timestamp (31.21s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH/Test_Partition_By_CTID_With_Num_Partitions_Override
Stack Traces | 31.8s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH/Test_Partition_By_CTID_With_Num_Partitions_Override
=== PAUSE TestPeerFlowE2ETestSuitePG_CH/Test_Partition_By_CTID_With_Num_Partitions_Override
=== CONT  TestPeerFlowE2ETestSuitePG_CH/Test_Partition_By_CTID_With_Num_Partitions_Override
2026/02/21 10:44:55 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:44:55 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2968: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
    clickhouse.go:114: begin tearing down postgres schema pgch_s1sjzmbl
--- FAIL: TestPeerFlowE2ETestSuitePG_CH/Test_Partition_By_CTID_With_Num_Partitions_Override (31.80s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Binary_Format_Hex
Stack Traces | 184s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Binary_Format_Hex
=== PAUSE TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Binary_Format_Hex
=== CONT  TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Binary_Format_Hex
2026/02/21 10:43:09 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:09 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:09 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:09 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10760829575347242403 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:09 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10760829575347242403
2026/02/21 10:43:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10760829575347242403 records=4 bytes=80 channelLen=3
2026/02/21 10:43:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=3
2026/02/21 10:43:09 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10760829575347242403
2026/02/21 10:43:09 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10760829575347242403 records=0 bytes=0 channelLen=0
2026/02/21 10:43:09 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:09 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:09 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    clickhouse_test.go:1042: WaitFor waiting for CDC count 2026-02-21 10:43:12.666595802 +0000 UTC m=+507.933416830
    clickhouse_test.go:1046: WaitFor waiting for CDC count 2026-02-21 10:43:12.675124159 +0000 UTC m=+507.941945217
2026/02/21 10:43:12 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id"
2026/02/21 10:43:12 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id"
2026/02/21 10:43:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9435085154162603833 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" args=[]
2026/02/21 10:43:12 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9435085154162603833
2026/02/21 10:43:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9435085154162603833 records=4 bytes=40 channelLen=3
2026/02/21 10:43:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=4 bytes=40 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9435085154162603833
2026/02/21 10:43:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9435085154162603833 records=0 bytes=0 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:12 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_pgchcl_st8jpsas.\"test_update_pkey_chunking_initial_load_enabled\" ORDER BY id" rows=4 bytes=40 channelLen=0
    clickhouse_test.go:1046: UNEXPECTED TIMEOUT waiting for CDC count 2026-02-21 10:46:13.094970055 +0000 UTC m=+688.361791093
    clickhouse.go:114: begin tearing down postgres schema pgchcl_uzyxkjt2
--- FAIL: TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Binary_Format_Hex (183.59s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestEditTablesBeforeResync
Stack Traces | 184s run time
=== RUN   TestApiMy/TestEditTablesBeforeResync
=== PAUSE TestApiMy/TestEditTablesBeforeResync
=== CONT  TestApiMy/TestEditTablesBeforeResync
2026/02/21 10:43:16 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:16 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:16 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:16 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:16 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10013798529735773636 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:16 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10013798529735773636
2026/02/21 10:43:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10013798529735773636 records=4 bytes=80 channelLen=3
2026/02/21 10:43:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
2026/02/21 10:43:16 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10013798529735773636
2026/02/21 10:43:16 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10013798529735773636 records=0 bytes=0 channelLen=0
2026/02/21 10:43:16 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:16 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:16 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    api_test.go:1069: WaitFor wait for initial load to finish 2026-02-21 10:43:20.244747568 +0000 UTC m=+515.511568606
2026/02/21 10:43:20 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_st85nrpv.original
    api_test.go:1080: WaitFor wait for pause for add table 2026-02-21 10:43:20.256622074 +0000 UTC m=+515.523443112
2026/02/21 10:43:20 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_rngcsk1e.qrepapi_api_rngcsk1e
    api_test.go:1080: UNEXPECTED TIMEOUT wait for pause for add table 2026-02-21 10:46:20.447612711 +0000 UTC m=+695.714433748
    api_test.go:44: begin tearing down postgres schema api_st85nrpv
--- FAIL: TestApiMy/TestEditTablesBeforeResync (184.30s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestFlowStatusUpdate
Stack Traces | 184s run time
=== RUN   TestApiMy/TestFlowStatusUpdate
=== PAUSE TestApiMy/TestFlowStatusUpdate
=== CONT  TestApiMy/TestFlowStatusUpdate
2026/02/21 10:43:19 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:43:19 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:43:19 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:43:19 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11702532154090050303 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" args=[]
2026/02/21 10:43:19 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" channelLen=0
2026/02/21 10:43:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11702532154090050303
2026/02/21 10:43:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11702532154090050303 records=1 bytes=8 channelLen=0
2026/02/21 10:43:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=1 bytes=8 channelLen=0
2026/02/21 10:43:19 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11702532154090050303
2026/02/21 10:43:19 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11702532154090050303 records=0 bytes=0 channelLen=0
2026/02/21 10:43:19 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:19 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:19 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=1 bytes=8 channelLen=0
    flow_status_test.go:134: WaitFor wait for paused state 2026-02-21 10:43:23.20958083 +0000 UTC m=+518.476401868
2026/02/21 10:43:24 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    flow_status_test.go:134: UNEXPECTED TIMEOUT wait for paused state 2026-02-21 10:46:23.416629391 +0000 UTC m=+698.683450429
    api_test.go:44: begin tearing down postgres schema api_xnnl4tpb
--- FAIL: TestApiMy/TestFlowStatusUpdate (184.32s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestResyncCompleted
Stack Traces | 185s run time
=== RUN   TestApiMy/TestResyncCompleted
=== PAUSE TestApiMy/TestResyncCompleted
=== CONT  TestApiMy/TestResyncCompleted
    api_test.go:758: WaitFor finish 2026-02-21 10:43:22.616250045 +0000 UTC m=+517.883071083
    api_test.go:758: Finished Status Completed
2026/02/21 10:43:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: WaitFor resync 2026-02-21 10:43:23.064161929 +0000 UTC m=+518.330982957
2026/02/21 10:43:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_xnnl4tpb.status_test
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:26 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:27 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:30 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:31 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:33 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:34 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:35 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:36 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:37 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:38 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:39 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:40 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:43 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:44 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:46 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:47 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:48 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:49 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:52 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:55 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:57 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:58 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:43:59 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:00 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:01 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:04 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:05 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:06 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:07 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:08 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:09 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:10 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:11 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:12 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:13 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:14 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:15 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:16 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:17 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:18 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:19 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:20 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:28 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:29 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:30 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:31 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:33 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:34 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:35 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:36 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:37 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:38 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:39 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:40 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:43 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:44 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:46 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:47 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:48 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:49 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:50 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:51 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:54 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:44:59 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:00 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:01 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:04 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:05 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:06 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:07 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:08 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:09 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:10 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:11 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:12 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:13 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:14 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:15 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:16 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:17 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:18 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:19 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:20 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:21 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:25 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:30 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:31 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:32 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:33 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:34 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:35 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:36 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:37 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:38 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:39 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:40 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:41 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:42 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:43 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:44 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:45 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:46 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:47 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:48 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:49 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:50 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:51 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:52 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:53 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:45:56 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:01 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:02 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:03 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:04 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:05 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:06 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:07 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:09 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:10 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:11 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:12 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:13 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:16 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:17 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:18 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:19 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:20 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
2026/02/21 10:46:23 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fm5mez4s.valid
    api_test.go:781: q.NumRecords: 2
    api_test.go:781: other.NumRecords: 1
    api_test.go:781: UNEXPECTED TIMEOUT resync 2026-02-21 10:46:23.090168828 +0000 UTC m=+698.356989866
    api_test.go:44: begin tearing down postgres schema api_fm5mez4s
--- FAIL: TestApiMy/TestResyncCompleted (184.54s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiMy/TestTableAdditionWithoutInitialLoad
Stack Traces | 186s run time
=== RUN   TestApiMy/TestTableAdditionWithoutInitialLoad
=== PAUSE TestApiMy/TestTableAdditionWithoutInitialLoad
=== CONT  TestApiMy/TestTableAdditionWithoutInitialLoad
    api_test.go:1607: WaitFor wait for initial load to finish 2026-02-21 10:43:22.524874831 +0000 UTC m=+517.791695859
2026/02/21 10:43:22 INFO fetched schema x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} table=e2e_test_api_fa8s0gu2.original
    api_test.go:1617: WaitFor wait for pause for add table 2026-02-21 10:43:22.533533705 +0000 UTC m=+517.800354743
    api_test.go:1638: WaitFor wait for table addition to finish 2026-02-21 10:43:24.541191439 +0000 UTC m=+519.808012467
    api_test.go:1638: UNEXPECTED TIMEOUT wait for table addition to finish 2026-02-21 10:46:24.720729251 +0000 UTC m=+699.987550289
    api_test.go:44: begin tearing down postgres schema api_fa8s0gu2
--- FAIL: TestApiMy/TestTableAdditionWithoutInitialLoad (186.28s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_NullEngine
Stack Traces | 214s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_NullEngine
=== PAUSE TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_NullEngine
=== CONT  TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_NullEngine
2026/02/21 10:42:40 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:42:40 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:42:40 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:42:41 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:41 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:41 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13901241421825898409 CURSOR FOR SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2026/02/21 10:42:41 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2026/02/21 10:42:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13901241421825898409
2026/02/21 10:42:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13901241421825898409 records=1 bytes=16 channelLen=0
2026/02/21 10:42:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
2026/02/21 10:42:41 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13901241421825898409
2026/02/21 10:42:41 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13901241421825898409 records=0 bytes=0 channelLen=0
2026/02/21 10:42:41 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:41 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:41 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
    clickhouse_test.go:2514: WaitFor null insert 2026-02-21 10:42:42.916485778 +0000 UTC m=+478.183306816
2026/02/21 10:42:42 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:42 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6158517927864516044 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" args=[]
2026/02/21 10:42:42 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6158517927864516044
2026/02/21 10:42:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6158517927864516044 records=1 bytes=7 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6158517927864516044
2026/02/21 10:42:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6158517927864516044 records=0 bytes=0 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:42 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_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:42 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:45 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:45 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:45 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9913893367551481544 CURSOR FOR SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2026/02/21 10:42:45 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2026/02/21 10:42:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9913893367551481544
2026/02/21 10:42:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9913893367551481544 records=1 bytes=16 channelLen=0
2026/02/21 10:42:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
2026/02/21 10:42:45 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9913893367551481544
2026/02/21 10:42:45 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9913893367551481544 records=0 bytes=0 channelLen=0
2026/02/21 10:42:45 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:45 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:45 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:45 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='warn' AND position('clickhouse_test_num_trunc_ff_false_pgchcl_kvkcd04a' in flow_name) > 0\n\t\tAND error_message ILIKE '%truncated 1 NUMERIC value too precise to fit into the destination column%'" rows=1 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5508857354934951206 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5508857354934951206
2026/02/21 10:42:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5508857354934951206 records=2 bytes=8 channelLen=1
2026/02/21 10:42:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:42:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5508857354934951206
2026/02/21 10:42:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5508857354934951206 records=0 bytes=0 channelLen=0
2026/02/21 10:42:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:50 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:50 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:50 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14072676921630146179 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:50 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14072676921630146179
2026/02/21 10:42:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14072676921630146179 records=2 bytes=8 channelLen=1
2026/02/21 10:42:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:42:50 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14072676921630146179
2026/02/21 10:42:50 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14072676921630146179 records=0 bytes=0 channelLen=0
2026/02/21 10:42:50 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:50 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:50 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13808947023322618961 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13808947023322618961
2026/02/21 10:42:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13808947023322618961 records=2 bytes=8 channelLen=1
2026/02/21 10:42:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13808947023322618961
2026/02/21 10:42:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13808947023322618961 records=0 bytes=0 channelLen=0
2026/02/21 10:42:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_10630884863241527530 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:53 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10630884863241527530
2026/02/21 10:42:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10630884863241527530 records=2 bytes=8 channelLen=1
2026/02/21 10:42:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:42:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10630884863241527530
2026/02/21 10:42:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_10630884863241527530 records=0 bytes=0 channelLen=0
2026/02/21 10:42:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:53 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:54 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:54 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:54 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15242894671642494177 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:54 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:54 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15242894671642494177
2026/02/21 10:42:54 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15242894671642494177 records=2 bytes=8 channelLen=1
2026/02/21 10:42:54 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:54 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15242894671642494177
2026/02/21 10:42:54 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15242894671642494177 records=0 bytes=0 channelLen=0
2026/02/21 10:42:54 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:54 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:54 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:55 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:55 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:55 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5801663406357622230 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:55 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5801663406357622230
2026/02/21 10:42:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5801663406357622230 records=2 bytes=8 channelLen=1
2026/02/21 10:42:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:55 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5801663406357622230
2026/02/21 10:42:55 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5801663406357622230 records=0 bytes=0 channelLen=0
2026/02/21 10:42:55 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:55 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:55 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11132639728850970156 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11132639728850970156
2026/02/21 10:42:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11132639728850970156 records=2 bytes=8 channelLen=1
2026/02/21 10:42:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:42:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11132639728850970156
2026/02/21 10:42:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11132639728850970156 records=0 bytes=0 channelLen=0
2026/02/21 10:42:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2514: q.NumRecords: 1
    clickhouse_test.go:2514: other.NumRecords: 0
2026/02/21 10:42:57 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:57 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:57 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2762501900674306436 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:57 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2762501900674306436
2026/02/21 10:42:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2762501900674306436 records=2 bytes=8 channelLen=1
2026/02/21 10:42:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2762501900674306436
2026/02/21 10:42:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2762501900674306436 records=0 bytes=0 channelLen=0
2026/02/21 10:42:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:57 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:57 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: WaitFor null insert after column added 2026-02-21 10:42:58.026016713 +0000 UTC m=+493.292837741
2026/02/21 10:42:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_2865892994560394304 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" args=[]
2026/02/21 10:42:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2865892994560394304
2026/02/21 10:42:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2865892994560394304 records=2 bytes=13 channelLen=1
2026/02/21 10:42:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2865892994560394304
2026/02/21 10:42:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_2865892994560394304 records=0 bytes=0 channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:58 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_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:42:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:58 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17612687898156050110 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:58 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17612687898156050110
2026/02/21 10:42:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17612687898156050110 records=2 bytes=8 channelLen=1
2026/02/21 10:42:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17612687898156050110
2026/02/21 10:42:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17612687898156050110 records=0 bytes=0 channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:58 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:42:59 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:59 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:42:59 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15699802037717778784 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:42:59 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:42:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15699802037717778784
2026/02/21 10:42:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15699802037717778784 records=2 bytes=8 channelLen=1
2026/02/21 10:42:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:42:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15699802037717778784
2026/02/21 10:42:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15699802037717778784 records=0 bytes=0 channelLen=0
2026/02/21 10:42:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:59 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:59 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15431140380658855670 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:43:00 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:43:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15431140380658855670
2026/02/21 10:43:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15431140380658855670 records=2 bytes=8 channelLen=1
2026/02/21 10:43:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:43:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15431140380658855670
2026/02/21 10:43:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15431140380658855670 records=0 bytes=0 channelLen=0
2026/02/21 10:43:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:00 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7555550299126848089 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:43:01 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:43:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7555550299126848089
2026/02/21 10:43:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7555550299126848089 records=2 bytes=8 channelLen=1
2026/02/21 10:43:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:43:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7555550299126848089
2026/02/21 10:43:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7555550299126848089 records=0 bytes=0 channelLen=0
2026/02/21 10:43:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:01 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:02 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:02 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:02 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14468779615485294337 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:43:02 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:43:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14468779615485294337
2026/02/21 10:43:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14468779615485294337 records=2 bytes=8 channelLen=1
2026/02/21 10:43:02 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:43:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14468779615485294337
2026/02/21 10:43:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14468779615485294337 records=0 bytes=0 channelLen=0
2026/02/21 10:43:02 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:02 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:02 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:03 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1416592853123439147 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:43:03 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:43:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1416592853123439147
2026/02/21 10:43:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1416592853123439147 records=2 bytes=8 channelLen=1
2026/02/21 10:43:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=1
2026/02/21 10:43:03 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1416592853123439147
2026/02/21 10:43:03 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1416592853123439147 records=0 bytes=0 channelLen=0
2026/02/21 10:43:03 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:03 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:03 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id"
2026/02/21 10:43:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12844861378812046954 CURSOR FOR SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" args=[]
2026/02/21 10:43:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12844861378812046954
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12844861378812046954 records=2 bytes=8 channelLen=1
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12844861378812046954
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12844861378812046954 records=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id FROM e2e_test_pgchcl_s0d7vkfa.\"test_infinite_time\" ORDER BY id" rows=2 bytes=8 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:06 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:06 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:06 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_7104522960583959513 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:06 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7104522960583959513
2026/02/21 10:43:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7104522960583959513 records=10 bytes=200 channelLen=9
2026/02/21 10:43:06 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=10 bytes=200 channelLen=0
2026/02/21 10:43:06 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7104522960583959513
2026/02/21 10:43:06 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_7104522960583959513 records=0 bytes=0 channelLen=0
2026/02/21 10:43:06 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:06 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:06 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=10 bytes=200 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:10 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:10 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:10 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1629314130534094063 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:10 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1629314130534094063
2026/02/21 10:43:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1629314130534094063 records=4 bytes=80 channelLen=3
2026/02/21 10:43:10 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
2026/02/21 10:43:10 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1629314130534094063
2026/02/21 10:43:10 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1629314130534094063 records=0 bytes=0 channelLen=0
2026/02/21 10:43:10 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:10 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:10 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:11 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:11 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:11 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17128138446947082637 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:11 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17128138446947082637
2026/02/21 10:43:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17128138446947082637 records=4 bytes=80 channelLen=3
2026/02/21 10:43:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=3
2026/02/21 10:43:11 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17128138446947082637
2026/02/21 10:43:11 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17128138446947082637 records=0 bytes=0 channelLen=0
2026/02/21 10:43:11 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:11 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:11 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    clickhouse_test.go:2520: q.NumRecords: 2
    clickhouse_test.go:2520: other.NumRecords: 1
2026/02/21 10:43:12 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:12 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:12 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_14548582221578647595 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:12 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14548582221578647595
2026/02/21 10:43:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14548582221578647595 records=4 bytes=80 channelLen=3
2026/02/21 10:43:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14548582221578647595
2026/02/21 10:43:12 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_14548582221578647595 records=0 bytes=0 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:12 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:12 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    clickhouse_test.go:2533: WaitFor finish 2026-02-21 10:43:13.152898564 +0000 UTC m=+508.419719592
2026/02/21 10:43:13 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:13 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id"
2026/02/21 10:43:13 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9020927105419369554 CURSOR FOR SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" args=[]
2026/02/21 10:43:13 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" channelLen=0
2026/02/21 10:43:13 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9020927105419369554
2026/02/21 10:43:13 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9020927105419369554 records=4 bytes=80 channelLen=3
2026/02/21 10:43:13 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
2026/02/21 10:43:13 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9020927105419369554
2026/02/21 10:43:13 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9020927105419369554 records=0 bytes=0 channelLen=0
2026/02/21 10:43:13 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:13 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:13 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,t FROM e2e_test_pgchcl_74s5cdvr.\"test_exclude_ch\" ORDER BY id" rows=4 bytes=80 channelLen=0
    clickhouse_test.go:2533: Finished Status Canceled
    clickhouse_test.go:2535: WaitFor finish 2026-02-21 10:43:14.163192825 +0000 UTC m=+509.430013853
    clickhouse_test.go:2535: UNEXPECTED TIMEOUT finish 2026-02-21 10:46:14.556578853 +0000 UTC m=+689.823399891
    clickhouse.go:114: begin tearing down postgres schema pgchcl_5aljjq9r
--- FAIL: TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_NullEngine (213.81s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Normalize_Metadata_With_Retry
Stack Traces | 338s run time
=== RUN   TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Normalize_Metadata_With_Retry
=== PAUSE TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Normalize_Metadata_With_Retry
=== CONT  TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Normalize_Metadata_With_Retry
2026/02/21 10:42:41 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:42:41 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:42:42 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:42 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id"
2026/02/21 10:42:42 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5535306750452495850 CURSOR FOR SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" args=[]
2026/02/21 10:42:42 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5535306750452495850
2026/02/21 10:42:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5535306750452495850 records=1 bytes=16 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5535306750452495850
2026/02/21 10:42:42 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5535306750452495850 records=0 bytes=0 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:42 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:42 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,c1,\"Ac2\",\"Ac3\",c4 FROM e2e_test_pgchcl_stvghjhq.\"test_nullable_sc_ch_replident_full\" ORDER BY id" rows=1 bytes=16 channelLen=0
    clickhouse_test.go:2100: WaitFor waiting on initial 2026-02-21 10:42:48.920172162 +0000 UTC m=+484.186993190
2026/02/21 10:42:48 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id"
2026/02/21 10:42:48 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id"
2026/02/21 10:42:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9682343415183140655 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id" args=[]
2026/02/21 10:42:48 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id" channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9682343415183140655
2026/02/21 10:42:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9682343415183140655 records=4 bytes=29 channelLen=3
2026/02/21 10:42:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id" rows=4 bytes=29 channelLen=3
2026/02/21 10:42:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9682343415183140655
2026/02/21 10:42:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9682343415183140655 records=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:48 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_pgchcl_lfj7xwex.\"test_normalize_metadata_with_retry_1\" ORDER BY id" rows=4 bytes=29 channelLen=0
    clickhouse_test.go:2114: WaitFor waiting for first sync to complete 2026-02-21 10:42:48.943879675 +0000 UTC m=+484.210700703
2026/02/21 10:42:48 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:42:48 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:42:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_16536461543788903906 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" args=[]
2026/02/21 10:42:48 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16536461543788903906
2026/02/21 10:42:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_16536461543788903906 records=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:48 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:48 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:42:48 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15530867154135672307 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" args=[]
2026/02/21 10:42:48 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15530867154135672307
2026/02/21 10:42:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15530867154135672307 records=1 bytes=7 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15530867154135672307
2026/02/21 10:42:48 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15530867154135672307 records=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:42:48 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:42:48 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_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=1 bytes=7 channelLen=0
    clickhouse_test.go:2129: WaitFor waiting for raw table push to complete 2026-02-21 10:43:03.991712031 +0000 UTC m=+499.258533059
    clickhouse_test.go:2142: WaitFor waiting for normalize error 2026-02-21 10:43:03.998254033 +0000 UTC m=+499.265075061
2026/02/21 10:43:03 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'"
2026/02/21 10:43:03 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'"
2026/02/21 10:43:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_17722457805658824722 CURSOR FOR \n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'" args=[]
2026/02/21 10:43:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'" channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17722457805658824722
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17722457805658824722 records=1 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'" rows=1 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17722457805658824722
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_17722457805658824722 records=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="\n\t\tSELECT COUNT(*) FROM peerdb_stats.flow_errors\n\t\tWHERE error_type='error' AND position('test_normalize_metadata_with_retry_pgchcl_lfj7xwex' in flow_name) > 0\n\t\tAND error_message ILIKE '%error while inserting into target clickhouse table%'" rows=1 bytes=8 channelLen=0
    clickhouse_test.go:2155: WaitFor waiting for second sync to complete 2026-02-21 10:43:04.06517695 +0000 UTC m=+499.331997988
2026/02/21 10:43:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:43:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'"
2026/02/21 10:43:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6615869899571406676 CURSOR FOR SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" args=[]
2026/02/21 10:43:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6615869899571406676
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6615869899571406676 records=1 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=1 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6615869899571406676
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6615869899571406676 records=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43:04 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT sync_batch_id FROM metadata_last_sync_state WHERE job_name='test_normalize_metadata_with_retry_pgchcl_lfj7xwex'" rows=1 bytes=8 channelLen=0
2026/02/21 10:43:04 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:43:04 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id"
2026/02/21 10:43:04 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_15225173498699463098 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" args=[]
2026/02/21 10:43:04 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15225173498699463098
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15225173498699463098 records=2 bytes=13 channelLen=1
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=1
2026/02/21 10:43:04 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15225173498699463098
2026/02/21 10:43:04 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_15225173498699463098 records=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/02/21 10:43:04 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/02/21 10:43: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_pgchcl_5aljjq9r.\"test_nullengine\" ORDER BY id" rows=2 bytes=13 channelLen=0
    clickhouse_test.go:2169: WaitFor waiting for second raw table push to complete 2026-02-21 10:43:19.115035771 +0000 UTC m=+514.381856809
    clickhouse_test.go:2169: UNEXPECTED TIMEOUT waiting for second raw table push to complete 2026-02-21 10:48:19.260711424 +0000 UTC m=+814.527532452
    clickhouse.go:114: begin tearing down postgres schema pgchcl_lfj7xwex
--- FAIL: TestPeerFlowE2ETestSuitePG_CH_Cluster/Test_Normalize_Metadata_With_Retry (337.51s)
View the full list of 2 ❄️ flaky test(s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error

Flake rate in main: 23.12% (Passed 123 times, Failed 37 times)

Stack Traces | 31.1s 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
2026/02/21 10:46:59 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/02/21 10:46:59 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    clickhouse_mysql_test.go:1073: UNEXPECTED STATUS TIMEOUT STATUS_SETUP
--- FAIL: TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error (31.13s)
github.com/PeerDB-io/peerdb/flow/e2e::TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column

Flake rate in main: 18.31% (Passed 58 times, Failed 13 times)

Stack Traces | 31.1s run time
=== RUN   TestPeerFlowE2ETestSuiteMySQL_CH_Cluster/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_Cluster/Test_MySQL_Column_Position_Shifting_DDL_Error/drop_column (31.06s)

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

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.

1 participant