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

Fix flaky inactive_votes_cache.election_start test #4803

Conversation

gr0vity-dev
Copy link
Contributor

This testcase fails sometimes on the github runners. And in ~1/1000 cases on my machine.

nano::test::confirmed () checks for confirmation being written to disk while node.ledger.cemented_count () uses cached cemented_count.

Use ASSERT_TIMELY to give some time for disk I/O completion.

@gr0vity-dev-bot
Copy link

Test Results for Commit c1c60f0

Pull Request 4803: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 110s)
  • 5n4pr_conf_10k_change: FAIL (Duration: 258s)
  • Log
  • 5n4pr_conf_change_dependant: PASS (Duration: 140s)
  • 5n4pr_conf_change_independant: PASS (Duration: 132s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 131s)
  • 5n4pr_conf_send_independant: PASS (Duration: 131s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 113s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 193s)

Last updated: 2024-12-05 17:29:00 UTC

@pwojcikdev pwojcikdev merged commit 932372a into nanocurrency:develop Dec 5, 2024
27 of 28 checks passed
@qwahzi qwahzi added this to the V28 milestone Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress / V28.0
Development

Successfully merging this pull request may close these issues.

4 participants