Skip to content

Conversation

@weissi
Copy link
Member

@weissi weissi commented Apr 25, 2018

Motivation:

In the new CI, ChannelTests.testGeneral/SpecificConnectTimeout often fails with

error: ChannelTests.testGeneralConnectTimeout : threw error "connection reset (error set): Network is unreachable (errno: 101) "

It's not a great test but this just works around it by saying that if
the network's down that's fine too.

Modifications:

also accept ENETDOWN and ENETUNREACH

Result:

tests should pass in new CI.

@weissi weissi requested a review from normanmaurer April 25, 2018 13:35
Motivation:

In the new CI, ChannelTests.testGeneralConnectTimeout often fails with

```
error: ChannelTests.testGeneralConnectTimeout : threw error "connection reset (error set): Network is unreachable (errno: 101) "
```

It's not a great test but this just works around it by saying that if
the network's down that's fine too.

Modifications:

also accept ENETDOWN and ENETUNREACH

Result:

tests should pass in new CI.
@weissi weissi merged commit fadbba8 into apple:master Apr 25, 2018
@weissi weissi deleted the jw-fix-unrech branch April 25, 2018 14:09
@weissi weissi added the 🔨 semver/patch No public API change. label Apr 26, 2018
@weissi weissi added this to the 1.6.0 milestone Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants