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 for Failing STM Proptests #2125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

curiecrypt
Copy link
Collaborator

Content

For two different random configurations of the STM property test batch_verify, in one iteration of each batch, not enough unique signatures were collected to meet the quorum. This caused the batch verification functionality test to fail intermittently, leading to flaky CI behavior.

This PR updates the STM parameters for this test to ensure the quorum is always met, enabling consistent testing of batch verification functionality.

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

Issue(s)

Closes #2109

Copy link

Test Results

    4 files  ±0     51 suites  ±0   11m 50s ⏱️ -1s
1 445 tests ±0  1 445 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 656 runs  ±0  1 656 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c318955. ± Comparison against base commit 86abef9.

Copy link
Member

@jpraynaud jpraynaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

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

Successfully merging this pull request may close these issues.

Failures of some STM property based tests
5 participants