Created
November 2, 2016 22:44
-
-
Save bhanuc/99564fe1fd46c01d0c66cd4ecfe26b3c to your computer and use it in GitHub Desktop.
test log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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