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

Test failure: distributed-transactions-if-test #848

Open
heifner opened this issue Oct 1, 2024 · 1 comment
Open

Test failure: distributed-transactions-if-test #848

heifner opened this issue Oct 1, 2024 · 1 comment
Labels
👍 lgtm test-bug A test is not working as was intended. test-instability tag issues for flaky tests, high priority to address
Milestone

Comments

@heifner
Copy link
Member

heifner commented Oct 1, 2024

https://github.com/AntelopeIO/spring/actions/runs/11125907838/job/30915459664

Duplicate Staring block found: 100 in /__w/spring/spring/build/TestLogs/distributed-transactions-test8/node_bios/stderr.2024_10_01_13_21_16.txt

Received block 100 late so it restarted speculative block 100. This is expected behavior, so not really sure what we want to do with this. The check was added to guard agaisnt a bug where a block was restarted when it was not suppose to be. Maybe the test should look at the timestamps and only fail if the start block is within some threshold.

@heifner heifner added the test-instability tag issues for flaky tests, high priority to address label Oct 1, 2024
@arhag
Copy link
Member

arhag commented Oct 2, 2024

We can update the test to only fail if a block number is repeated with the same timestamp. It should tolerate repeating a speculative block with a higher timestamp.

@arhag arhag added 👍 lgtm test-bug A test is not working as was intended. and removed triage labels Oct 2, 2024
@arhag arhag added this to the Spring v1.0.3 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👍 lgtm test-bug A test is not working as was intended. test-instability tag issues for flaky tests, high priority to address
Projects
Status: Todo
Development

No branches or pull requests

3 participants