Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. ibd3.tests.test_apps_mq
  2. TestBasicInstance
  3. test_05_finding ... [OK]
  4. test_10_creating ... [ERROR]
  5. TestProtocolGeneric
  6. test_10_no_address ... [OK]
  7. test_20_valid_channel ... [FAIL]
  8. test_20_valid_channel_w_data ... [FAIL]
  9. test_30_invalid_channel ... [OK]
  10. test_30_state_previous ... [FAIL]
  11. test_40_recv_previous ... [FAIL]
  12. test_40_recv_wo_pool ... [OK]
  13. test_43_state_locked ... [FAIL]
  14. test_47_dele_previous ... [FAIL]
  15. test_50_empty_command ... [OK]
  16. test_50_recv_wo_previous ... [OK]
  17. test_50_state_locked ... [FAIL]
  18. test_50_unknown_command ... [OK]
  19. ibd3.tests.test_apps_res
  20. TestResInstance
  21. test_10_finding ... [OK]
  22. TestResProtocol
  23. test_05_no_command ... [OK]
  24. test_05_wrong_command ... [OK]
  25. test_10_info_implemented ... [OK]
  26. test_30_fetch_existing ... [OK]
  27. test_30_fetch_wo_classname ... [OK]
  28. test_30_fetch_wo_codes ... [OK]
  29. test_30_fetch_wrong_classname ... [OK]
  30. test_50_update_not_implemented ... [OK]
  31. test_70_drop_not_implemented ... [OK]
  32. test_90_find_not_implemented ... [OK]
  33. ibd3.tests.test_baseclass
  34. BaseClassTestCase
  35. test_10_properties ... [OK]
  36. test_20_instance_properties ... [OK]
  37. test_30_instance_failed_load ... [OK]
  38. test_40_default_attributes ... [OK]
  39. test_40_instance_attributes ... [OK]
  40. test_50_baseclass_not_in_registry ... [OK]
  41. ibd3.tests.test_baseproperty
  42. BasePropertyTestCase
  43. test_10_ctor_exceptions ... [OK]
  44. test_20_ctor_only_name ... [OK]
  45. test_30_ctor_values_and_code_unique ... [OK]
  46. test_40_query_methods ... [OK]
  47. ibd3.tests.test_mq
  48. TestMqInstance
  49. test_20_register_channels ... [OK]
  50. test_30_open_missing_message ... [OK]
  51. test_40_empty_register_open_unregister ... [OK]
  52. test_50_payload_register_open_unregister ... [OK]
  53. ibd3.tests.test_orm_base
  54. BytesPropertyTestCase
  55. test_10_creating ... [OK]
  56. test_20_check_value ... [OK]
  57. test_30_to_database ... [OK]
  58. test_40_from_database ... [OK]
  59. FilePropertyTestCase
  60. test_10_creating ... [OK]
  61. test_20_check_value ... [OK]
  62. test_25_check_correct_value ... [OK]
  63. test_30_to_database ... [OK]
  64. test_40_from_database ... [OK]
  65. IntegerPropertyTestCase
  66. test_10_creating ... [OK]
  67. test_20_check_value ... [OK]
  68. test_30_to_database ... [OK]
  69. test_40_from_database ... [OK]
  70. StringPropertyTestCase
  71. test_10_creating ... [OK]
  72. test_20_check_value ... [OK]
  73. test_30_to_database ... [OK]
  74. test_40_from_database ... [OK]
  75. test_50_resource_read ... [OK]
  76. SubclassBasicTestCase
  77. test_10_empty ... [OK]
  78. test_20_subsub_properties ... [OK]
  79. test_30_failed_load ... [OK]
  80. test_40_loading_code ... [OK]
  81. SubclassCreatingTestCase
  82. test_10_creating_code ... [OK]
  83. test_20_creating_dropping_fields ... [OK]
  84. test_30_schema_recreating ... [OK]
  85. test_40_altering ... [OK]
  86. ibd3.tests.test_protocol
  87. TestProtocolInstance
  88. test_10_creation ... [OK]
  89. test_20_debug_mode ... [OK]
  90. test_30_wrong_magic ... [OK]
  91. test_40_wrong_pbuf ... [OK]
  92. test_50_wrong_version ... [OK]
  93. test_60_empty_ok ... [OK]
  94. test_70_empty_app ... [OK]
  95. test_70_wrong_app ... [OK]
  96. ibd3.tests.test_rdbms
  97. QueryTestCase
  98. test_10_cursor_select_1 ... [OK]
  99. test_20_fetch_select_1 ... [OK]
  100. test_30_update_create_drop_table ... [OK]
  101. test_40_deferred_transaction_commit ... [OK]
  102. test_50_deferred_transaction_rollback ... [OK]
  103. test_60_deferred_transaction_insert ... [OK]
  104. test_70_deferred_transaction_fail ... [OK]
  105. test_80_precreating_table ... [OK]
  106. ibd3.tests.test_storage
  107. StorageTestCase
  108. test_10_non_exising_file ... [OK]
  109. test_20_create_and_remove ... [OK]
  110. test_30_create_and_open ... [OK]
  111. test_40_recreate ... [OK]
  112.  
  113. ===============================================================================
  114. [FAIL]
  115. Traceback (most recent call last):
  116. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_protocol.py", line 89, in failIfResponseErrors
  117. self.failUnlessEqual(realErrors, tuple())
  118. twisted.trial.unittest.FailTest: not equal:
  119. a = (100L,)
  120. b = ()
  121.  
  122.  
  123. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_20_valid_channel
  124. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_20_valid_channel_w_data
  125. ===============================================================================
  126. [FAIL]
  127. Traceback (most recent call last):
  128. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_apps_mq.py", line 106, in _check
  129. self.failIfResponseErrors(response)
  130. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_protocol.py", line 89, in failIfResponseErrors
  131. self.failUnlessEqual(realErrors, tuple())
  132. twisted.trial.unittest.FailTest: not equal:
  133. a = (5L,)
  134. b = ()
  135.  
  136.  
  137. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_30_state_previous
  138. ===============================================================================
  139. [FAIL]
  140. Traceback (most recent call last):
  141. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_apps_mq.py", line 126, in _check2msg
  142. self.failUnlessEqual(len(msgs), 2)
  143. twisted.trial.unittest.FailTest: not equal:
  144. a = 0
  145. b = 2
  146.  
  147.  
  148. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_40_recv_previous
  149. ===============================================================================
  150. [FAIL]
  151. Traceback (most recent call last):
  152. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_apps_mq.py", line 144, in _check
  153. self.failIfResponseErrors(response)
  154. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_protocol.py", line 89, in failIfResponseErrors
  155. self.failUnlessEqual(realErrors, tuple())
  156. twisted.trial.unittest.FailTest: not equal:
  157. a = (5L,)
  158. b = ()
  159.  
  160.  
  161. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_43_state_locked
  162. ===============================================================================
  163. [FAIL]
  164. Traceback (most recent call last):
  165. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_protocol.py", line 89, in failIfResponseErrors
  166. self.failUnlessEqual(realErrors, tuple())
  167. twisted.trial.unittest.FailTest: not equal:
  168. a = (1L,)
  169. b = ()
  170.  
  171.  
  172. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_47_dele_previous
  173. ===============================================================================
  174. [FAIL]
  175. Traceback (most recent call last):
  176. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_apps_mq.py", line 165, in _check
  177. self.failIfResponseErrors(response)
  178. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_protocol.py", line 89, in failIfResponseErrors
  179. self.failUnlessEqual(realErrors, tuple())
  180. twisted.trial.unittest.FailTest: not equal:
  181. a = (5L,)
  182. b = ()
  183.  
  184.  
  185. ibd3.tests.test_apps_mq.TestProtocolGeneric.test_50_state_locked
  186. ===============================================================================
  187. [ERROR]
  188. Traceback (most recent call last):
  189. File "/opt/ibd3/lib/python2.7/site-packages/ibd3/tests/test_apps_mq.py", line 43, in test_10_creating
  190. self.failUnlessIsInstance(proto, ibd3.apps.mq.MqProtocol)
  191. exceptions.AttributeError: 'module' object has no attribute 'MqProtocol'
  192.  
  193. ibd3.tests.test_apps_mq.TestBasicInstance.test_10_creating
  194. -------------------------------------------------------------------------------
  195. Ran 86 tests in 0.918s
  196.  
  197. FAILED (failures=7, errors=1, successes=78)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement