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

~190 SQL tests fail on Darwin, FreeBSD & Solaris (only) since introduction of "(extended) relational algebra" #3038

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

Comments

@monetdb-team
Copy link

Date: 2012-02-23 10:48:51 +0100
From: @drstmane
To: SQL devs <>
Version: -- development
CC: @njnes

Last updated: 2012-03-16 14:56:57 +0100

Comment 16975

Date: 2012-02-23 10:48:51 +0100
From: @drstmane

Any of the commits listed here
http://monetdb.cwi.nl/testweb/logs/43229:ef8a1eddc090/incoming_commits
causes ~190 SQL tests to fail only on Darwin, FreeBSD & Solaris with error messages like

QUERY = select * from optimizer_stats() stats;
ERROR = !SELECT: no such operator 'optimizer_stats'

i.e., existing functions are not found (anymore).

In fact, everything appears to still work fine with
http://dev.monetdb.org/hg/MonetDB/rev/2baf8c2d866b
but fails with
http://dev.monetdb.org/hg/MonetDB/rev/8ee024048e42
(well, tested only with
http://dev.monetdb.org/hg/MonetDB/rev/03df27701cf7
as compilation fails in between due to missing file(s))

cf.,
http://monetdb.cwi.nl/testweb/tests/43229:ef8a1eddc090/GNU-FreeBSD-x86_64-propcheck/sql/mTests/backends/monet5/UDF/udf-reverse.err.diff.html
http://monetdb.cwi.nl/testweb/tests/43229:ef8a1eddc090/GNU-FreeBSD-x86_64-propcheck/sql/mTests/benchmarks/tpch/01.err.diff.html

http://monetdb.cwi.nl/testweb/web/testgrid.php?serial=43229:ef8a1eddc090,43200:371633e5810b&module=sql&targets=GNU-Darwin-i386-propcheck,GNU-Darwin-x86_64-propcheck,GNU-Darwin-powerpc,GNU-Fedora-x86_64-propcheck-assert,GNU-FreeBSD-x86_64-propcheck,GNU-Solaris-sparc,GNU-Solaris-sparcv9-oid32,GNU-Solaris-sparcv9&order=platform,arch,compiler&diff

See also bug #3031.

Comment 16991

Date: 2012-02-24 18:13:28 +0100
From: @njnes

Changeset bf32aab6ebf8 made by Niels Nes niels@cwi.nl in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=bf32aab6ebf8

Changeset description:

fixed problems on Darwin, FreeBSD and solaris (Bugs 3038) and Bug #3031 on windows.

Comment 17106

Date: 2012-03-16 14:56:57 +0100
From: @grobian

Released in Dec2011-SP2

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