Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. iroha@7da64be21b50:/opt/iroha/build/test_bin$ ./tx_pipeline_integration_test
  2. Running main() from gtest_main.cc
  3. [==========] Running 1 test from 1 test case.
  4. [----------] Global test environment set-up.
  5. [----------] 1 test from TxPipelineIntegrationTest
  6. [ RUN ] TxPipelineIntegrationTest.TxPipelineTest
  7. pg opts: host=localhost port=5432 user=postgres password=mysecretpassword
  8. /opt/iroha/test/integration/pipeline/tx_pipeline_integration_test.cpp:93: Failure
  9. Value of: irohad->storage
  10. Actual: false
  11. Expected: true
  12. unknown file: Failure
  13. C++ exception with description "could not connect to server: Connection refused
  14. Is the server running on host "localhost" (::1) and accepting
  15. TCP/IP connections on port 5432?
  16. could not connect to server: Connection refused
  17. Is the server running on host "localhost" (127.0.0.1) and accepting
  18. TCP/IP connections on port 5432?
  19. " thrown in TearDown().
  20. [ FAILED ] TxPipelineIntegrationTest.TxPipelineTest (1 ms)
  21. [----------] 1 test from TxPipelineIntegrationTest (1 ms total)
  22.  
  23. [----------] Global test environment tear-down
  24. [==========] 1 test from 1 test case ran. (1 ms total)
  25. [ PASSED ] 0 tests.
  26. [ FAILED ] 1 test, listed below:
  27. [ FAILED ] TxPipelineIntegrationTest.TxPipelineTest
  28.  
  29. 1 FAILED TEST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement