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

Can run Windows integration tests under Wine #1011

Merged
merged 8 commits into from
Nov 14, 2019

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    0baa3ad View commit details
    Browse the repository at this point in the history
  2. handle specific windows network exceptions when waiting for port to o…

    …pen.
    
    Seems like the servant-client does not handle IO / Network exceptions
    that can occur on Windows correctly. So this is a first work-around
    that. We may want to move this logic to our Jörmungandr http-client
    itself to actually properly handle this type of failure on every
    endpoint.
    KtorZ authored and rvl committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    03323db View commit details
    Browse the repository at this point in the history
  3. Add unit test for isPortOpen

    rvl committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4e99766 View commit details
    Browse the repository at this point in the history
  4. isPortOpen: only worry about connection refused

    The other errors are not related to the port being available.
    rvl committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9cbd57a View commit details
    Browse the repository at this point in the history
  5. Update to latest Haskell.nix

    (contains wine tests runner)
    rvl committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8563d0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1193331 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14477b5 View commit details
    Browse the repository at this point in the history
  8. apply hlint suggestions

    KtorZ authored and rvl committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5718446 View commit details
    Browse the repository at this point in the history