]> source.dussan.org Git - poi.git/commit
Avoid flaky tests with parallel execution
authorDominik Stadler <centic@apache.org>
Sun, 20 Mar 2022 08:20:05 +0000 (08:20 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 20 Mar 2022 08:20:05 +0000 (08:20 +0000)
commit42985f64df0c7a150dc011b5b2e41a8aa5efeafd
tree8856656b066a719cf4a4afd2857f0c600719b268
parent9949242022730d5e6f12cfe9dce2001bc85c3212
Avoid flaky tests with parallel execution

One test stores and deletes files named "-saved.xls", so
we need to prevent other tests from reading those

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899077 13f79535-47bb-0310-9956-ffa450edef68
poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java
poi/src/test/java/org/apache/poi/hssf/dev/BaseTestIteratingXLS.java