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

Fixes fast demo test's failure #5620

Merged
merged 4 commits into from
Aug 12, 2020
Merged

Fixes fast demo test's failure #5620

merged 4 commits into from
Aug 12, 2020

Conversation

bkase
Copy link
Member

@bkase bkase commented Aug 11, 2020

Makes test-agent more robust if blocks are produced very fast.

The test used to assume that one block hadn't been created by the time the first transaction was sent -- because of this the test just checked to see if height was >= 2. In order to handle the case where blocks were already created, instead, we get the last block's index and wait for a block at height last_block_index+1.

The Rosetta ./start.sh test passes locally now.

bkase added 2 commits August 10, 2020 20:01
Makes test-agent more robust if blocks are produced very fast.
@bkase bkase added ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR ci-build-me Add this label to trigger a circle+buildkite build for this branch labels Aug 11, 2020
@netlify
Copy link

netlify bot commented Aug 12, 2020

Preview:

Built with commit bab4141

https://deploy-preview-5620--o1website2.netlify.app

@mergify mergify bot merged commit 4601951 into develop Aug 12, 2020
@mergify mergify bot deleted the fast-demo-fixes branch August 12, 2020 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants