Skip to content

Update dockerfile dependencies#4514

Merged
ilidemi merged 1 commit into
mainfrom
renovate/dockerfile
Jun 29, 2026
Merged

Update dockerfile dependencies#4514
ilidemi merged 1 commit into
mainfrom
renovate/dockerfile

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.233.24
docker/dockerfile syntax minor 1.241.25
golang stage digest f1ddd9f3ad5730
mysql final pinDigest 7dcddc0
node final digest 21f403aa0b9bf0

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 5pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
@renovate renovate Bot requested a review from a team as a code owner June 29, 2026 22:01
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
@renovate renovate Bot requested a review from a team June 29, 2026 22:01
@claude

claude Bot commented Jun 29, 2026

Copy link
Copy Markdown

Automated Review — Dockerfile dependency bump

Reviewed all five dependency updates in this PR:

Dependency Change Risk
alpine 3.23 → 3.24 Low — no breaking changes for Go/Rust/Node runtime images. The py3-setuptools pkg_resources removal doesn't affect PeerDB (no Python in these images). OpenSSL CVE patches included.
docker/dockerfile 1.24 → 1.25 Low — single additive feature (resource limits on RUN steps, requires BuildKit v0.31+). No breaking changes to multi-stage builds, cache mounts, or ARG/ENV.
golang digest update None — same 1.26-alpine version, rebuilt image.
node digest update None — same 24-alpine version, rebuilt image.
mysql digest pin added None — same 8.0.46 version, digest pin improves reproducibility.

PII/secrets check: Clean — all changes are base image references only, no code or log output modifications.

Upstream sources checked:

No regressions identified. LGTM.

🤖 Generated with Claude Code

@claude

claude Bot commented Jun 29, 2026

Copy link
Copy Markdown

Code review

No bugs or CLAUDE.md violations found. Checked for bugs and CLAUDE.md compliance.

Upstream release notes (per REVIEW.md)

For Renovate dependency bumps, REVIEW.md requires checking upstream release notes for regressions. Here is the summary:

Dependency Change Notes
alpine 3.23 → 3.24 Minor version bump. All apk add calls in the affected Dockerfiles use unversioned package names (e.g. apk add --no-cache ca-certificates geos), so package rename/removal risk is low. Full release notes at https://alpinelinux.org/posts/Alpine-3.24.0-released.html should be verified before merging.
docker/dockerfile syntax 1.24 → 1.25 BuildKit frontend minor bump. These maintain strict backward compatibility within the 1.x line. Release notes at https://github.com/moby/buildkit/releases (filter for dockerfile/1.25).
golang digest update only Same version tag (1.26-alpine), digest refresh — no release notes applicable.
node digest update only Same version tag (24-alpine), digest refresh — no release notes applicable.
mysql digest pin Same version (8.0.46), newly pinned to digest for reproducibility — no release notes applicable.

