[ https://issues.apache.org/jira/browse/FLINK-36191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17878475#comment-17878475 ]
Sergey Nuyanzin commented on FLINK-36191: ----------------------------------------- Merged as [339f97c458a9eb44755b84ce067a31134ed9cfc0|https://github.com/apache/flink/commit/339f97c458a9eb44755b84ce067a31134ed9cfc0] > FsMergingCheckpointStorageLocationTest generates test data not in tmp folder > ---------------------------------------------------------------------------- > > Key: FLINK-36191 > URL: https://issues.apache.org/jira/browse/FLINK-36191 > Project: Flink > Issue Type: Bug > Components: Runtime / Checkpointing, Tests > Reporter: Sergey Nuyanzin > Assignee: Sergey Nuyanzin > Priority: Major > Labels: pull-request-available > > to reproduce this command could be used (assuming that something like > {{./mvnw clean verify -DskipTests -Dfast}} was run before) > {code:bash} > cd flink-runtime && ./../mvnw -Dtest=FsMergingCheckpointStorageLocationTest > test && git status > {code} > the output will contain something like > {noformat} > Untracked files: > (use "git add <file>..." to include in what will be committed) > org.junit.rules.TemporaryFolder@3cc1435c/ > org.junit.rules.TemporaryFolder@625732/ > org.junit.rules.TemporaryFolder@bef2d72/ > {noformat} > the reason is that in {{@Before}} there *not* absolute path is in use -- This message was sent by Atlassian Jira (v8.20.10#820010)