Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestAsyncTxSub_SubmissionTryAgainLater is flaky #5344

Open
tamirms opened this issue Jun 13, 2024 · 0 comments
Open

TestAsyncTxSub_SubmissionTryAgainLater is flaky #5344

tamirms opened this issue Jun 13, 2024 · 0 comments

Comments

@tamirms
Copy link
Contributor

tamirms commented Jun 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

6 participants
@Shaptic @tamirms @mollykarcher @sreuland @aditya1702 and others