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

test(v2): check for token deletion in acceptance test #3103

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

DanStough
Copy link
Contributor

Changes proposed in this PR:

  • Add a check to the acceptance test that makes sure tokens are deleted.

How I've tested this PR: 🟢

How I expect reviewers to test this PR: 👀

Checklist:

@DanStough DanStough added pr/no-changelog PR does not need a corresponding .changelog entry backport/1.3.x labels Oct 19, 2023
Copy link
Member

@zalimeni zalimeni left a comment

Choose a reason for hiding this comment

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

My initial gut feel was this might make more sense as a plain check at the end of the test, but it seems like if we want to retain the cleanup of resources that leads to the deletion we're checking for, it needs to also be part of the cleanup chain. TIL you can fail a test from Cleanup!

acceptance/tests/mesh_v2/mesh_inject_test.go Show resolved Hide resolved
@DanStough DanStough merged commit 901f55c into main Oct 24, 2023
53 of 55 checks passed
@DanStough DanStough deleted the dans/NET-5689/health-sync-acceptance-test branch October 24, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.3.x pr/no-changelog PR does not need a corresponding .changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants