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

Use uncached client in the name registry integration test #2729

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

danail-branekov
Copy link
Member

Is there a related GitHub Issue?

No

What is this change about?

Use uncached client in the name registry integration test

The name registry is an utility that is used in the context of
controllers which in case of outdated cache just retry reconciliation.

However, the integration test is not such a context, therefore using a
caching client does not make sense. Furthermore, doing so could cause
flakes due to a cache miss, for example https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-tests-main/builds/950

Does this PR introduce a breaking change?

No

Acceptance Steps

N/A

The name registry is an utility that is used in the context of
controllers which in case of outdated cache just retry reconciliation.

However, the integration test is not such a context, therefore using a
caching client does not make sense. Furthermore, doing so could cause
flakes due to a cache miss, for example https://ci.korifi.cf-app.com/teams/main/pipelines/main/jobs/run-tests-main/builds/950
@georgethebeatle georgethebeatle merged commit b71b886 into main Aug 1, 2023
@georgethebeatle georgethebeatle deleted the fix-name-registry-flake branch August 1, 2023 13:29
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.

2 participants