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

3.x: Clean up the mocks after DnsEndpointTest #432

Open
wants to merge 1 commit into
base: scylla-3.x
Choose a base branch
from

Conversation

Bouncheck
Copy link
Collaborator

Adds an @AfterClass method that cleans up the custom resolver.
Previously it was possible that the mocked hostname would still be associated
with the same ip in another test, causing it to fail in certain cases.

@Bouncheck Bouncheck self-assigned this Feb 6, 2025
@Bouncheck Bouncheck force-pushed the test-fixes-3 branch 2 times, most recently from fabe6c5 to 464b0b9 Compare February 6, 2025 06:17
Adds an `@AfterClass` method that cleans up the custom resolver.
Previously it was possible that the mocked hostname would still be associated
with the same ip in another test, causing it to fail in certain cases.
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