Opened 14 years ago

Closed 13 years ago

#607 closed defect (fixed)

1 regression tests failed with PostGIS SVN version

Reported by: jorgearevalo Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
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 (8)

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

Download all attachments as: .zip

Change History (16)

by jorgearevalo, 14 years ago

Attachment: test_13_diff added

regress diff

by jorgearevalo, 14 years ago

Attachment: test_23_diff added

wkt diff

by jorgearevalo, 14 years ago

Attachment: test_24_diff added

measures diff

by jorgearevalo, 14 years ago

Attachment: test_29_diff added

sql-mm-compoundcurve diff

by jorgearevalo, 14 years ago

Attachment: test_30_diff added

sql-mm-curvepoly diff

by jorgearevalo, 14 years ago

Attachment: test_47_diff added

tickets diff

comment:1 by pramsey, 13 years ago

Still?

comment:2 by jorgearevalo, 13 years ago

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

by jorgearevalo, 13 years ago

Attachment: new_tests_failed.zip added

Diff and output files for test 23 and 47

comment:3 by nicklas, 13 years ago

measures should be fixed in r6543

/Nicklas

comment:4 by nicklas, 13 years ago

measures should be fixed in r6543

/Nicklas

comment:5 by jorgearevalo, 13 years ago

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)

by jorgearevalo, 13 years ago

Attachment: tests_46_48_fail.tgz added

comment:6 by robe, 13 years ago

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

comment:7 by strk, 13 years ago

Summary: 6 regression tests failed with PostGIS SVN version1 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.

comment:8 by robe, 13 years ago

Resolution: fixed
Status: newclosed

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.