Ticket #607 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

1 regression tests failed with PostGIS SVN version

Reported by: jorgearevalo Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: regress test Cc:

Description

6 tests failed: regress, wkt, measures, sql-mm-compound-curve, sql-mm-curvepoly and tickets

My enviroment: VMWare machine running Ubuntu 9.10, PostgreSQL 8.4.4, GEOS 3.3.0, PROJ4 4.7

Attached the 6 diff files generated.

Has anyone the same problem?

Attachments

test_13_diff Download (3.6 KB) - added by jorgearevalo 3 years ago.
regress diff
test_23_diff Download (4.7 KB) - added by jorgearevalo 3 years ago.
wkt diff
test_24_diff Download (3.1 KB) - added by jorgearevalo 3 years ago.
measures diff
test_29_diff Download (5.1 KB) - added by jorgearevalo 3 years ago.
sql-mm-compoundcurve diff
test_30_diff Download (10.0 KB) - added by jorgearevalo 3 years ago.
sql-mm-curvepoly diff
test_47_diff Download (1.4 KB) - added by jorgearevalo 3 years ago.
tickets diff
new_tests_failed.zip Download (2.8 KB) - added by jorgearevalo 2 years ago.
Diff and output files for test 23 and 47
tests_46_48_fail.tgz Download (2.4 KB) - added by jorgearevalo 2 years ago.

Change History

Changed 3 years ago by jorgearevalo

regress diff

Changed 3 years ago by jorgearevalo

wkt diff

Changed 3 years ago by jorgearevalo

measures diff

Changed 3 years ago by jorgearevalo

sql-mm-compoundcurve diff

Changed 3 years ago by jorgearevalo

sql-mm-curvepoly diff

Changed 3 years ago by jorgearevalo

tickets diff

Changed 2 years ago by pramsey

Still?

Changed 2 years ago by jorgearevalo

Just now only 2 test failed: measures and tickets. Attached, the diff files

Changed 2 years ago by jorgearevalo

Diff and output files for test 23 and 47

Changed 2 years ago by nicklas

measures should be fixed in r6543

/Nicklas

Changed 2 years ago by nicklas

measures should be fixed in r6543

/Nicklas

Changed 2 years ago by jorgearevalo

Ok, these 2 errors fixed. Now, I have 2 different ones: tickets and wms_old. The tickets problem looks easy to fix. The wms_old is weird, because complains for a non-existent function that does exist (force_2d). I attach the diff and out files for these tickets (tests_46_48_fail.tgz)

Changed 2 years ago by jorgearevalo

Changed 2 years ago by robe

Jorge,

wmsservers_old is expected to fail. I left that in there to remind me that we may have to package those deprecated functions again and include in install (or as a if you are using geoserver/mapserver - install these)

See ticket: #737 for details

Changed 2 years ago by strk

  • summary changed from 6 regression tests failed with PostGIS SVN version to 1 regression tests failed with PostGIS SVN version

I still have tickets failing (precision of CIRCULARSTRING coordinates) on a 32bit linux:

-#183|COMPOUNDCURVE(CIRCULARSTRING(0 0,0.500000000000184 1.20710678118655,1 0),(1 0,0 1))
+#183|COMPOUNDCURVE(CIRCULARSTRING(0 0,0.500000000000083 1.20710678118655,1 0),(1 0,0 1))

I thoughth I filed an other ticket for it, but can't find it anymore.

Changed 2 years ago by robe

  • status changed from new to closed
  • resolution set to fixed

Jorge and strk,

I'm assuming this is all fine. If not feel free to reopen. A lot of these were caused by removal of deprecated functions which has long been addressed.

Note: See TracTickets for help on using tickets.