Advertisement
Grigory75

Untitled

May 30th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. test_translate_cube (tests.test_localization.LocalizationTestCase) ... ERROR
  2.  
  3. ======================================================================
  4. ERROR: test_aggregate_csv_headers (tests.test_server.SlicerAggregateTestCase)
  5. ----------------------------------------------------------------------
  6. Traceback (most recent call last):
  7. File "/home/user/Distr/cubes_1_0_1/cubes/tests/test_server.py", line 160, in setUp
  8. self.workspace = self.create_workspace(model="server.json")
  9. File "/home/user/Distr/cubes_1_0_1/cubes/tests/common.py", line 54, in create_workspace
  10. raise NotImplementedError("Depreciated in this context")
  11. NotImplementedError: Depreciated in this context
  12.  
  13. ======================================================================
  14. ERROR: test_explicit (tests.sql.test_aggregates.AggregatesTestCase)
  15. ----------------------------------------------------------------------
  16. Traceback (most recent call last):
  17. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_aggregates.py", line 48, in setUp
  18. self.workspace = self.create_workspace(model="aggregates.json")
  19. File "/home/user/Distr/cubes_1_0_1/cubes/tests/common.py", line 54, in create_workspace
  20. raise NotImplementedError("Depreciated in this context")
  21. NotImplementedError: Depreciated in this context
  22.  
  23. ======================================================================
  24. ERROR: test_post_calculation (tests.sql.test_aggregates.AggregatesTestCase)
  25. ----------------------------------------------------------------------
  26. Traceback (most recent call last):
  27. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_aggregates.py", line 48, in setUp
  28. self.workspace = self.create_workspace(model="aggregates.json")
  29. File "/home/user/Distr/cubes_1_0_1/cubes/tests/common.py", line 54, in create_workspace
  30. raise NotImplementedError("Depreciated in this context")
  31. NotImplementedError: Depreciated in this context
  32.  
  33. ======================================================================
  34. ERROR: test_unknown_function (tests.sql.test_aggregates.AggregatesTestCase)
  35. ----------------------------------------------------------------------
  36. Traceback (most recent call last):
  37. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_aggregates.py", line 48, in setUp
  38. self.workspace = self.create_workspace(model="aggregates.json")
  39. File "/home/user/Distr/cubes_1_0_1/cubes/tests/common.py", line 54, in create_workspace
  40. raise NotImplementedError("Depreciated in this context")
  41. NotImplementedError: Depreciated in this context
  42.  
  43. ======================================================================
  44. ERROR: test_translate_cube (tests.test_localization.LocalizationTestCase)
  45. ----------------------------------------------------------------------
  46. Traceback (most recent call last):
  47. File "/home/user/Distr/cubes_1_0_1/cubes/tests/test_localization.py", line 53, in test_translate_cube
  48. cube = cube.localized(trans)
  49. File "/home/user/Distr/cubes_1_0_1/cubes/cubes/model.py", line 125, in localized
  50. setattr(copy, attr, list_copy)
  51. AttributeError: can't set attribute
  52.  
  53. ======================================================================
  54. FAIL: test_incremental_context (tests.sql.test_expression.SQLExpressionTestCase)
  55. ----------------------------------------------------------------------
  56. Traceback (most recent call last):
  57. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 118, in test_incremental_context
  58. column)
  59. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 67, in assertExpressionEqual
  60. self.assertCountEqual(left_result, right_result)
  61. AssertionError: Element counts were not equal:
  62. First has 1, Second has 0: 240
  63. First has 0, Second has 1: 40
  64.  
  65. ======================================================================
  66. FAIL: test_multiple_columns (tests.sql.test_expression.SQLExpressionTestCase)
  67. ----------------------------------------------------------------------
  68. Traceback (most recent call last):
  69. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 103, in test_multiple_columns
  70. column)
  71. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 67, in assertExpressionEqual
  72. self.assertCountEqual(left_result, right_result)
  73. AssertionError: Element counts were not equal:
  74. First has 1, Second has 0: 240
  75. First has 0, Second has 1: 40
  76.  
  77. ======================================================================
  78. FAIL: test_with_constant (tests.sql.test_expression.SQLExpressionTestCase)
  79. ----------------------------------------------------------------------
  80. Traceback (most recent call last):
  81. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 93, in test_with_constant
  82. column)
  83. File "/home/user/Distr/cubes_1_0_1/cubes/tests/sql/test_expression.py", line 67, in assertExpressionEqual
  84. self.assertCountEqual(left_result, right_result)
  85. AssertionError: Element counts were not equal:
  86. First has 1, Second has 0: 11
  87. First has 1, Second has 0: 21
  88. First has 1, Second has 0: 41
  89. First has 1, Second has 0: 81
  90. First has 0, Second has 1: 10
  91. First has 0, Second has 1: 20
  92. First has 0, Second has 1: 40
  93. First has 0, Second has 1: 80
  94.  
  95. ----------------------------------------------------------------------
  96. Ran 205 tests in 4.330s
  97.  
  98. FAILED (failures=3, errors=5, skipped=31)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement