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

Ignore post test exception #67

Merged
merged 1 commit into from
Jan 18, 2019
Merged

Ignore post test exception #67

merged 1 commit into from
Jan 18, 2019

Conversation

nmuesch
Copy link
Contributor

@nmuesch nmuesch commented Jan 17, 2019

Closing a DatagramChannel can have issues on Java8. Closing our test DummyStatsd server can encounter this error on Mac OSX - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=7133499 or - https://bugs.openjdk.java.net/browse/JDK-8050499

This PR catches that exception. Its important to note this doesn't impact what the actual tests are testing for, this only impacts the closing of the Dummy server after all tests have been run.

@nmuesch nmuesch merged commit e86553f into master Jan 18, 2019
@nmuesch nmuesch deleted the nick/catch_IO_Exception branch January 18, 2019 01:24
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