forked from cloudfoundry/guardian
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split ExecPreparer into several smaller objects. This was necessary because the orchestration was totally different for peas and "regular" exec processes, so it didn't make sense to keep overloading the ExecPreparer. PeaCreator and Execer can now simply orchestrate the pieces differently. * Split exec_test into separate test files for each struct under test. * Extract Execer into own file. * Backfill a bunch of unit tests for Execer. [#151709894] Signed-off-by: Julia Nedialkova <[email protected]>
- Loading branch information
1 parent
1200fd3
commit ef4208e
Showing
22 changed files
with
969 additions
and
1,247 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.