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

Integration tests should use randomized names #458

Open
blampe opened this issue Dec 6, 2024 · 0 comments
Open

Integration tests should use randomized names #458

blampe opened this issue Dec 6, 2024 · 0 comments
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user

Comments

@blampe
Copy link
Contributor

blampe commented Dec 6, 2024

Some tests use hard-coded strings like

  • bootstrap-ts
  • my-workload-pool

which can cause other tests to fail if run in parallel, or if tests aren't cleaned up completely.

It would be better to include some entropy in these names.

@blampe blampe added the impact/flaky-test A test that is unreliable label Dec 6, 2024
@mikhailshilkov mikhailshilkov added the kind/bug Some behavior is incorrect or out of spec label Dec 9, 2024
@komalali komalali added kind/engineering Work that is not visible to an external user and removed kind/bug Some behavior is incorrect or out of spec labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/flaky-test A test that is unreliable kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

3 participants