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

mesos: update to 1.1.1 #25258

Merged
merged 1 commit into from Apr 27, 2017
Merged

mesos: update to 1.1.1 #25258

merged 1 commit into from Apr 27, 2017

Conversation

Azulinho
Copy link
Contributor

@Azulinho Azulinho commented Apr 27, 2017

Motivation for this change

Current marathon version in 17.03 and master is 1.4.1 which requires mesos 1.1.1+
see: https://mesosphere.github.io/marathon/docs/

Current deployments (such as my cluster) are broken as marathon is unable to schedule or maintain apps on mesos (likely API changes)

Things done
  • deployed onto a real mesos cluster
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • [] Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@Azulinho, thanks for your PR! By analyzing the history of the files in this pull request, we identified @cstrahan, @kevincox and @pSub to be potential reviewers.

@Azulinho
Copy link
Contributor Author

tackles: #25260

@Azulinho
Copy link
Contributor Author

bit of a dodgy travis.ci error,
not sure if its related to ipv6 support on travis.ci...

======================================================================
ERROR: test suite for <class 'test.with_dummyserver.test_https.TestHTTPS_IPv6Addr'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/ina0cwa0sq5yadpwqi7m5bl8g66vblpq-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/suite.py", line 209, in run
    self.setUp()
  File "/nix/store/ina0cwa0sq5yadpwqi7m5bl8g66vblpq-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/suite.py", line 292, in setUp
    self.setupContext(ancestor)
  File "/nix/store/ina0cwa0sq5yadpwqi7m5bl8g66vblpq-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/suite.py", line 315, in setupContext
    try_run(context, names)
  File "/nix/store/ina0cwa0sq5yadpwqi7m5bl8g66vblpq-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/util.py", line 471, in try_run
    return func()
  File "/run/user/1000/nix-build-python2.7-urllib3-1.20.drv-0/urllib3-1.20/dummyserver/testcase.py", line 144, in setUpClass
    super(IPV6HTTPSDummyServerTestCase, cls).setUpClass()
  File "/run/user/1000/nix-build-python2.7-urllib3-1.20.drv-0/urllib3-1.20/dummyserver/testcase.py", line 123, in setUpClass
    cls._start_server()
  File "/run/user/1000/nix-build-python2.7-urllib3-1.20.drv-0/urllib3-1.20/dummyserver/testcase.py", line 112, in _start_server
    cls.scheme, cls.host)
  File "/run/user/1000/nix-build-python2.7-urllib3-1.20.drv-0/urllib3-1.20/dummyserver/server.py", line 221, in run_tornado_app
    sockets = bind_sockets(None, address=host)
  File "/run/user/1000/nix-build-python2.7-urllib3-1.20.drv-0/urllib3-1.20/dummyserver/server.py", line 175, in bind_sockets
    socket.SOCK_STREAM, 0, flags)):
gaierror: [Errno -9] Address family for hostname not supported
-------------------- >> begin captured logging << --------------------
tornado.access: INFO: 200 GET / (127.0.0.1) 4.36ms
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'test.with_dummyserver.test_proxy_poolmanager.TestIPv6HTTPProxyManager'>```

@fpletz fpletz added this to the 17.03 milestone Apr 27, 2017
@fpletz
Copy link
Member

fpletz commented Apr 27, 2017

Builds fine for me.

@fpletz fpletz merged commit de688d9 into NixOS:master Apr 27, 2017
@fpletz
Copy link
Member

fpletz commented Apr 27, 2017

Backported to 17.03 in c545296.

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants