8d779d3d3e
* 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
52 lines
587 B
Plaintext
52 lines
587 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.prof
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
debug
|
|
|
|
# Binaries
|
|
./main
|
|
./storj
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
# vendor
|
|
vendor
|
|
protos/google/*
|
|
|
|
# Test redis log and snapshot files
|
|
*test_redis-server.log
|
|
*dump.rdb
|
|
|
|
*.coverprofile
|
|
*.log
|
|
|
|
/release/
|
|
*.swp
|
|
satellite_*
|
|
storagenode_*
|
|
uplink_*
|
|
*.svg
|
|
big-upload-testfile
|
|
big-download-testfile
|
|
small-upload-testfile
|
|
small-download-testfile
|
|
/bin
|
|
resource.syso
|