Sergey Nuyanzin created FLINK-36191:
---------------------------------------
Summary: 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
to reproduce this command could be used
{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)