test_distr_tgis_db_vector

./temporal/t.connect – test_distr_tgis_db_vector

Test failed

Test filetest_distr_tgis_db_vector
Testsuite./temporal/t.connect
StatusFAILED
Return code1
Number of tests4
Successful tests3
Failed tests1
Percent successful75%
Test duration0:00:13.843588
Tested modulest.list, t.vect.list

Supplementary files

Standard error output (stderr)

etc/python/grass/lib/gis.py:789: DeprecationWarning: classic int division
  ('__val', c_ulong * (1024 / (8 * sizeof(c_ulong)))),
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:6: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import multiarray
/usr/lib/python2.7/dist-packages/numpy/core/__init__.py:7: DeprecationWarning: CObject type is not supported in 3.x. Please use capsule objects instead.
  from . import umath
/usr/lib/python2.7/xml/etree/ElementTree.py:1627: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
...F
======================================================================
FAIL: testv_vector_info (__main__.TestRasterExtraction)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "temporal/t.connect/testsuite/test_distr_tgis_db_vector.py", line 178, in testv_vector_info
    self.assertModuleKeyValue(module=info, reference=tinfo_string, precision=2, sep="=")
  File "etc/python/grass/gunittest/case.py", line 204, in assertModuleKeyValue
    self.fail(self._formatMessage(msg, stdMsg))
AssertionError: t.info input=a1@testvect1 type=vect -g difference:
mismatch values(key, reference, actual): [('creator', 'soeren', 'vpetras')]
command: t.info input=a1@testvect1 type=vect -g {}

----------------------------------------------------------------------
Ran 4 tests in 12.730s
FAILED (failures=1)