Note: Automated access to external release note URLs was unavailable during this review. A human reviewer should verify the Alpine 3.24 and dockerfile 1.25 release notes linked above before approving.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2402 2 2400 230
View the top 3 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg
Stack Traces | 0.01s run time
=== RUN   TestApiPg
=== PAUSE TestApiPg
=== CONT  TestApiPg
--- FAIL: TestApiPg (0.01s)
2026/06/29 22:15:46 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/06/29 22:15:46 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg/TestQRep
Stack Traces | 4.01s run time
=== RUN   TestApiPg/TestQRep
=== PAUSE TestApiPg/TestQRep
=== CONT  TestApiPg/TestQRep
2026/06/29 22:13:49 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id"
2026/06/29 22:13:49 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id"
2026/06/29 22:13:49 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_13783174180635832789 CURSOR FOR SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id" args=[]
2026/06/29 22:13:49 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id" channelLen=0
2026/06/29 22:13:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13783174180635832789
2026/06/29 22:13:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13783174180635832789 records=2 bytes=19 channelLen=1
2026/06/29 22:13:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:49 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13783174180635832789
2026/06/29 22:13:49 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_13783174180635832789 records=0 bytes=0 channelLen=0
2026/06/29 22:13:49 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:49 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:49 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_qfv5zh9o.\"resync_paused_snap_cfg\" ORDER BY id" rows=2 bytes=19 channelLen=0
    api_test.go:2846: WaitFor qrep initial load 2026-06-29 22:13:50.025470677 +0000 UTC m=+526.547981157
    api_test.go:2846: code: 60, message: Unknown table expression identifier 'qrepapi_api_vhpqvwvj' in scope SELECT id, val FROM qrepapi_api_vhpqvwvj FINAL WHERE _peerdb_is_deleted = 0 ORDER BY 1 ASC SETTINGS use_query_cache = false
    api_test.go:2846: q.NumRecords: 1
    api_test.go:2846: other.NumRecords: 0
    api_test.go:2851: WaitFor insert post qrep initial load 2026-06-29 22:13:52.048387221 +0000 UTC m=+528.570897691
2026/06/29 22:13:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id"
2026/06/29 22:13:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id"
2026/06/29 22:13:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8234866976669584776 CURSOR FOR SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id" args=[]
2026/06/29 22:13:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id" channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8234866976669584776
2026/06/29 22:13:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8234866976669584776 records=2 bytes=19 channelLen=1
2026/06/29 22:13:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8234866976669584776
2026/06/29 22:13:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8234866976669584776 records=0 bytes=0 channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_vhpqvwvj.\"qrepapi_api_vhpqvwvj\" ORDER BY id" rows=2 bytes=19 channelLen=0
    api_test.go:2851: q.NumRecords: 2
    api_test.go:2851: other.NumRecords: 1
2026/06/29 22:13:52 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id"
2026/06/29 22:13:52 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id"
2026/06/29 22:13:52 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11635046948065533689 CURSOR FOR SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" args=[]
2026/06/29 22:13:52 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11635046948065533689
2026/06/29 22:13:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11635046948065533689 records=2 bytes=19 channelLen=1
2026/06/29 22:13:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:52 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11635046948065533689
2026/06/29 22:13:52 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11635046948065533689 records=0 bytes=0 channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:52 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:52 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=0
    api_test.go:2864: 
        	Error Trace:	.../flow/e2e/api_test.go:2864
        	            				.../hostedtoolcache/go/1.26.4.../src/runtime/asm_amd64.s:1771
        	Error:      	"0" is not positive
        	Test:       	TestApiPg/TestQRep
        	Messages:   	each partition should have rows_synced > 0
    api_test.go:51: begin tearing down postgres schema api_vhpqvwvj
2026/06/29 22:13:53 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id"
2026/06/29 22:13:53 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id"
2026/06/29 22:13:53 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_1301181145960362139 CURSOR FOR SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" args=[]
2026/06/29 22:13:53 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" channelLen=0
2026/06/29 22:13:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1301181145960362139
2026/06/29 22:13:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1301181145960362139 records=2 bytes=19 channelLen=1
2026/06/29 22:13:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:53 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1301181145960362139
2026/06/29 22:13:53 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_1301181145960362139 records=0 bytes=0 channelLen=0
2026/06/29 22:13:53 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:53 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:53 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_dd4ul30u.\"valid\" ORDER BY id" rows=2 bytes=19 channelLen=0
--- FAIL: TestApiPg/TestQRep (4.01s)
github.com/PeerDB-io/peerdb/flow/e2e::TestApiPg/TestResyncWithSnapshotConfigOnRunningPipe
Stack Traces | 221s run time
=== RUN   TestApiPg/TestResyncWithSnapshotConfigOnRunningPipe
=== PAUSE TestApiPg/TestResyncWithSnapshotConfigOnRunningPipe
=== CONT  TestApiPg/TestResyncWithSnapshotConfigOnRunningPipe
2026/06/29 22:13:36 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id"
2026/06/29 22:13:36 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id"
2026/06/29 22:13:36 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_9010226826162301793 CURSOR FOR SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id" args=[]
2026/06/29 22:13:36 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id" channelLen=0
2026/06/29 22:13:36 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9010226826162301793
2026/06/29 22:13:36 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9010226826162301793 records=2 bytes=19 channelLen=1
2026/06/29 22:13:36 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:36 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9010226826162301793
2026/06/29 22:13:36 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_9010226826162301793 records=0 bytes=0 channelLen=0
2026/06/29 22:13:36 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:36 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:36 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_lfp2jos1.\"t1\" ORDER BY id" rows=2 bytes=19 channelLen=0
    api_test.go:1434: WaitFor wait for mirror to be in cdc 2026-06-29 22:13:40.4775737 +0000 UTC m=+518.398941148
