[
https://issues.apache.org/jira/browse/FLINK-36191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-36191:
------------------------------------
Fix Version/s: 1.19.2
> 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
> Fix For: 1.19.2, 2.0-preview
>
>
> 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)