Skip to content

Commit

Permalink
Fix missing local cluster logs when running integration test (#3453)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Apr 29, 2023
1 parent cdf86d5 commit 68a2fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test_workflow/integ_test/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def terminate(self) -> ServiceTerminationResult:

self.return_code = self.process_handler.terminate()

self.uninstall()

return ServiceTerminationResult(
self.return_code,
self.process_handler.stdout_data,
Expand Down
2 changes: 2 additions & 0 deletions src/test_workflow/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def terminate(self) -> None:

self.__save_test_result_data(self.termination_result)

self.service.uninstall()

def __save_test_result_data(self, termination_result: ServiceTerminationResult) -> None:
test_result_data = TestResultData(
self.component_name,
Expand Down

0 comments on commit 68a2fe7

Please sign in to comment.