2026/06/29 22:13:40 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id"
2026/06/29 22:13:40 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id"
2026/06/29 22:13:40 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_5705799208997347202 CURSOR FOR SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" args=[]
2026/06/29 22:13:40 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" channelLen=0
2026/06/29 22:13:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5705799208997347202
2026/06/29 22:13:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5705799208997347202 records=1 bytes=9 channelLen=0
2026/06/29 22:13:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=1 bytes=9 channelLen=0
2026/06/29 22:13:40 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5705799208997347202
2026/06/29 22:13:40 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_5705799208997347202 records=0 bytes=0 channelLen=0
2026/06/29 22:13:40 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:40 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:40 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=1 bytes=9 channelLen=0
    api_test.go:1476: WaitFor wait for resync ContinueAsNew 2026-06-29 22:13:40.52436911 +0000 UTC m=+518.445736548
2026/06/29 22:13:40 INFO Received AWS credentials from peer for connector: ci x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/06/29 22:13:40 INFO Received AWS credentials from peer for connector: clickhouse x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
    api_test.go:1479: WaitFor wait for resynced mirror to be in cdc 2026-06-29 22:13:56.560745297 +0000 UTC m=+534.482112735
    api_test.go:1482: WaitFor resync with snapshot config override 2026-06-29 22:13:56.561184588 +0000 UTC m=+534.482552026
2026/06/29 22:13:56 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id"
2026/06/29 22:13:56 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id"
2026/06/29 22:13:56 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_11159416438728092750 CURSOR FOR SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" args=[]
2026/06/29 22:13:56 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" channelLen=0
2026/06/29 22:13:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11159416438728092750
2026/06/29 22:13:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11159416438728092750 records=2 bytes=19 channelLen=1
2026/06/29 22:13:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=2 bytes=19 channelLen=1
2026/06/29 22:13:56 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11159416438728092750
2026/06/29 22:13:56 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_11159416438728092750 records=0 bytes=0 channelLen=0
2026/06/29 22:13:56 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:56 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:56 INFO [pg_query_executor] committed transaction for query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,val FROM e2e_test_api_ya5dw1gq.\"resync_snap_run_cfg\" ORDER BY id" rows=2 bytes=19 channelLen=0
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
2026/06/29 22:13:57 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13:57 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13:57 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6968663566652488644 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:13:57 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:13:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6968663566652488644
2026/06/29 22:13:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6968663566652488644 records=1 bytes=10 channelLen=0
2026/06/29 22:13:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:13:57 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6968663566652488644
2026/06/29 22:13:57 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6968663566652488644 records=0 bytes=0 channelLen=0
2026/06/29 22:13:57 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:57 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:57 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
2026/06/29 22:13:58 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13: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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13:58 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12164964745422709287 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:13: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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:13:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12164964745422709287
2026/06/29 22:13:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12164964745422709287 records=1 bytes=10 channelLen=0
2026/06/29 22:13: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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:13:58 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12164964745422709287
2026/06/29 22:13:58 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12164964745422709287 records=0 bytes=0 channelLen=0
2026/06/29 22:13: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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:58 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13: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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
2026/06/29 22:13:59 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13:59 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:13:59 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_12592667179211926150 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:13:59 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:13:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12592667179211926150
2026/06/29 22:13:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12592667179211926150 records=1 bytes=10 channelLen=0
2026/06/29 22:13:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:13:59 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12592667179211926150
2026/06/29 22:13:59 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_12592667179211926150 records=0 bytes=0 channelLen=0
2026/06/29 22:13:59 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:13:59 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:13:59 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
2026/06/29 22:14:00 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:00 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:00 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_3932001706934682942 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:14:00 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:14:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3932001706934682942
2026/06/29 22:14:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3932001706934682942 records=1 bytes=10 channelLen=0
2026/06/29 22:14:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:14:00 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3932001706934682942
2026/06/29 22:14:00 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_3932001706934682942 records=0 bytes=0 channelLen=0
2026/06/29 22:14:00 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:14:00 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:14:00 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1482: q.NumRecords: 2
    api_test.go:1482: other.NumRecords: 1
