xmtpd icon indicating copy to clipboard operation
xmtpd copied to clipboard

Test flakyness

Open fbac opened this issue 1 month ago • 1 comments

There are multiple flaky tests after the latest Connect-RPC changes. Might be related or might be not. Probably the way we look for free ports to open can be improved.

fbac avatar Nov 13 '25 12:11 fbac

TestSyncWorkerSuccess: https://github.com/xmtp/xmtpd/actions/runs/19163838278/job/54828484473?pr=1300

fbac avatar Nov 15 '25 18:11 fbac

I have fixed TestSyncWorkerSuccess in #1333

mkysel avatar Nov 17 '25 20:11 mkysel

TestCanGenerateReport: https://github.com/xmtp/xmtpd/actions/runs/19508409286/job/55841292309?pr=1340

mkysel avatar Nov 19 '25 16:11 mkysel

This should help https://github.com/xmtp/xmtpd/pull/1342

mkysel avatar Nov 19 '25 20:11 mkysel

TestValidSignature failed because of "bind: already used". This is directly related to how we reserve ports, must fix.

fbac avatar Nov 25 '25 11:11 fbac

https://github.com/xmtp/xmtpd/actions/runs/19871902755/job/56949568549?pr=1403

    integration_test.go:521: 
        	Error Trace:	/home/runner/work/xmtpd/xmtpd/pkg/payerreport/workers/integration_test.go:521
        	Error:      	Condition never satisfied
        	Test:       	TestFullReportLifecycle

mkysel avatar Dec 02 '25 20:12 mkysel