Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Fix Windows Tests #82

Merged
merged 2 commits into from
May 9, 2020
Merged

Fix Windows Tests #82

merged 2 commits into from
May 9, 2020

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented May 9, 2020

Fix two issues breaking windows tests:

  • Explicitly make hobbits UPD tests bind to 127.0.0.1 instead of 0.0.0.0.
    Windows does not easily support binding to multiple interfaes for listening.
  • Rely on java native URL creation for file resource tests.

Signed-off-by: Danno Ferrin danno.ferrin@gmail.com

Fixed Issue(s)

fixes #81

Fix two issues breaking windows tests:
* Explicitly make hobbits UPD tests bind to 127.0.0.1 instead of 0.0.0.0.
  Windows does not easily support binding to multiple interfaes for listening.
* Rely on java native URL creation for file resource tests.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
@atoulme
Copy link
Member

atoulme commented May 9, 2020

LGTM, and very timely. Test failure is due to bad master, I just fixed it.

@atoulme atoulme merged commit 19725a3 into apache:master May 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests don't pass under windows
2 participants