Skip to content

Instantly share code, notes, and snippets.

@yiqigao217
Created October 16, 2020 13:24
Show Gist options
  • Save yiqigao217/4b00ba1108e8efe10b5fc731b738d30e to your computer and use it in GitHub Desktop.
Save yiqigao217/4b00ba1108e8efe10b5fc731b738d30e to your computer and use it in GitHub Desktop.
e2e test failures (2 tests with 1 failure and 3 failures)
------------------------------
• Failure [14.394 seconds]
Issues
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:8
Should not delete a parent of a subnamespace if allowCascadingDeletion is not set -issue #716 [It]
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:176
Timed out after 10.808s.
Command: [kubectl delete ns parent]
Expected failure, but got no error.
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:183
------------------------------
Summarizing 1 Failure:
[Fail] Issues [It] Should not delete a parent of a subnamespace if allowCascadingDeletion is not set -issue #716
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:183
Ran 22 of 32 Specs in 563.220 seconds
FAIL! -- 21 Passed | 1 Failed | 1 Pending | 9 Skipped
---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------
• Failure [29.297 seconds]
Demo
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:12
Should test basic functionalities in demo [It]
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:34
Timed out after 5.207s.
Command: [kubectl hns set acme-org --parent team-a]
Expected failure, but got no error.
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:52
------------------------------
• Failure [69.086 seconds]
Demo
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:12
Should create and delete subnamespaces [It]
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:193
Timed out after 5.767s.
Command: [kubectl delete ns service-3]
Expected failure, but got no error.
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:215
------------------------------
• Failure [14.791 seconds]
Issues
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:8
Should not delete a parent of a subnamespace if allowCascadingDeletion is not set -issue #716 [It]
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:176
Timed out after 11.276s.
Command: [kubectl delete ns parent]
Expected failure, but got no error.
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:183
------------------------------
Summarizing 3 Failures:
[Fail] Demo [It] Should test basic functionalities in demo
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:52
[Fail] Demo [It] Should create and delete subnamespaces
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/demo_test.go:215
[Fail] Issues [It] Should not delete a parent of a subnamespace if allowCascadingDeletion is not set -issue #716
/usr/local/google/home/yiqigao/go/src/sigs.k8s.io/multi-tenancy/incubator/hnc/test/e2e/issues_test.go:183
Ran 22 of 32 Specs in 556.657 seconds
FAIL! -- 19 Passed | 3 Failed | 1 Pending | 9 Skipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment