storj/pkg/node
Jennifer Li Johnson 8d779d3d3e Disconnects nodeclient, routing table dbs when done with kademlia (#507)
* disconnect from nodeclient

* cleanup connections in tests

* kademlia disconnects from nodeclient

* updating disconnect method for mocks

* creates separate disconnect and removeAll methods for tests

* adds init to connection pool

* fix folder cleanup and disconnect

* creates and cleans up test db files and disconnects kad

* removes db/.keep

* includes disconnect within cleanup methods

* creates public init method on connection pool to handle mutex copy issues

* remove all after disconnect

* pair creation and destruction

* checks disconnect error

* remove ctx

* fixes mock kad
2018-10-26 10:07:02 -04:00
..
client.go Disconnects nodeclient, routing table dbs when done with kademlia (#507) 2018-10-26 10:07:02 -04:00
connection_pool_test.go Disconnects nodeclient, routing table dbs when done with kademlia (#507) 2018-10-26 10:07:02 -04:00
connection_pool.go Disconnects nodeclient, routing table dbs when done with kademlia (#507) 2018-10-26 10:07:02 -04:00
id_test.go Kad identity (#458) 2018-10-11 15:41:58 -06:00
id.go Remove newID function (#468) 2018-10-12 15:10:50 -06:00
node_test.go Kad identity (#458) 2018-10-11 15:41:58 -06:00
node.go Disconnects nodeclient, routing table dbs when done with kademlia (#507) 2018-10-26 10:07:02 -04:00
server_test.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
server.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00