Skip to content

[QA][k8s] test fails when deleting user #12013

@nirajacharya2

Description

@nirajacharya2

JIRA: OCISDEV-689

for some reason test fails when deleting user. find why it fails and fix it


    Examples:
      | space-name | file-content                                                                                         | state    | remaining     | used | quota         |
      | Quota1%    | 1                                                                                                    | normal   | 99            | 1    | 100           |
      │
      ╳  Failed to delete user 'Alice'
      ╳  Failed asserting that 500 matches expected 204.
      │
      └─ @AfterScenario # FeatureContext::afterScenario()
      | Quota75%   | 123456789 123456789 123456789 123456789 123456789 123456789 123456789 12345                          | normal   | 25            | 75   | 100           |
        Failed step: Given user "Alice" has been created with default attributes
        Provisioning::userHasBeenCreated cannot create user 'Alice' using Graph API.
        Response:{"error":{"code":"nameAlreadyExists","innererror":{"date":"2026-02-12T00:37:16Z","request-id":"apiSpaces\/quota.feature:69-14"},"message":"a user with that name already exists"}}
        Failed asserting that 409 matches expected 201.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions