[ https://issues.apache.org/jira/browse/FLINK-26418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dawid Wysakowicz closed FLINK-26418. ------------------------------------ Fix Version/s: 1.15.0 Resolution: Fixed Fixed in: * master ** 63b920bc0d3282b566a9f0998cd054dce6f4ec3b * 1.15 ** b6d57585bd4cab4183dd4197aef75fea17537f5a > Tests on flink-table-planner produce tmp_XXX dirs which are not cleaned up > -------------------------------------------------------------------------- > > Key: FLINK-26418 > URL: https://issues.apache.org/jira/browse/FLINK-26418 > Project: Flink > Issue Type: Technical Debt > Components: Runtime / Configuration > Affects Versions: 1.15.0 > Reporter: Marios Trivyzas > Assignee: Marios Trivyzas > Priority: Major > Labels: pull-request-available > Fix For: 1.15.0 > > > Running tests in *flink-table-planner* produces a bunch of *tmp_XXXXXX* > directories in the *flink-table-planner* root module dir, (not inside the > build dirs){*}.{*} As a result, if you don't change the global *gitignore* > show as new dirs/files to commit, and they are not cleaned up when one runs > {*}mvn clean{*}. On top, if you try to build the whole *flink* project you > get: > > {noformat} > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check > (default) on project flink-parent: Too many files with unapproved license: 6 > See RAT report in: /home/matriv/ververica/flink/target/rat.txt -> [Help > 1]{noformat} > and you need to manually remove those dirs. > It would be great to keep these directories under the *build* and maybe also > automatically remove each one, once the test producing it finishes > successfully. > -- This message was sent by Atlassian Jira (v8.20.1#820001)