-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Flaky test #2974
Copy link
Copy link
Open
Labels
area/testIssue or PR related to test casesIssue or PR related to test casesgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
area/testIssue or PR related to test casesIssue or PR related to test casesgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Issue Description
Bug report
Describe what happened (or what feature you want)
The test
com.alibaba.csp.sentinel.adapter.reactor.MonoSentinelOperatorIntegrationTest.testEmitSingleLongTimeRtfails when run by itself. But it passes when other methods run before it.Thus, the test is flaky Acc. to the definitions mentioned in IDOFT.
Describe what you expected to happen
The test should pass when run on its own.
How to reproduce it (as minimally and precisely as possible)
Run the test on its own. It will fail.
Run the test class. It will pass.
Tell us your environment
Java 1.8
Windows 10 Education.
Maven 3.6.3
Anything else we need to know?