Skip to content

Conversation

@milosimpson
Copy link
Contributor

  • 1 don't have a single static thread pool that all FileWatchers use
  • 2 update tests to cleanup temp/test keystore files

Also, introduced awaitility test library

   - 1 don't have a single static thread pool that all FileWatchers use
   - 2 update tests to cleanup temp/test keystore files

Also, introduced awaitility test library
@ghost
Copy link

ghost commented Oct 22, 2020

@confluentinc It looks like @milosimpson just signed our Contributor License Agreement. 👍

Always at your service,

clabot

serverKeystore = File.createTempFile("SslTest-server-keystore", ".jks");
serverKeystoreBak = File.createTempFile("SslTest-server-keystore", ".jks.bak");
serverKeystoreErr = File.createTempFile("SslTest-server-keystore", ".jks.err");
trustStore = File.createTempFile("SslTest-truststore", ".jks", tempFolder.getRoot());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to prefer this to tempFolder.newFile?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

@milosimpson milosimpson merged commit 6a94d7f into confluentinc:SEC-1473 Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants