Advertisement
Guest User

test installation

a guest
Jul 4th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.42 KB | None | 0 0
  1. /media/disk2/Projects/build/pyzmq# cd ~
  2. ~# nosetests -v zmq.tests
  3. test_zmq_bind (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  4. test_zmq_bind_connect (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  5. test_zmq_ctx_new_destroy (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  6. test_zmq_getsockopt (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  7. test_zmq_msg_data (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  8. test_zmq_msg_init_close (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  9. test_zmq_msg_init_data (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  10. test_zmq_msg_init_size (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  11. test_zmq_poll (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  12. test_zmq_recv (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  13. test_zmq_send (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  14. test_zmq_setsockopt (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  15. test_zmq_sleep (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  16. test_zmq_socket_open_close (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  17. test_zmq_stopwatch_functions (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  18. test_zmq_version_info (zmq.tests.test_cffi_backend.TestCffiBackend) ... SKIP: PyPy Tests Only
  19. ctx.destroy should succeed when cyclic ref prevents gc ... ok
  20. Context.destroy should close sockets ... ok
  21. Context.destroy should set linger on closing sockets ... ok
  22. test_dir (zmq.tests.test_context.TestContext) ... ok
  23. test_fail_init (zmq.tests.test_context.TestContext) ... ok
  24. test close&term by garbage collection alone ... ok
  25. test_init (zmq.tests.test_context.TestContext) ... ok
  26. test_instance (zmq.tests.test_context.TestContext) ... ok
  27. opening and closing many sockets shouldn't cause problems ... ok
  28. setting socket options with ctx attributes ... ok
  29. test_term (zmq.tests.test_context.TestContext) ... ok
  30. test_term_hang (zmq.tests.test_context.TestContext) ... ok
  31. Context.term won't close sockets ... ok
  32. ctx.term should not crash active threads (#139) ... ok
  33. test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
  34. test_device_types (zmq.tests.test_device.TestDevice) ... ok
  35. test_proxy (zmq.tests.test_device.TestDevice) ... ok
  36. test_single_socket_forwarder_bind (zmq.tests.test_device.TestDevice) ... ok
  37. test_single_socket_forwarder_connect (zmq.tests.test_device.TestDevice) ... ok
  38. test_tsdevice_attributes (zmq.tests.test_device.TestDevice) ... ok
  39. test_again (zmq.tests.test_error.TestZMQError) ... ok
  40. test that strerror gets the right type. ... ok
  41. test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
  42. test core imports ... ok
  43. test device imports ... ok
  44. test eventloop imports ... ok
  45. test log imports ... ok
  46. test toplevel import ... ok
  47. test util imports ... ok
  48. Tornado poller implementation maps events correctly ... ok
  49. simple IOLoop creation test ... ok
  50. test timeout comparisons ... ok
  51. test_init_iface (zmq.tests.test_log.TestPubLog) ... ok
  52. test_init_socket (zmq.tests.test_log.TestPubLog) ... ok
  53. test_root_topic (zmq.tests.test_log.TestPubLog) ... ok
  54. test_unicode_message (zmq.tests.test_log.TestPubLog) ... ok
  55. Message above 30 bytes are never copied by 0MQ. ... ok
  56. test using a bad object ... ok
  57. test using a buffer as input ... ok
  58. test non-copying numpy array messages ... ok
  59. receiving buffered output ... ok
  60. Test the Frame.bytes property. ... ok
  61. test Frame.more attribute ... ok
  62. Test the len of the Frames. ... ok
  63. Run through a ref counting cycle with a copy. ... ok
  64. Run through a different ref counting cycle with a copy. ... ok
  65. test messages from memoryview ... ok
  66. test_multi_tracker (zmq.tests.test_message.TestFrame) ... ok
  67. ensure that a message remains intact after multiple sends ... ok
  68. test_no_tracker (zmq.tests.test_message.TestFrame) ... ok
  69. check for clobbering message buffers ... ok
  70. Test the str representations of the Frames. ... ok
  71. test_tracker (zmq.tests.test_message.TestFrame) ... ok
  72. Test the unicode representations of the Frames. ... ok
  73. test_default_mq_args (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  74. test_monitor (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  75. test_monitor_subscribe (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  76. test_mq_check_prefix (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  77. test_prefix (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  78. test_queue (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  79. test_reply (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
  80. test router-router MQ devices ... ok
  81. test_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
  82. test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... ok
  83. test_basic (zmq.tests.test_pair.TestPair) ... ok
  84. test_json (zmq.tests.test_pair.TestPair) ... ok
  85. test_multiple (zmq.tests.test_pair.TestPair) ... ok
  86. test_pyobj (zmq.tests.test_pair.TestPair) ... ok
  87. test_no_events (zmq.tests.test_poll.TestPoll) ... ok
  88. test_pair (zmq.tests.test_poll.TestPoll) ... ok
  89. test_pubsub (zmq.tests.test_poll.TestPoll) ... ok
  90. test_reqrep (zmq.tests.test_poll.TestPoll) ... ok
  91. make sure Poller.poll timeout has the right units (milliseconds). ... ok
  92. test_pair (zmq.tests.test_poll.TestSelect) ... ok
  93. make sure select timeout has the right units (seconds). ... ok
  94. test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
  95. test_topic (zmq.tests.test_pubsub.TestPubSub) ... ok
  96. test_bad_send_recv (zmq.tests.test_reqrep.TestReqRep) ... ok
  97. test_basic (zmq.tests.test_reqrep.TestReqRep) ... ok
  98. test_json (zmq.tests.test_reqrep.TestReqRep) ... ok
  99. test_large_msg (zmq.tests.test_reqrep.TestReqRep) ... ok
  100. test_multiple (zmq.tests.test_reqrep.TestReqRep) ... ok
  101. test_pyobj (zmq.tests.test_reqrep.TestReqRep) ... ok
  102. set setting/getting sockopts as attributes ... ok
  103. test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
  104. Test that appropriate errors are raised on bad socket options ... ok
  105. test_bind_to_random_port (zmq.tests.test_socket.TestSocket) ... ok
  106. test_close (zmq.tests.test_socket.TestSocket) ... ok
  107. s.close() after ctx.destroy() should be fine ... ok
  108. test_create (zmq.tests.test_socket.TestSocket) ... ok
  109. test_dir (zmq.tests.test_socket.TestSocket) ... ok
  110. test_hwm (zmq.tests.test_socket.TestSocket) ... ok
  111. test non-uint64 sockopts ... ok
  112. IPC_PATH_MAX_LEN is a sensible value ... ok
  113. test_ipc_path_max_length_msg (zmq.tests.test_socket.TestSocket) ... ok
  114. test_poll (zmq.tests.test_socket.TestSocket) ... ok
  115. test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
  116. test sending unicode objects ... ok
  117. test set/getsockopt roundtrip. ... ok
  118. subclasses can assign attributes ... ok
  119. test the MessageTracker object for tracking when zmq is done with a buffer ... ok
  120. test setting/getting sockopts with unicode strings ... ok
  121. Test error raised on multiple calls to stop. ... ok
  122. Ensure stop returns a long int. ... ok
  123. Test that stop/sleep have right units. ... ok
  124. test_pyzmq_version (zmq.tests.test_version.TestVersion) ... ok
  125. test_pyzmq_version_info (zmq.tests.test_version.TestVersion) ... ok
  126. test_zmq_version (zmq.tests.test_version.TestVersion) ... ok
  127. test_zmq_version_info (zmq.tests.test_version.TestVersion) ... ok
  128. Ensure callable check works (py3k). ... ok
  129.  
  130. ----------------------------------------------------------------------
  131. Ran 126 tests in 15.959s
  132.  
  133. OK (SKIP=16)
  134. ~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement