coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 302 forks source link

functional: TestSingleNodeConnectivityLoss fails with unexpected systemdFileState #1588

Closed dongsupark closed 8 years ago

dongsupark commented 8 years ago

TestSingleNodeConnectivityLoss fails on CoreOS alpha (1032) with the following logs. This time I'm not sure what's going on. On CoreOS beta, the test is working well. Will investigate.

--- FAIL: TestSingleNodeConnectivityLoss (15.69s)
    connectivity-loss_test.go:174: Units files not in expected state after losing connectivity.
        Expected: map[single@launched.service:enabled single@loaded.service:enabled global@loaded.service:enabled global@launched.service:enabled]
        Actual: map[global@launched.service:linked-runtime global@loaded.service:linked-runtime single@launched.service:linked-runtime single@loaded.service:linked-runtime]
dongsupark commented 8 years ago

Pushed a PR https://github.com/coreos/fleet/pull/1589