|
| 1 | +Of 2 tests executed in 0.078s, 0 succeeded, 1 failed, and 1 was skipped. |
| 2 | + |
| 3 | +In suite "k8s.io/kubernetes/plugin/pkg/auth/authorizer/node", test case "TestAuthorizer" failed: |
| 4 | +=== RUN TestAuthorizer |
| 5 | +=== RUN TestAuthorizer/allowed_configmap |
| 6 | +=== RUN TestAuthorizer/allowed_secret_via_pod |
| 7 | +=== RUN TestAuthorizer/allowed_shared_secret_via_pod |
| 8 | +=== RUN TestAuthorizer/allowed_shared_secret_via_pvc |
| 9 | +=== RUN TestAuthorizer/allowed_pvc |
| 10 | +=== RUN TestAuthorizer/allowed_pv |
| 11 | +=== RUN TestAuthorizer/disallowed_configmap |
| 12 | +=== RUN TestAuthorizer/disallowed_secret_via_pod |
| 13 | +=== RUN TestAuthorizer/disallowed_shared_secret_via_pvc |
| 14 | +=== RUN TestAuthorizer/disallowed_pvc |
| 15 | +=== RUN TestAuthorizer/disallowed_pv |
| 16 | +--- FAIL: TestAuthorizer (0.00s) |
| 17 | + --- PASS: TestAuthorizer/allowed_configmap (0.00s) |
| 18 | + --- PASS: TestAuthorizer/allowed_secret_via_pod (0.00s) |
| 19 | + --- PASS: TestAuthorizer/allowed_shared_secret_via_pod (0.00s) |
| 20 | + --- PASS: TestAuthorizer/allowed_shared_secret_via_pvc (0.00s) |
| 21 | + --- FAIL: TestAuthorizer/allowed_pvc (0.00s) |
| 22 | + node_authorizer_test.go:125: expected true, got false |
| 23 | + --- PASS: TestAuthorizer/allowed_pv (0.00s) |
| 24 | + --- PASS: TestAuthorizer/disallowed_configmap (0.00s) |
| 25 | + --- PASS: TestAuthorizer/disallowed_secret_via_pod (0.00s) |
| 26 | + --- PASS: TestAuthorizer/disallowed_shared_secret_via_pvc (0.00s) |
| 27 | + --- PASS: TestAuthorizer/disallowed_pvc (0.00s) |
| 28 | + --- SKIP: TestAuthorizer/disallowed_pv (0.00s) |
| 29 | + node_authorizer_test.go:121: disallowed pv |
| 30 | + |
| 31 | +In suite "k8s.io/kubernetes/plugin/pkg/auth/authorizer/node", test case "TestPopulationMemoryUsage" was skipped: |
| 32 | +=== RUN TestPopulationMemoryUsage |
| 33 | +--- SKIP: TestPopulationMemoryUsage (0.00s) |
| 34 | + node_authorizer_test.go:172: Skipping large population test. Run with TEST_POPULATION_MEMORY_USAGE=true to output memory profiles. |
| 35 | +FAIL |
| 36 | +exit status 1 |
| 37 | + |
0 commit comments