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

Heartbeat test fails when using shorter delay #16

Open
gatsinski opened this issue Oct 18, 2020 · 0 comments
Open

Heartbeat test fails when using shorter delay #16

gatsinski opened this issue Oct 18, 2020 · 0 comments

Comments

@gatsinski
Copy link

Currently, the heartbeat occurs every second test waits for 6 seconds by sleeping the thread before observing the node's vault and the expected number of transactions is correct. 7 transactions - one for each second passed plus the initial one.

Successful CircleCI build

When I reduce the number of seconds to just 1 (8bf4101), I expected to have 2 transactions but instead, it's only the initial one.

Failed CircleCI build

A developer should be able to test any number of scheduled executions, including the minimal. Is this an issue with the testing approach or with Corda itself?

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

No branches or pull requests

1 participant