Skip to content

Conversation

@jasonpaulos
Copy link
Contributor

@jasonpaulos jasonpaulos commented Feb 23, 2024

Starting recently (at least, more often recently), cucumber integration tests have been failing when the scenario submits a txn to algod, then expects to see the result from indexer.

This has been a problem before, and to attempt to remedy it we introduced the And I sleep for 1000 milliseconds for indexer to digest things down. step.

That hasn't been working lately, so I chose to change this to a different step, And I wait for indexer to catch up to the round where my most recent transaction was confirmed., which should be more reliable.

The new step requires implementation in each SDK

@jasonpaulos jasonpaulos merged commit 7f06a6b into V2 Feb 27, 2024
@jasonpaulos jasonpaulos deleted the improved-indexer-sync branch February 27, 2024 21:21
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.

3 participants