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

Fixing tests #55

Merged
merged 20 commits into from
Oct 27, 2022
Merged

Fixing tests #55

merged 20 commits into from
Oct 27, 2022

Conversation

didierofrivia
Copy link
Collaborator

@didierofrivia didierofrivia commented Oct 20, 2022

This PR fixes some tests that were not executed before and were failing after.

The AuthPolicyController test are marked as pending, because the reconciling cycle is failing as well. This will be addressed in a following PR. It's fixed in this PR finally.

Note: Tests should pass when merged.

@didierofrivia didierofrivia changed the base branch from main to kuadrant-merge-target October 20, 2022 18:15
@didierofrivia didierofrivia changed the base branch from kuadrant-merge-target to main October 20, 2022 18:15
@didierofrivia didierofrivia changed the base branch from main to kuadrant-merge-target October 20, 2022 18:16
@didierofrivia didierofrivia changed the base branch from kuadrant-merge-target to main October 20, 2022 18:17
@didierofrivia didierofrivia changed the base branch from main to kuadrant-merge-target October 20, 2022 18:20
@didierofrivia didierofrivia marked this pull request as ready for review October 20, 2022 18:26
Makefile Outdated Show resolved Hide resolved
@eguzki
Copy link
Contributor

eguzki commented Oct 24, 2022

tests failing.. should be passing

BeforeEach(CreateNamespaceCallback(&testNamespace))
beforeEachCallback := func() {
CreateNamespace(&testNamespace)
ApplyKuadrantCR(testNamespace)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be kuadrantDefaultNamespace?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this test is not particularly needed, since the assertions made and Authorino OP and service are not setup via ENVs.

@didierofrivia didierofrivia merged commit 4c81165 into kuadrant-merge-target Oct 27, 2022
@didierofrivia didierofrivia deleted the fixing-merged-test branch October 27, 2022 12:49
@didierofrivia didierofrivia mentioned this pull request Nov 2, 2022
12 tasks
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