-
Notifications
You must be signed in to change notification settings - Fork 678
Conversation
Hold off on submitting this until ive upped the have quota. Need at least 24 vms (2 concurrent runs x 4 shards x 3 vms). |
The tests on the branch have been running just fine. |
|
||
# this stalls if gossip forwarding doesn't work. We wait for slightly | ||
# longer than the gossip interval (30s) before giving up. | ||
assert_raises "timeout 40 cat <( start_container $HOST3 )" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Have you have two test runs concurrently? I upped the vm quota recently, but I don't remember what to. |
I think so. |
Ah okay then fire away. I would like to enhance the scheduler so we don't have 2 of the 3 vms On Saturday, 11 July 2015, Matthias Radestock [email protected]
|
Quota is 32 cores, so plenty. |
test peer discovery, multi-hop routing and gossip forwarding.
increases code coverage as follows:
The difference in
/ipam/http.go
is weird. It is hitting thebadRequest(w, fmt.Errorf("Unable to allocate: %s", err))
case inrouter.Methods("POST").Path("/ip/{id}/{ip}/{prefixlen}")
, which isn't exercised by the new test , so it must be something coming from another test.The increased
connection.BreakTie
coverage, and related to that the increasedlocal_peer.handleAddConnection
coverage, I think is just down to luck, though it is possible that the new test increases the probability of tie breaks occurring.