Ticket #890 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

ticket #304 tests fail on 64bit system (ST_DWithin false negatives?)

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

This happens with trunk. Possible the cause for Hudson to complain, but didn't check...

--- tickets_expected    2011-02-24 15:31:32.000000000 +0100
+++ /tmp/pgis_reg_24687/test_59_out     2011-03-28 09:55:02.000000000 +0200
@@ -63,8 +63,8 @@
 #277|<gml:Point><gml:coordinates>1,1e+308</gml:coordinates></gml:Point>
 #299|2
 #304
-#304.a|21
-#304.b|1
+#304.a|0
+#304.b|0
 #408|IllegalArgumentException: point array must contain 0 or >1 elements
 NOTICE:  IllegalArgumentException: point array must contain 0 or >1 elements
 #408.1|f

Change History

Changed 2 years ago by strk

  • summary changed from ticket #304 tests fail on 64bit system to ticket #304 tests fail on 64bit system (ST_DWithin false negatives?)

Changed 2 years ago by robe

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

I already complained about this in #869 though I guess I wasn't really reading the error as closely as you did. I also didn't put it in as a blocker. Yes this happens in mingW too an Hudson and the one I was really concerned about.

I thought there was some way to merge tickets -- how do we do that?

Note: See TracTickets for help on using tickets.