tkalkirill commented on a change in pull request #745:
URL: https://github.com/apache/ignite-3/pull/745#discussion_r833930290
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/testframework/WorkDirectoryExtension.java
##########
@@ -176,7 +176,9 @@ private static Path createWorkDir(ExtensionContext context)
throws IOException {
.map(Method::getName)
.orElse(STATIC_FOLDER_NAME);
- Path workDir = getTestClassDir(context).resolve(testMethodDir + '_' +
System.currentTimeMillis());
+ // not using currentTimeMillis because some tests can have the same
name (e.g. repeated tests) and execute in less than a
Review comment:
```suggestion
// Not using currentTimeMillis because some tests can have the same
name (e.g. repeated tests) and execute in less than a
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]