Skip to content

Update dependencies#4205

Closed
ilidemi wants to merge 2 commits into
mainfrom
update-dependencies
Closed

Update dependencies#4205
ilidemi wants to merge 2 commits into
mainfrom
update-dependencies

Conversation

@ilidemi

@ilidemi ilidemi commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2220 2 2218 201
View the top 2 failed test(s) by shortest run time
github.com/PeerDB-io/peerdb/flow/connectors/postgres::TestStringDataTypes
Stack Traces | 0s run time
=== RUN   TestStringDataTypes
=== PAUSE TestStringDataTypes
=== CONT  TestStringDataTypes
--- FAIL: TestStringDataTypes (0.00s)
2026/04/20 23:48:54 INFO using partition function flowName=testGrouping partitionFunc=CTIDBlockPartitioningFunc
2026/04/20 23:48:55 INFO child tables detected flowName=testGrouping table="\"test_3izj3adf\".\"many_children\"" numChildTables=20 totalBlocks=20
2026/04/20 23:48:55 INFO generated partitions for child tables flowName=testGrouping numPartitions=7 blocksPerPartition=3 totalBlocks=20
github.com/PeerDB-io/peerdb/flow/connectors/postgres::TestStringDataTypes/macaddr
Stack Traces | 0.08s run time
=== RUN   TestStringDataTypes/macaddr
=== PAUSE TestStringDataTypes/macaddr
=== CONT  TestStringDataTypes/macaddr
2026/04/20 23:48:54 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" query="SELECT * FROM \"qrep_query_executor_empty_tsrange_1776728934\".test"
2026/04/20 23:48:54 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" query="SELECT * FROM \"qrep_query_executor_empty_tsrange_1776728934\".test"
2026/04/20 23:48:54 INFO [pg_query_executor] declared cursor x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" cursorQuery="DECLARE peerdb_cursor_7086643090571516456 CURSOR FOR SELECT * FROM \"qrep_query_executor_empty_tsrange_1776728934\".test" args=[]
2026/04/20 23:48:54 INFO [pg_query_executor] fetching rows start x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" query="SELECT * FROM \"qrep_query_executor_empty_tsrange_1776728934\".test" channelLen=0
    qrep_query_executor_test.go:692: 
        	Error Trace:	.../connectors/postgres/qrep_query_executor_test.go:692
        	Error:      	Not equal: 
        	            	expected: []string{"08:00:2b:01:02:03", "08:00:2b:01:02:04", ""}
        	            	actual  : []string{"\b\x00+\x01\x02\x03", "\b\x00+\x01\x02\x04", ""}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,4 +1,4 @@
        	            	 ([]string) (len=3) {
        	            	- (string) (len=17) "08:00:2b:01:02:03",
        	            	- (string) (len=17) "08:00:2b:01:02:04",
        	            	+ (string) (len=6) "\b\x00+\x01\x02\x03",
        	            	+ (string) (len=6) "\b\x00+\x01\x02\x04",
        	            	  (string) ""
        	Test:       	TestStringDataTypes/macaddr
2026/04/20 23:48:54 INFO Executing and processing query x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" query="SELECT * FROM \"qrep_query_executor_cidr_1776728934\".test"
2026/04/20 23:48:54 INFO Executing and processing query stream x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} partitionId="test part" query="SELECT * FROM \"qrep_query_executor_cidr_1776728934\".test"
--- FAIL: TestStringDataTypes/macaddr (0.08s)

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

@github-actions

Copy link
Copy Markdown
Contributor

❌ Test Failure

Analysis: TestStringDataTypes/macaddr consistently fails across all matrix configurations because macaddr values are returned as raw bytes ("\b\x00+\x01\x02\x03") instead of formatted MAC address strings ("08:00:2b:01:02:03"), indicating a real regression in macaddr serialization in the postgres connector's qrep query executor.
Confidence: 0.92

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

View workflow run

@ilidemi

ilidemi commented May 6, 2026

Copy link
Copy Markdown
Contributor Author

Renovate seems to be handling at least the go part pretty well

@ilidemi ilidemi closed this May 6, 2026
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