Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. $ ./test-runner unit_tests.connection.APITest.test_sasl_callbacks
  2. unit_tests.connection.APITest.test_sasl_callbacks ...........................................................................................[0x2a4f1a0]: -> SASL
  3. [0x2a4f1a0]:0 -> @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b"anonymous@t530.localdomain"]
  4. [0x2a4f1a0]: -> AMQP
  5. [0x2a4f1a0]:0 -> @open(16) [container-id="test-container-2", channel-max=32767]
  6. [0x2a00950]: <- SASL
  7. [0x2a00950]:0 <- @sasl-init(65) [mechanism=:ANONYMOUS, initial-response=b"anonymous@t530.localdomain"]
  8. [0x2a00950]:Authenticated user: anonymous with mechanism ANONYMOUS
  9. [0x2a00950]: <- AMQP
  10. [0x2a00950]:0 <- @open(16) [container-id="test-container-2", channel-max=32767]
  11. [0x2a00950]: -> SASL
  12. [0x2a00950]:0 -> @sasl-mechanisms(64) [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
  13. [0x2a00950]:0 -> @sasl-outcome(68) [code=0]
  14. [0x2a00950]: -> AMQP
  15. [0x2a00950]:0 -> @open(16) [container-id="test-container-1", channel-max=32767]
  16. [0x2a4f1a0]: <- SASL
  17. [0x2a4f1a0]:0 <- @sasl-mechanisms(64) [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
  18. [0x2a4f1a0]:0 <- @sasl-outcome(68) [code=0]
  19. fail
  20. Error during test: Traceback (most recent call last):
  21. File "./test-runner", line 360, in run
  22. phase()
  23. File "/home/kgiusti/work/github/pyngus/tests/unit_tests/connection.py", line 271, in test_sasl_callbacks
  24. assert c1.active and c2.active
  25. AssertionError
  26. Totals:
  27. 1 tests, 0 passed, 0 skipped, 0 ignored, 1 failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement