Skip to content

"Create AppWrapper - Namespace Only - 0 Pods" -- succeeds yet the AppWrappers is not deleted #471

Open
@z103cb

Description

@z103cb

Description

While running the e2e test the Create AppWrapper - Namespace Only - 0 Pods test succeeds, the app wrapper is deleted, but the namespace associated with it is not deleted.

Steps to reproduce the issue.

  1. Run end to end tests (using the Focus methods would allow for faster execution).
  2. kubectl get appwrappers -n test should return none
  3. kubectl get namespaces returns this output
NAME                 STATUS   AGE
aw-namespace-0       Active   5m14s
default              Active   10m
kube-node-lease      Active   10m
kube-public          Active   10m
kube-system          Active   10m
local-path-storage   Active   10m
test                 Active   5m14s

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions