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

Removing cleanup step and sleep from endentities testing. #1081

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

alexcottner
Copy link
Contributor

@alexcottner alexcottner commented Dec 11, 2024

AUT-371

The test cleanup process is truncating the endentities table while tests are still running, causing this test to be flaky.

This PR:

  1. Removes the endentities truncate post-test step as there is only one test hitting that table but other tests are finishing in parallel and truncating the table for us.
  2. Removes a 10 second delay at the start of TestConcurrentEndEntityOperations that doesn't do anything for us.

Created AUT-376 as a follow-up ticket.

@alexcottner alexcottner marked this pull request as ready for review December 11, 2024 18:31
@alexcottner alexcottner requested review from a team as code owners December 11, 2024 18:31
@alexcottner alexcottner requested review from jmhodges and removed request for a team December 11, 2024 18:31
@alexcottner alexcottner merged commit 9194570 into main Dec 11, 2024
14 checks passed
@alexcottner alexcottner deleted the aut-371-v2 branch December 11, 2024 18:41
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