Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
I find a issue, some error occurs occasionally in the test case.
The analysis shows that multiple test cases use the tool class TsFileGeneratorForTest to generate data files. The data files have the same name and duplicate data. As a result, the data file is deleted after a test case is executed, affecting other test classes that are being executed.
We all know that test classes are independent and that different test classes cannot interfere with each other. So I refactored the utility class.
Attachments
Attachments
Issue Links
- links to