forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Testing] Improve Functions unit tests by using unique nar extraction…
… directory (apache#10032) - Use unique temporary nar extraction directory for each test - This fixes possible issues caused by running tests with testForkCount > 1 setting (current status in master branch) - Delete directory consistently in AfterMethod - Add feature LocalRunner to create a unique temp directory for extracting nar files. Delete directory on close - Fix some ClassLoader resource cleanup issues that came up while working on the changes
- Loading branch information
Showing
23 changed files
with
591 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.