From 63a15da505e37dca5e155996cbf2b7d58db7c287 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 7 Feb 2020 19:34:48 +0000 Subject: [PATCH] Fix non-ascii characters in test/e2e/storage These characters are changed unintentionally if other parts of these files are changed. It is better to fix them to avoid that. --- test/e2e/storage/empty_dir_wrapper.go | 2 +- test/e2e/storage/testsuites/base_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/storage/empty_dir_wrapper.go b/test/e2e/storage/empty_dir_wrapper.go index 2dce4be34c2..741a7607f27 100644 --- a/test/e2e/storage/empty_dir_wrapper.go +++ b/test/e2e/storage/empty_dir_wrapper.go @@ -193,7 +193,7 @@ var _ = utils.SIGDescribe("EmptyDir wrapper volumes", func() { // Slow by design [~150 Seconds]. // This test uses deprecated GitRepo VolumeSource so it MUST not be promoted to Conformance. - // To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod’s container. + // To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. // This projected volume maps approach can also be tested with secrets and downwardapi VolumeSource but are less prone to the race problem. ginkgo.It("should not cause race condition when used for git_repo [Serial] [Slow]", func() { gitURL, gitRepo, cleanup := createGitServer(f) diff --git a/test/e2e/storage/testsuites/base_test.go b/test/e2e/storage/testsuites/base_test.go index 59b0ad2e528..fc690fd5e30 100644 --- a/test/e2e/storage/testsuites/base_test.go +++ b/test/e2e/storage/testsuites/base_test.go @@ -26,7 +26,7 @@ import ( // intersection of the intervals (if it exists) and return the minimum of the intersection // to be used as the claim size for the test. // if value not set, that means there's no minimum or maximum size limitation and we set default size for it. -// Considerate all corner case as followed: +// Considerate all corner case as followed: // first: A,B is regular value and ? means unspecified // second: C,D is regular value and ? means unspecified // ----------------------------------------------------------------