Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geom: relation and spatial tests fail #1956

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Geom: relation and spatial tests fail #1956

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2009-02-17 12:13:05 +0100
From: @drstmane
To: SQL devs <>
Version: 11.1.1 (Mar2011) [obsolete]
CC: @njnes

Last updated: 2011-04-28 16:25:35 +0200

Comment 11032

Date: 2009-02-17 00:13:05 +0100
From: @drstmane

Many geom tests fail;
see overview at

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/index.html

Details:

intended(?) output changes to be approved(?):
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/BugTracker/X_crash.SF-1971632.out.00.html

"*** glibc detected *** mserver5: free(): invalid pointer: 0x00007f546d415878 ***"
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/BugTracker/copy_into_crash.SF-1975402.err.00.html

!TypeException:
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/basic.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/relation.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/spatial.err.00.html

intended(?) error message changes:
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/geom_mbr.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/geom_mbr.err.00.html

Comment 11033

Date: 2009-02-17 01:16:34 +0100
From: @skinkie

Basically usage of geom in general degraded. For example the example on the website with mbr doesn't work anymore too.

Comment 11034

Date: 2009-02-17 09:57:24 +0100
From: @drstmane

The we should also consider turning the web site examples into test (in case this has not yet been done).

Stefan,

could you please check, whether tests in geom's CVS tree alrady cover the website example(s), and if so report here, or otherwise share your respective scripts (attached to this bug report or by private mail)?

Thanks!

Comment 11035

Date: 2009-07-31 14:07:35 +0200
From: @drstmane

Update (1/2):

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/BugTracker/X_crash.SF-1971632.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/BugTracker/copy_into_crash.SF-1975402.err.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/spatial.err.00.html

have been fixed and seem to work fine, again.

Comment 11036

Date: 2009-07-31 14:08:38 +0200
From: @drstmane

Update (1.5/2):

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/geom_mbr.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/geom_mbr.err.00.html

have been fixed and seem to work fine, again.

Comment 11037

Date: 2009-07-31 14:13:38 +0200
From: @drstmane

Update (2/2):

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.64.64.d.1-Fedora10/src_sql/basic.err.00.html

now triggers the additional error message

QUERY = SELECT Dimension(g), GeometryTypeId(g), SRID(g), Envelope(g) FROM geoms where g is not NULL;
ERROR = !MALException:geom.SRID:Failed

http://monetdb.cwi.nl/testing/projects/monetdb/Stable/geom/.mTests103/GNU.6
4.64.d.1-Fedora10/src_sql/relation.err.00.html

now triggers the additional error message

QUERY = SELECT a.g, b.g, Relate(a.g,b.g,'Touches') FROM geoms a, geoms b where a.g is not NULL and b.g is not NULL;
ERROR = !MALException:(unknown):(null)

Comment 11038

Date: 2009-08-14 14:00:10 +0200
From: @drstmane

tagged subject

Comment 11039

Date: 2010-05-04 09:32:09 +0200
From: Pseudo user for Sourceforge import <>

This bug was previously known as tracker item 2607258 at http://sourceforge.net/support/tracker.php?aid=2607258

Unknown Product GEOM
Using default product set in Parameters
The original assignee of this bug does not have
an account here. Reassigning to the default assignee
for the component, bugs-monetdb4@monetdb.org.
Previous assignee was nobody@users.sourceforge.net.

Comment 15419

Date: 2011-01-25 14:39:58 +0100
From: @grobian

I actually get this error:

ERROR = !MALException:!ERROR: IllegalArgumentException: IllegalArgumentException: Should be length 9, is [h4.X. ] instead

Comment 15676

Date: 2011-03-28 17:36:27 +0200
From: @sjoerdmullender

The Mar2011 version has been released.

Comment 15738

Date: 2011-04-20 14:51:51 +0200
From: @njnes

fixed (properly use string argument)0

Comment 15747

Date: 2011-04-28 16:25:35 +0200
From: @sjoerdmullender

The Apr2011 release has been uploaded.

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants