SammyVimes commented on code in PR #1445:
URL: https://github.com/apache/ignite-3/pull/1445#discussion_r1047316241


##########
modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/WorkDirectoryExtension.java:
##########
@@ -56,8 +56,8 @@
  * to the module, where the tests are being run, and their paths depends on 
the lifecycle of the folder:
  *
  * <ol>
- *     <li>For test methods: "target/work/{@literal 
<name-of-the-test-class>/<name-of-the-test-method>_<current_time_millis>}"</li>
- *     <li>For test classes: "target/work/{@literal 
<name-of-the-test-class>/static_<current_time_millis>}"</li>
+ *     <li>For test methods: "build/work/{@literal 
<name-of-the-test-class>/<name-of-the-test-method>_<current_time_millis>}"</li>

Review Comment:
   Seems like it can be `target` if there's `target` folder



-- 
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]

Reply via email to