Changes between Version 3 and Version 6 of Ticket #25438


Ignore:
Timestamp:
Oct 26, 2015, 4:44:56 PM (9 years ago)
Author:
Tim Graham
Comment:

Jenkins is upgraded to Oracle 12.1.0.2.0. I updated the ticket description with the test failures.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25438 – Description

    v3 v6  
    2222
    2323Traceback (most recent call last):
    24   File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/db/utils.py", line 102, in inner
    25     return func(*args, **kwargs)
    26   File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/db/backends/oracle/base.py", line 516, in fetchmany
    27     return tuple(_rowfactory(r, self.cursor) for r in self.cursor.fetchmany(size))
    28 cx_Oracle.DatabaseError: ORA-13199: SRID does not exist.
    29 ORA-06512: at "MDSYS.MD", line 1723
    30 ORA-06512: at "MDSYS.MDERR", line 17
    31 ORA-06512: at "MDSYS.SDO_CS", line 5264
    32 ORA-06512: at "MDSYS.SDO_CS", line 3034
    33 
    34 gis_tests.geoapp.tests.GeoQuerySetTest.test_gml
    35 
    36 Traceback (most recent call last):
    37   File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/django/test/testcases.py", line 1093, in skip_wrapper
     24  File "/home/jenkins/workspace/django-oracle-1.9/database/oragis12/label/trusty/python/python2.7/django/test/testcases.py", line 1093, in skip_wrapper
    3825    return test_func(*args, **kwargs)
    39   File "/mnt/jenkinsdata/workspace/pull-requests-oracle/database/oragis11/python/python3.5/tests/gis_tests/geoapp/tests.py", line 635, in test_gml
    40     self.assertTrue(gml_regex.match(ptown.gml))
    41 AssertionError: None is not true
     26  File "/home/jenkins/workspace/django-oracle-1.9/database/oragis12/label/trusty/python/python2.7/tests/gis_tests/geoapp/test_functions.py", line 191, in test_difference_mixed_srid
     27    self.assertEqual(c.mpoly.difference(geom), c.difference)
     28AssertionError: <MultiPolygon object at 0x7f3422ed02e0> != <MultiPolygon object at 0x7f3422ed0130>
    4229
    4330gis_tests.geogapp.tests.GeographyFunctionTests.test_distance_function
     
    5037AssertionError: 4899.67677194225 != 4891.2 within 2 places
    5138}}}
     39
     40New since Jenkins was updated from Oracle 11 to Oracle 12.1.0.2.0:
     41{{{
     42gis_tests.geoapp.test_functions.GISFunctionsTests.test_sym_difference
     43
     44Items in the first set but not the second: u'POLYGON ((-103.0024339999999938 36.5003969999999995, -103.0419239999999945 36.5004390000000001, .............
     45
     46gis_tests.geogapp.tests.GeographyFunctionTests.test_geography_area
     47gis_tests.geogapp.tests.GeographyTest.test06_geography_area (same issue probably)
     48
     49Traceback (most recent call last):
     50  File "/home/jenkins/workspace/django-oracle-1.9/database/oragis12/label/trusty/python/python2.7/django/test/testcases.py", line 1093, in skip_wrapper
     51    return test_func(*args, **kwargs)
     52  File "/home/jenkins/workspace/django-oracle-1.9/database/oragis12/label/trusty/python/python2.7/tests/gis_tests/geogapp/tests.py", line 131, in test_geography_area
     53    self.assertAlmostEqual(z.area.sq_m, ref_area, tol)
     54AssertionError: 5439100.13586914 != 5439100.95415646 within 5 places
Back to Top