#7323 IPv6 hack for Travis CI
Closed: fixed 4 years ago by frenaud. Opened 6 years ago by cheimes.

The December update of Travis CI removed IPv6 on loopback, which broke your test suite, see https://github.com/travis-ci/travis-ci/issues/8891

PR https://github.com/freeipa/freeipa/pull/1395 added a hack to make tests pass on Travis again. The hack must be removed as soon as it is no longer required.


master:

  • 929c77c Travis: Add workaround for missing IPv6 support

ipa-4-6:

  • 383a9ac Travis: Add workaround for missing IPv6 support

ipa-4-5:

  • ca02f6c Travis: Add workaround for missing IPv6 support

Wouldn't it have been better to have a proper way to disable the check in environments where the admin knows what they are doing?

For example we seem to have similar situation reported on GCE instances with freeipa-container: https://github.com/freeipa/freeipa-container/issues/185

Metadata Update from @rcritten:
- Issue assigned to cheimes
- Issue set to the milestone: Future Releases

6 years ago

master:

  • 2319b38 travis: Remove CI integration

ipa-4-8:

  • 6486b1a travis: Remove CI integration

Travis integration was removed in PR https://github.com/freeipa/freeipa/pull/3964 for branches master and ipa-4-8.

Branches ipa-4-6 and ipa-4-7 are still triggering Travis.

Removed hack on ipa-4-6 and ipa-4-7 branches:
ipa-4-6:

  • 423a052 Travis: Enable IPv6 support for Docker

ipa-4-7:

  • 4cddbfd Travis: Enable IPv6 support for Docker

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata