Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fallback to cleanup perftest resources #983

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

donggyu04
Copy link
Contributor

Add fallback to cleanup perftest resources.

@donggyu04 donggyu04 self-assigned this Sep 21, 2023
@@ -229,6 +230,8 @@ public void doTest(final PerfTest perfTest) {
LOG.debug("Stack Trace is : ", ex);
doTerminate(perfTest, singleConsole, ex.getMessage());
notifyFinish(perfTest, StopReason.ERROR_WHILE_PREPARE);
} finally {
cleanUp(perfTest);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add fallback to cleanup resource.

  1. delete dist folder.
  2. delete hazelcast map data for sampling.

@github-actions
Copy link

❌ Build & Test workflow failed ❌

@donggyu04 donggyu04 merged commit d7cc4cf into develop Sep 21, 2023
0 of 2 checks passed
@donggyu04 donggyu04 deleted the Add-fallback-to-cleanup-perftest-resources branch September 21, 2023 03:01
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