RFR: 8285878: [TestBug] LocalStorageTest does not cleanup post execution
Kevin Rushforth
kcr at openjdk.org
Sat Aug 13 12:39:21 UTC 2022
On Sat, 13 Aug 2022 11:45:00 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: test Bug LocalStorageTest does not cleanup post execution
> Solution: Path for LocalStorageDir changed to modules/javafx.web/build/. Now the LocalStorageDir is deleted after post execution.
Moving `LocalStorageDir` to be under `build/` is good, and makes this less of an issue, but I still see the directory present after running the test. So either `deleteRecursively` is not being called or it doesn't always work.
Btw, you need to revert the inadvertent deletion of `.idea/modules.xml`
-------------
PR: https://git.openjdk.org/jfx/pull/869
More information about the openjfx-dev
mailing list