❌ Test failed
Test | test_v_db_update |
Testsuite | ./scripts/v.db.update |
Test file | ./scripts/v.db.update/testsuite/test_v_db_update.py |
Status | FAILED |
Return code | 1 |
Number of tests | 1 |
Successful tests | 0 |
Failed tests | 2 |
Percent successful | 0% |
Test duration | 0:00:00.895072 |
WARNING: <geodetic_pts> not found ERROR: Vector map <mygeodetic_pts> not found in current mapset EERROR: Vector map <mygeodetic_pts> not found in current mapset E ====================================================================== ERROR: test_update (__main__.TestVDbUpdate) update value test ---------------------------------------------------------------------- Traceback (most recent call last): File "scripts/v.db.update/testsuite/test_v_db_update.py", line 33, in test_update column="zval double precision") File "etc/python/grass/script/core.py", line 452, in run_command return handle_errors(returncode, returncode, args, kwargs) File "etc/python/grass/script/core.py", line 354, in handle_errors returncode=returncode) CalledModuleError: Module run None v.db.addcolumncolumn=zval double precisionmap=mygeodetic_pts ended with error Process ended with non-zero return code 1. See errors in the (error) output. ====================================================================== ERROR: tearDownClass (__main__.TestVDbUpdate) ---------------------------------------------------------------------- Traceback (most recent call last): File "scripts/v.db.update/testsuite/test_v_db_update.py", line 27, in tearDownClass run_command('v.db.dropcolumn', map=cls.mapName, columns="zval") File "etc/python/grass/script/core.py", line 452, in run_command return handle_errors(returncode, returncode, args, kwargs) File "etc/python/grass/script/core.py", line 354, in handle_errors returncode=returncode) CalledModuleError: Module run None v.db.dropcolumnmap=mygeodetic_ptscolumns=zval ended with error Process ended with non-zero return code 1. See errors in the (error) output. ---------------------------------------------------------------------- Ran 1 test in 0.184s FAILED (errors=2)