stellar/go

TestAsyncTxSub_SubmissionTryAgainLater is flaky

Opened this issue · 0 comments

2024-06-07T21:13:20.0607727Z     txsub_async_test.go:127: 
2024-06-07T21:13:20.0609627Z         	Error Trace:	/home/runner/work/go/go/services/horizon/internal/integration/txsub_async_test.go:127
2024-06-07T21:13:20.0612370Z         	Error:      	Not equal: 
2024-06-07T21:13:20.0616222Z         	            	expected: horizon.AsyncTransactionSubmissionResponse{ErrorResultXDR:"", TxStatus:"PENDING", Hash:"d5eb72a4c1832b89965850fff0bd9bba4b6ca102e7c89099dcaba5e7d7d2e049"}
2024-06-07T21:13:20.0621945Z         	            	actual  : horizon.AsyncTransactionSubmissionResponse{ErrorResultXDR:"", TxStatus:"TRY_AGAIN_LATER", Hash:"d5eb72a4c1832b89965850fff0bd9bba4b6ca102e7c89099dcaba5e7d7d2e049"}
2024-06-07T21:13:20.0625299Z         	            	
2024-06-07T21:13:20.0626142Z         	            	Diff:
2024-06-07T21:13:20.0627231Z         	            	--- Expected
2024-06-07T21:13:20.0628185Z         	            	+++ Actual
2024-06-07T21:13:20.0629483Z         	            	@@ -2,3 +2,3 @@
2024-06-07T21:13:20.0630657Z         	            	  ErrorResultXDR: (string) "",
2024-06-07T21:13:20.0634025Z         	            	- TxStatus: (string) (len=7) "PENDING",
2024-06-07T21:13:20.0636423Z         	            	+ TxStatus: (string) (len=15) "TRY_AGAIN_LATER",
2024-06-07T21:13:20.0642691Z         	            	  Hash: (string) (len=64) "d5eb72a4c1832b89965850fff0bd9bba4b6ca102e7c89099dcaba5e7d7d2e049"
2024-06-07T21:13:20.0643942Z         	Test:       	TestAsyncTxSub_SubmissionTryAgainLater

From https://github.com/stellar/go/actions/runs/9468653624/job/26085487996