test_dbdescribe

./db/db.describe – test_dbdescribe

Test failed

Testtest_dbdescribe
Testsuite./db/db.describe
Test file./db/db.describe/testsuite/test_dbdescribe.py
StatusFAILED
Return code1
Number of tests2
Successful tests0
Failed tests2
Percent successful0%
Test duration0:00:00.635547

Supplementary files

Standard error output (stderr)

/usr/lib/python2.7/xml/etree/ElementTree.py:1638: DeprecationWarning: This method of XMLParser is deprecated.  Define doctype() method on the TreeBuilder target.
  DeprecationWarning,
WARNING: Table <zipcodes> not found in database <$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db> using driver <sqlite>
EWARNING: Table <zipcodes> not found in database <$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db> using driver <sqlite>
E
======================================================================
ERROR: test_columns (__main__.TestDbCopy)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "db/db.describe/testsuite/test_dbdescribe.py", line 185, in test_columns
    database=self.mapset)
  File "etc/python/grass/script/core.py", line 476, in read_command
    return handle_errors(returncode, stdout, args, kwargs)
  File "etc/python/grass/script/core.py", line 332, in handle_errors
    returncode=returncode)
CalledModuleError: Module run None ['db.describe', '-c', 'table=zipcodes', 'database=$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db'] ended with error
Process ended with non-zero return code 1. See errors in the (error) output.

======================================================================
ERROR: test_describe (__main__.TestDbCopy)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "db/db.describe/testsuite/test_dbdescribe.py", line 180, in test_describe
    database=self.mapset)
  File "etc/python/grass/script/core.py", line 476, in read_command
    return handle_errors(returncode, stdout, args, kwargs)
  File "etc/python/grass/script/core.py", line 332, in handle_errors
    returncode=returncode)
CalledModuleError: Module run None ['db.describe', 'table=zipcodes', 'database=$GISDBASE/$LOCATION_NAME/PERMANENT/sqlite/sqlite.db'] ended with error
Process ended with non-zero return code 1. See errors in the (error) output.

----------------------------------------------------------------------
Ran 2 tests in 0.033s
FAILED (errors=2)