Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tests git:(dev) ✗ nosetests . --logging-level=INFO
- .FEFE
- ======================================================================
- ERROR: test_saiku_xmla.test_mdx_query
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/Users/miholeus/Documents/Pentaho/mondrian-server/python-saiku/tests/test_saiku_xmla.py", line 68, in test_mdx_query
- res = con.Execute(mdx, Catalog='FoodMart')
- File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/connection.py", line 125, in Execute
- raise XMLAException(fault.message, dictify(fault.fault))
- XMLAException: Server raised fault: 'XMLA MDX parse failed'
- -------------------- >> begin captured logging << --------------------
- olap.xmla.requests_kerberosauth: INFO: kerberosauth: handle_401...
- --------------------- >> end captured logging << ---------------------
- ======================================================================
- ERROR: test_saiku_xmla.test_mdx_query_to_new_datasource
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/Users/miholeus/Documents/Pentaho/mondrian-server/python-saiku/tests/test_saiku_xmla.py", line 92, in test_mdx_query_to_new_datasource
- res = con.Execute(mdx, Catalog='SecondFoodMart')
- File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/olap/xmla/connection.py", line 125, in Execute
- raise XMLAException(fault.message, dictify(fault.fault))
- XMLAException: Server raised fault: 'XMLA MDX parse failed'
- -------------------- >> begin captured logging << --------------------
- olap.xmla.requests_kerberosauth: INFO: kerberosauth: handle_401...
- --------------------- >> end captured logging << ---------------------
- ======================================================================
- FAIL: test_saiku_xmla.test_get_datasources_count
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/Users/miholeus/Documents/Pentaho/mondrian-server/python-saiku/tests/test_saiku_xmla.py", line 57, in test_get_datasources_count
- assert len(con.getDatasources()) != 0
- AssertionError:
- -------------------- >> begin captured logging << --------------------
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (3): localhost
- olap.xmla.requests_kerberosauth: WARNING: No kerberos module, so you won't be able to talk to kerberos protected sites
- olap.xmla.requests_kerberosauth: WARNING: No s4u2p module, so you won't be able to impersonate a user.
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (2): localhost
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
- olap.xmla.requests_kerberosauth: INFO: kerberosauth: handle_401...
- --------------------- >> end captured logging << ---------------------
- ======================================================================
- FAIL: test_saiku_xmla.test_adding_one_more_datasource
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
- self.test(*self.arg)
- File "/Users/miholeus/Documents/Pentaho/mondrian-server/python-saiku/tests/test_saiku_xmla.py", line 81, in test_adding_one_more_datasource
- assert len(con.getDatasources()) > 1
- AssertionError:
- -------------------- >> begin captured logging << --------------------
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (3): localhost
- requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (4): localhost
- olap.xmla.requests_kerberosauth: INFO: kerberosauth: handle_401...
- --------------------- >> end captured logging << ---------------------
- ----------------------------------------------------------------------
- Ran 5 tests in 1.109s
- FAILED (errors=2, failures=2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement