Skip to content

Instantly share code, notes, and snippets.

@bhanuc
Created November 2, 2016 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhanuc/99564fe1fd46c01d0c66cd4ecfe26b3c to your computer and use it in GitHub Desktop.
Save bhanuc/99564fe1fd46c01d0c66cd4ecfe26b3c to your computer and use it in GitHub Desktop.
test log
IB_ENGINE_DUMP=t go test
--- FAIL: TestAdvisorAccountManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestChainManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestCurrentTimeManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestConnect (0.00s)
engine_test.go:102: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestExecutionManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestHistoricalDataManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestHistoricalData (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestHistBarSizes (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestInstrumentManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
--- FAIL: TestMetadataManagerWithCompleteContractSpec (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused--- FAIL: TestMetadataManagerWithIncompleteContractSpec (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused--- FAIL: TestPrimaryAccountManager (0.00s)
engine_test.go:65: cannot connect engine: dial tcp 127.0.0.1:4002: getsockopt: connection refused
FAIL
exit status 1
FAIL _/home/ubuntu/ib 0.004s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment