Consensys / quorum-tools

Tools for running Quorum clusters and integration tests
Other
51 stars 33 forks source link

New genesis block generation breaks test suite #17

Closed bts closed 6 years ago

bts commented 6 years ago

It seems that there's a problem the latest change (81f66bcda6adcbae281150798fd04f8a3b9bf64a) to the genesis block generation

sudo whoami && stack test

cycle test
10:56:32.156708000000: waiting for initial nodes to assume raft roles
10:56:34.658622000000: starting test with a pause
10:56:36.793858000000: waiting before adding node 4
10:56:38.797503000000: adding node 4
raft: HttpExceptionRequest Request {
host                 = "127.0.0.1"
port                 = 40402
secure               = False
requestHeaders       = [("Content-Type","application/json"),("User-Agent","haskell wreq-0.5.1.0")]
path                 = "/"
queryString          = ""
method               = "POST"
proxy                = Nothing
rawBody              = False
redirectCount        = 10
responseTimeout      = ResponseTimeoutDefault
requestVersion       = HTTP/1.1
}
(ConnectionFailure Network.Socket.connect: <socket: 13>: does not exist (Connection refused))

/cc @joelburget

fixanoid commented 6 years ago

Hey @bts I did a test locally before the commit and it executed without an issue on my end. Might be that you need to wipe gdata?