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

Backport of Fix flakey tests related to ACL token updates into release/1.15.x #16548

Conversation

hc-github-team-consul-core
Copy link
Collaborator

Backport

This PR is auto-generated from #16545 to be assessed for backporting due to the inclusion of the label backport/1.15.

The below text is copied from the body of the original PR.


Description

The idea is to make sure each test can independently run so this PR reduce the dependency of tests on each other which causes a degree of flakiness.

  • Each tests depended on the same token to run which sometimes meant one test will overwrite changes from the other. So fixing this by allowing each test to create its own individual token that it could update and read to without any interference from other tests.

PR Checklist

  • updated test coverage
  • external facing docs updated
  • not a security concern

Overview of commits

Copy link
Collaborator

Choose a reason for hiding this comment

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

Auto approved Consul Bot automated PR

@github-actions github-actions bot added the theme/cli Flags and documentation for the CLI interface label Mar 6, 2023
@roncodingenthusiast roncodingenthusiast added the pr/no-changelog PR does not need a corresponding .changelog entry label Mar 6, 2023
@hc-github-team-consul-core hc-github-team-consul-core merged commit dd740f0 into release/1.15.x Mar 6, 2023
@hc-github-team-consul-core hc-github-team-consul-core deleted the backport/NET-1723/fix-flakey-tests/luckily-key-burro branch March 6, 2023 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-changelog PR does not need a corresponding .changelog entry theme/cli Flags and documentation for the CLI interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants