-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extracts process management into separate interface (#155)
* extracts process management into separate interface * linty * Cleanup code and audit for feature parity with pre-refactored state * Fix broken tests * Refactor agent id -> workload id Comment out specs which no longer have access to internal data related to running VMs.. * Rename workloadID -> agentID in AgentClient * Use workload_id attribute in logs * Use pool mutex when attempting to deploy workload * Rename machine id -> id * Drain subscriptions retained by agent client instances * Fix linter and defer fix for broken handshake test The commented test will be fixed in the PR including support for no-sandbox mode. * Cleanup string interpolation in slog calls --------- Co-authored-by: kt <[email protected]>
- Loading branch information
1 parent
65d37a0
commit 3d386f2
Showing
23 changed files
with
1,457 additions
and
1,027 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
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.