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

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Fix for Failing STM Proptests #2125

merged 2 commits into from
Nov 19, 2024

Conversation

curiecrypt
Copy link
Collaborator

@curiecrypt curiecrypt commented Nov 18, 2024

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

@curiecrypt curiecrypt requested a review from jpraynaud November 18, 2024 11:53
Copy link

github-actions bot commented Nov 18, 2024

Test Results

    4 files  ±0     51 suites  ±0   11m 33s ⏱️ -2s
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 414527f. ± Comparison against base commit 9e85530.

♻️ This comment has been updated with latest results.

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 👍

curiecrypt and others added 2 commits November 19, 2024 09:44
@jpraynaud jpraynaud force-pushed the curiecrypt/flaky-proptests branch from c318955 to 414527f Compare November 19, 2024 08:45
@jpraynaud jpraynaud temporarily deployed to testing-sanchonet November 19, 2024 09:00 — with GitHub Actions Inactive
@jpraynaud jpraynaud merged commit 43b267a into main Nov 19, 2024
50 checks passed
@jpraynaud jpraynaud deleted the curiecrypt/flaky-proptests branch November 19, 2024 09:06
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