Opened 9 years ago
Last modified 9 years ago
#25438 closed Bug
Oracle GIS test failures for Django 1.9 — at Version 3
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | oracle 1.9 |
Cc: | Jani Tiainen, felisiak.mariusz@… | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
After the patch for #24688 to add support for new-style GIS functions, some test failures remain:
gis_tests.geoapp.test_functions.GISFunctionsTests.test_difference Traceback (most recent call last): File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/test/testcases.py", line 1093, in skip_wrapper return test_func(*args, **kwargs) File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/tests/gis_tests/geoapp/test_functions.py", line 180, in test_difference self.assertEqual(c.mpoly.difference(geom), c.diff) AssertionError: <MultiPolygon object at 0x7f768d20f450> != <MultiPolygon object at 0x7f768d1df2b8> gis_tests.geoapp.test_functions.GISFunctionsTests.test_intersection Traceback (most recent call last): File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/test/testcases.py", line 1093, in skip_wrapper return test_func(*args, **kwargs) File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/tests/gis_tests/geoapp/test_functions.py", line 234, in test_intersection self.assertEqual(c.inter, expected) AssertionError: '' != <GeometryCollection object at 0x7f768ea5a120> gis_tests.geoapp.test_functions.GISFunctionsTests.test_difference_mixed_srid Traceback (most recent call last): File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/db/utils.py", line 102, in inner return func(*args, **kwargs) File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/db/backends/oracle/base.py", line 516, in fetchmany return tuple(_rowfactory(r, self.cursor) for r in self.cursor.fetchmany(size)) cx_Oracle.DatabaseError: ORA-13199: SRID does not exist. ORA-06512: at "MDSYS.MD", line 1723 ORA-06512: at "MDSYS.MDERR", line 17 ORA-06512: at "MDSYS.SDO_CS", line 5264 ORA-06512: at "MDSYS.SDO_CS", line 3034 gis_tests.geoapp.tests.GeoQuerySetTest.test_gml Traceback (most recent call last): File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/test/testcases.py", line 1093, in skip_wrapper return test_func(*args, **kwargs) File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/tests/gis_tests/geoapp/tests.py", line 635, in test_gml self.assertTrue(gml_regex.match(ptown.gml)) AssertionError: None is not true gis_tests.geogapp.tests.GeographyFunctionTests.test_distance_function Traceback (most recent call last): File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/test/testcases.py", line 1093, in skip_wrapper return test_func(*args, **kwargs) File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/tests/gis_tests/geogapp/tests.py", line 120, in test_distance_function self.assertAlmostEqual(z.distance.m, ref, 2) AssertionError: 4899.67677194225 != 4891.2 within 2 places
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Cc: | added |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
Having error tracebacks would be nice, too.