mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
449 stars 301 forks source link

docker: update to haproxy 1.9.8 #636

Closed jkoelker closed 5 years ago

jkoelker commented 5 years ago

Fixes segfaults from https://github.com/haproxy/haproxy/commit/8d85aa44dabb772cf99360c41143486875f3e383 fixed via http://git.haproxy.org/?p=haproxy-1.9.git;a=commitdiff;h=ac4be10

mesosphere-ci commented 5 years ago

Can one of the admins verify this patch?

jkoelker commented 5 years ago
+ Build container image jkoelker/jkoelker-marathon-lb-dev:a575f0ed9000
+ Pushing image to hub
docker push jkoelker/jkoelker-marathon-lb-dev:a575f0ed9000
The push refers to repository [docker.io/jkoelker/jkoelker-marathon-lb-dev]
febe2d6aa884: Pushed
d33edc8cf621: Pushed
1ca66506877c: Pushed
48d89fd8b315: Layer already exists
e8600637163d: Layer already exists
411a98cdce86: Layer already exists
a575f0ed9000: digest: sha256:5ba7e3253b15814f88c27c93bc77a4a3c19c935bc3e0cca0b29f17a2c79b9027 size: 1582
+ Build devkit image mesosphere/marathon-lb-devkit:latest
+ Starting DCOS enterprise cluster: marathon-lb-devkit
A cluster may take some time to be ready.
The amount of time it takes to start a cluster depends on a variety of factors.
If you are concerned that this is hanging, try "minidcos docker doctor" to diagnose common issues.
+ Discovering Cluster URL
+ Cluster URL: http://172.17.0.3
+ Discovering Public Node IP
+ Public Node IP: 172.17.0.5
+ Integration Testng with image jkoelker/jkoelker-marathon-lb-dev:a575f0ed9000
============================================================================================= test session starts ==============================================================================================
platform linux -- Python 3.7.3rc1, pytest-3.10.1, py-1.8.0, pluggy-0.11.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /marathon-lb/ci, inifile:
plugins: timeout-1.3.3, dcos-test-utils-0.1
collected 20 items

test_marathon_lb_dcos_e2e.py::test_port[backends/docker_ippc.json] PASSED                                                                                                                                [  5%]
test_marathon_lb_dcos_e2e.py::test_response[backends/docker_ippc.json] PASSED                                                                                                                            [ 10%]
test_marathon_lb_dcos_e2e.py::test_port[backends/ucr_host.json] PASSED                                                                                                                                   [ 15%]
test_marathon_lb_dcos_e2e.py::test_response[backends/ucr_host.json] PASSED                                                                                                                               [ 20%]
test_marathon_lb_dcos_e2e.py::test_port[backends/docker_bridge.json] PASSED                                                                                                                              [ 25%]
test_marathon_lb_dcos_e2e.py::test_response[backends/docker_bridge.json] PASSED                                                                                                                          [ 30%]
test_marathon_lb_dcos_e2e.py::test_port[backends/ucr_ippc.json] PASSED                                                                                                                                   [ 35%]
test_marathon_lb_dcos_e2e.py::test_response[backends/ucr_ippc.json] PASSED                                                                                                                               [ 40%]
test_marathon_lb_dcos_e2e.py::test_port[backends/ucr_bridge.json] PASSED                                                                                                                                 [ 45%]
test_marathon_lb_dcos_e2e.py::test_response[backends/ucr_bridge.json] PASSED                                                                                                                             [ 50%]
test_marathon_lb_dcos_e2e.py::test_port[backends/docker_host.json] PASSED                                                                                                                                [ 55%]
test_marathon_lb_dcos_e2e.py::test_response[backends/docker_host.json] PASSED                                                                                                                            [ 60%]
test_marathon_lb_dcos_e2e.py::test_port[backends_1.9/docker_ippc.json] SKIPPED                                                                                                                           [ 65%]
test_marathon_lb_dcos_e2e.py::test_response[backends_1.9/docker_ippc.json] SKIPPED                                                                                                                       [ 70%]
test_marathon_lb_dcos_e2e.py::test_port[backends_1.9/ucr_host.json] SKIPPED                                                                                                                              [ 75%]
test_marathon_lb_dcos_e2e.py::test_response[backends_1.9/ucr_host.json] SKIPPED                                                                                                                          [ 80%]
test_marathon_lb_dcos_e2e.py::test_port[backends_1.9/docker_bridge.json] SKIPPED                                                                                                                         [ 85%]
test_marathon_lb_dcos_e2e.py::test_response[backends_1.9/docker_bridge.json] SKIPPED                                                                                                                     [ 90%]
test_marathon_lb_dcos_e2e.py::test_port[backends_1.9/docker_host.json] SKIPPED                                                                                                                           [ 95%]
test_marathon_lb_dcos_e2e.py::test_response[backends_1.9/docker_host.json] SKIPPED                                                                                                                       [100%]

==================================================================================== 12 passed, 8 skipped in 224.84 seconds ====================================================================================