Open gregnazario opened 2 months ago
This seems to be derived from the devnet faucet. I'm not sure there was a behavior change. I'm going to bypass the CI for devnet for right now.
Now there's a different flakiness, where indexer requests fail, because we don't wait for the indexer to update first.
🐛 Bug Description
In CI, it seems like the builds fail periodically because of sequence number synchronization issues (usually because we aren't waiting on the sequence number), or it may be possible we don't use cookie stickiness on backends.
Example: https://github.com/aptos-labs/aptos-python-sdk/actions/runs/10567843264/job/29277642966?pr=30
Second example, also from the faucet https://github.com/aptos-labs/aptos-python-sdk/actions/runs/10567843264/job/29278249030?pr=30