Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Get tests working on Travis / Linux #654

Closed
dougbu opened this issue Feb 25, 2016 · 3 comments
Closed

Get tests working on Travis / Linux #654

dougbu opened this issue Feb 25, 2016 · 3 comments
Assignees
Milestone

Comments

@dougbu
Copy link
Member

dougbu commented Feb 25, 2016

Kestrel builds have been erroring or failing consistently on Travis for a while. Looks like the last successful Travis run was 20 days ago. (Admittedly, that span may include runs where Linux succeeded but OS X failed.)

Current failures appear limited to FunctionalTests.AddressRegistrationTests.RegisterAddresses_IPv6_Success (3 variants) and FunctionalTests.RequestTests.RemoteIPv6Address. No cause is obvious though these may be the only tests using IPv6.

See failures in https://travis-ci.org/aspnet/KestrelHttpServer/builds/111586273 for example.

@benaadams
Copy link
Contributor

Is a Fact test that should be a ConditionalFact these were the issues (and fixes) for what I saw #648

@dougbu
Copy link
Member Author

dougbu commented Feb 25, 2016

Good point @benaadams Looks like a quick fix. So I'm self-assigning.

@dougbu dougbu self-assigned this Feb 25, 2016
@dougbu dougbu added this to the 1.0.0-rc2 milestone Feb 25, 2016
dougbu added a commit that referenced this issue Feb 25, 2016
- #654
- `[IPv6SupportedCondition]` requires `[ConditionalFact]` or `[ConditionalTheory]`
@dougbu
Copy link
Member Author

dougbu commented Feb 25, 2016

3705551

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants