-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: intermittent failures in governance tests with tsan #6216
fix: intermittent failures in governance tests with tsan #6216
Conversation
@@ -0,0 +1,43 @@ | |||
#!/usr/bin/env python3 | |||
# Copyright (c) 2018-2024 The Dash Core developers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copyright (c) 2018-2024 The Dash Core developers | |
# Copyright (c) 2024 The Dash Core developers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's an old code moved from other file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 291716a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 291716a
Issue being fixed or feature implemented
Intermittent failure in functional tests feature_governance and feature_governance_cl:
and many other
What was done?
Bump timeout in
feature_governance.py
,feature_governance_cl.py
; moved code from them totest_framework/governance.py
How Has This Been Tested?
Run unit/functional tests in 40 threads locally: amount of failures decreased from 50% to 2.5%
Breaking Changes
N/A
Checklist: