After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653310 - test suite failure: check_vcnc
test suite failure: check_vcnc
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: Test suite
4.2.x
Other Linux
: Normal normal
: ---
Assigned To: malerba
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-24 05:55 UTC by Michael Biebl
Modified: 2012-03-06 08:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make check log (673.93 KB, text/x-log)
2011-09-28 13:33 UTC, Michael Biebl
Details

Description Michael Biebl 2011-06-24 05:55:33 UTC
Version: 4.2.8

libgda 4.2.8 fails to pass the test suite


*** Copying data into virtual 'cities' table...
Error executing [INSERT INTO out.cities SELECT * FROM city WHERE population >= 500000]: Failed to execute the statement provided to modify the data model representing the table
FAIL: check_vcnc
========================================
1 of 8 tests failed
Please report to gnome-db-list@gnome.org
========================================

The complete build log is available from

https://buildd.debian.org/status/fetch.php?pkg=libgda4&arch=amd64&ver=4.2.8-1&stamp=1308262238
Comment 1 Murray Cumming 2011-09-28 09:22:17 UTC
Does this still fail for you with more recent versions?
Comment 2 Michael Biebl 2011-09-28 11:48:36 UTC
(In reply to comment #1)
> Does this still fail for you with more recent versions?

which version do you want me to test?
The latest stable version afaics is 4.2.9
Comment 3 Murray Cumming 2011-09-28 11:55:19 UTC
Well, the result of testing any of them could be interesting, including the latest unstable.

It would also be good to know in what version this error started happening. And then a git bisect might even tell us what git commit caused it.
Comment 4 Michael Biebl 2011-09-28 13:32:41 UTC
(In reply to comment #3)
> Well, the result of testing any of them could be interesting, including the
> latest unstable.
> 
> It would also be good to know in what version this error started happening. And
> then a git bisect might even tell us what git commit caused it.

IIRC 4.0 did pass the test suite.
4.2.x (I tested 4.2.9) currently fails to compile (https://bugzilla.gnome.org/show_bug.cgi?id=660356), 
4.99.4 builds ok, but the test suite fails with a segfault in check_threaded_cnc and check_wrapper. log attached
Comment 5 Michael Biebl 2011-09-28 13:33:31 UTC
Created attachment 197665 [details]
make check log
Comment 6 malerba 2011-10-30 17:49:00 UTC
I fixed a crasher bug regarding threads usage, can you check if the crash is still there with the correction in commit http://git.gnome.org/browse/libgda/commit/?id=5da4221d77bd99114054270a0f968fc407d88b3e
Regard,
Vivien
Comment 7 Akhil Laddha 2011-12-12 08:19:52 UTC
Michael, does commit mentioned in comment#6 fix crash for you ?
Comment 8 Akhil Laddha 2012-03-06 08:38:13 UTC
Please feel free to reopen the bug in case you can reproduce the crash in latest version.