Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fit system test matching error strings #121

Merged
merged 1 commit into from Apr 28, 2021
Merged

Fit system test matching error strings #121

merged 1 commit into from Apr 28, 2021

Conversation

ChunyiLyu
Copy link
Contributor

@ChunyiLyu ChunyiLyu commented Apr 28, 2021

This closes #

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed
Note to contributors: remember to re-generate client set if there are any API changes

Summary Of Changes

Related to CI failure: https://hush-house.pivotal.io/teams/rabbitmq-for-kubernetes/pipelines/messaging-topology-operator/jobs/system-tests/builds/76

There are different output strings when kubectl requests a resource that's unavailable from server:

Error from server (NotFound): the server could not find the requested resource (get exchanges.rabbitmq.com exchange-deletion-test)

or

Error from server (NotFound): exchanges.rabbitmq.com "test" not found

Updating system tests so it matches string NotFound (error type which is present in both error output) instead of not found (only present in one error output)

Additional Context

@ChunyiLyu ChunyiLyu merged commit 5bce12e into main Apr 28, 2021
@ChunyiLyu ChunyiLyu deleted the system-tests branch April 28, 2021 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants