SonarCloud remove candidate rule: java:S2925 Thread.sleep should not be used in tests #9927
CDellaGiusta
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This poll closes Friday, April 18th 2025.
Candidate rule for removal: java:S2925
Number of issues with this rule in Uyuni: 36
Rule: Thread.sleep should not be used in tests
Software qualities impacted: MAINTAINABILITY
Why is this an issue:
Should it be removed?:
Most of the issues on our code have a side comment, that justifies the waiting time for some reason.
All rule issues in Uyuni: https://sonarcloud.io/project/issues?languages=java&issueStatuses=OPEN%2CCONFIRMED&id=uyuni-project_uyuni&rules=java%3AS2925
Examples in our code:
9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions