Description
IntegrationTestUtils.purgeLocalStreamsState(...)
currently only removes the folders if the path starts with /tmp. This should really use
System.getProperty("java.io.tmpdir")
Once this has been changed the tests using it should be able to simplify their
StreamsConfig.STATE_DIR_CONFIG
to
TestUtils.tempDirectory().getPath()
Attachments
Issue Links
- links to