Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Secrets and EmptyDir E2E are broken in master #9208

@pmorie

Description

@pmorie

With SELinux enforcing and in permissive mode, I always get the following:

• Failure [20.087 seconds]
Secrets
/home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/secrets.go:100
  should be consumable from pods [It]
  /home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/secrets.go:99

  "content of file \"/etc/secret-volume/data-1\": value-1" in container output
  Expected
      <string>: 
  to contain substring
      <string>: content of file "/etc/secret-volume/data-1": value-1

  /home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:633
------------------------------
SSSSSSSSSSSSSSSSS

Summarizing 1 Failure:

[Fail] Secrets [It] should be consumable from pods 
/home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:633

Ran 1 of 68 Specs in 20.088 seconds
FAIL! -- 0 Passed | 1 Failed | 0 Pending | 67 Skipped --- FAIL: TestE2E (20.09s)

• Failure [20.067 seconds]
EmptyDir volumes
/home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/empty_dir.go:69
  should support r/w on tmpfs [It]
  /home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/empty_dir.go:68

  "mount type of \"/test-volume\": tmpfs" in container output
  Expected
      <string>: 
  to contain substring
      <string>: mount type of "/test-volume": tmpfs

  /home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:633
------------------------------
SSSSSSSSSSSSSSSSSSSSSSS

Summarizing 2 Failures:

[Fail] EmptyDir volumes [It] volume on tmpfs should have the correct mode 
/home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:633

[Fail] EmptyDir volumes [It] should support r/w on tmpfs 
/home/pmorie/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/util.go:633

Ran 2 of 68 Specs in 40.142 seconds
FAIL! -- 0 Passed | 2 Failed | 0 Pending | 66 Skipped --- FAIL: TestE2E (40.15s)

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions