maksaska commented on code in PR #327:
URL: https://github.com/apache/ignite-extensions/pull/327#discussion_r2464588390


##########
modules/cdc-ext/src/test/java/org/apache/ignite/cdc/postgresql/CdcPostgreSqlReplicationTest.java:
##########
@@ -129,7 +131,12 @@ public static Collection<?> parameters() {
 
         src.cluster().state(ClusterState.ACTIVE);
 
-        postgres = EmbeddedPostgres.builder().start();
+        // Do not create directory implicitly in /tmp due to possible cleanup 
problems.
+        File pgDir = U.resolveWorkDirectory(U.defaultWorkDirectory(), 
"embedded-pg", false, false);

Review Comment:
   I think we should clean this directory in #afterTest()



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