Add tests for LCOW shared scratch space work#955
Merged
dcantah merged 1 commit intomicrosoft:masterfrom May 26, 2021
Merged
Conversation
anmaxvl
reviewed
Mar 1, 2021
First test validates that after launching a pod and one container there is only a single scsi disk available in the guest. Second test launches two workload containers both sharing the pod sandbox containers scratch space. A file is written in the first workload container and the available size left on the rootfs is then checked in both workload containers. The success case is if both containers show the same available size left. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
0c45cff to
575db04
Compare
Contributor
Author
|
@anmaxvl I honestly forgot about this 😅 |
Contributor
Author
|
@anmaxvl PTAL when you get a chance |
anmaxvl
approved these changes
May 26, 2021
anmaxvl
pushed a commit
to anmaxvl/hcsshim
that referenced
this pull request
Aug 19, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First test validates that after launching a pod and one container there is only a single
scsi disk available in the guest.
Second test launches two workload containers both sharing the pod sandbox containers scratch space. A
file is written in the first workload container and the available size left on the rootfs is then checked in
both workload containers. The success case is if both containers show the same available size left.
Signed-off-by: Daniel Canter dcanter@microsoft.com