test_distr_tgis_db_vector

./temporal/t.connect – test_distr_tgis_db_vector

Test failed

Testtest_distr_tgis_db_vector
Testsuite./temporal/t.connect
Test file./temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
StatusFAILED
Return code1
Number of tests4
Successful tests0
Failed tests4
Percent successful0%
Test duration0:00:09.093529
Tested modulest.list, t.vect.list

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
EFFE
======================================================================
ERROR: test_stvds_info (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 147, in test_stvds_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 225, in assertModuleKeyValue
    self.runModule(module, expecting_stdout=True)
  File "etc/python/grass/gunittest/case.py", line 1094, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.info ended with error
Process ended with non-zero return code t.info(input='A@testvect1', type='stvds', flags=u'g'). See the following errors:
ERROR: Unable to execute sql statement. You have no permission to access mapset <testvect1>, or mapset <testvect1> has no temporal database. Accessable mapsets are: <testvect4>


======================================================================
ERROR: testv_vector_info (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 200, in testv_vector_info
    module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 225, in assertModuleKeyValue
    self.runModule(module, expecting_stdout=True)
  File "etc/python/grass/gunittest/case.py", line 1094, in runModule
    errors=errors)
CalledModuleError: Module run 1 t.info ended with error
Process ended with non-zero return code t.info(input='a1@testvect1', type='vector', flags=u'g'). See the following errors:
ERROR: Unable to execute sql statement. You have no permission to access mapset <testvect1>, or mapset <testvect1> has no temporal database. Accessable mapsets are: <testvect3>


======================================================================
FAIL: test_tlist (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 70, in test_tlist
    self.assertEqual(a.strip(), b.strip())
AssertionError: 'A|testvect2|2001-01-01 00:00:00|2001-07-01 00:00:00|3' != ''
- A|testvect2|2001-01-01 00:00:00|2001-07-01 00:00:00|3
+ 


======================================================================
FAIL: test_tvect_list (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 98, in test_tvect_list
    self.assertModule(trast_list)
  File "etc/python/grass/gunittest/case.py", line 1157, in assertModule
    self.fail(self._formatMessage(msg, stdmsg))
AssertionError: Running <t.vect.list> module ended with non-zero return code (1)
Called: t.vect_list(input='A@testvect2', order=['start_time'], columns=['name', 'mapset', 'start_time', 'end_time'], method='cols', separator='pipe', flags=u's', quiet=True)
See the folowing errors:


----------------------------------------------------------------------
Ran 4 tests in 8.228s
FAILED (failures=2, errors=2)