2026/06/29 22:14:01 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:01 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:01 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_8507189926834830538 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:14:01 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:14:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8507189926834830538
2026/06/29 22:14:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8507189926834830538 records=1 bytes=10 channelLen=0
2026/06/29 22:14:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:14:01 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8507189926834830538
2026/06/29 22:14:01 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_8507189926834830538 records=0 bytes=0 channelLen=0
2026/06/29 22:14:01 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:14:01 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:14:01 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1502: WaitFor wait for flow dropped 2026-06-29 22:14:02.66266193 +0000 UTC m=+540.584029369
2026/06/29 22:14:02 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:02 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id"
2026/06/29 22:14:02 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursorQuery="DECLARE peerdb_cursor_6353222245709657696 CURSOR FOR SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" args=[]
2026/06/29 22:14:02 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" channelLen=0
2026/06/29 22:14:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6353222245709657696
2026/06/29 22:14:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6353222245709657696 records=1 bytes=10 channelLen=0
2026/06/29 22:14:02 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
2026/06/29 22:14:02 INFO [pg_query_executor] fetching from cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6353222245709657696
2026/06/29 22:14:02 INFO processed row stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart cursor=peerdb_cursor_6353222245709657696 records=0 bytes=0 channelLen=0
2026/06/29 22:14:02 INFO [pg_query_executor] fetched rows x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart query="SELECT id,\"key\" FROM e2e_test_pgchcl_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=0 bytes=0 channelLen=0
2026/06/29 22:14:02 INFO [pg_query_executor] committing transaction x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId=testpart
2026/06/29 22:14:02 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_bflmdlwn.\"test_update_pkey_enabled\" ORDER BY id" rows=1 bytes=10 channelLen=0
    api_test.go:1502: UNEXPECTED TIMEOUT wait for flow dropped 2026-06-29 22:17:02.822622891 +0000 UTC m=+720.743990339
    api_test.go:51: begin tearing down postgres schema api_ya5dw1gq
--- FAIL: TestApiPg/TestResyncWithSnapshotConfigOnRunningPipe (221.47s)

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

@github-actions

Copy link
Copy Markdown
Contributor

🔄 Flaky Test Detected

Analysis: On a Renovate Dockerfile-only PR (no Go changes), two different timing-sensitive e2e tests failed across shards — TestApiPg/TestQRep hit a race where a partition's rows_synced stat read as 0 despite data being confirmed synced, indicating flaky stat-persistence timing rather than a real regression.
Confidence: 0.9

✅ Automatically retrying the workflow

View workflow run

@ilidemi ilidemi merged commit 92a7011 into main Jun 29, 2026
19 of 22 checks passed
@ilidemi ilidemi deleted the renovate/dockerfile branch June 29, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant