On 03/01/2010 09:37 AM, Brian Aker wrote:
Hi!

It would be nice if we could get "make test" to test dependency before
builds. Right now it just runs with whatever happens to be built. I
tried to modify it last week but had zero luck getting it to work
(which... means I suspect I should rewrite the test/include to do a bit
more).

It's actually ... make test would have indicated the existence of schema_writer in this case - schema_writer properly existed, it's just that test_run.pl was explicitly only looking for it in $(srcdir) and not in $(builddir). But I think that patch just got merged...

We should be able to just add some deps on the test target though... I'm thinking at least

${top_builddir}/drizzled/drizzled and then one for each of the programs we actually use in test_run.


On Feb 28, 2010, at 9:09 PM, Lee Bieber wrote:

Here is a summary of current build failures. We haven't been green for
quite some time so it would be good to get back on track. Not sure who
is looking at these lets discuss

Build
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-ubuntu910-32bit/
- Looks to be a "make distcheck" issue. Same failure on 64bit Ubuntu
( cd tests && perl -I../../tests/lib ../../tests/test-run.pl
--vardir=.././tests/var --suitepath=../../plugin --testdir=../../tests
--mtr-build-thread=$$ --fast --force
--suite=main,transaction_log,tableprototester,status_dictionary,sleep,show_schema_proto,session_dictionary,schema_engine,schema_dictionary,rot13,registry_dictionary,md5,innobase,hello_world,errmsg_stderr,csv,crc32,collation_dictionary,blackhole,archive,)



Logging: ../../tests/
test-run.pl --vardir=.././tests/var --suitepath=../../plugin
--testdir=../../tests --mtr-build-thread=14158 --fast --force
--suite=main,transaction_log,tableprototester,status_dictionary,sleep,show_schema_proto,session_dictionary,schema_engine,schema_dictionary,rot13,registry_dictionary,md5,innobase,hello_world,errmsg_stderr,csv,crc32,collation_dictionary,blackhole,archive,



Drizzle Version 2010.02.1327

mysql-test-run: *** ERROR: Could not find
../../drizzled/message/schema_writer
make[1]: *** [test-drizzle] Error 1
make[1]: Leaving directory
`/home/hudson/hudson/workspace/drizzle-build-ubuntu910-32bit/drizzle-2010.02.1327/_build'



make: *** [distcheck] Error 1

Sending e-mails to: [email protected]
Finished: FAILURE
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-debian-testing-32bit/
- 5 test failures
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-opensolaris-64/
- 33 test failures
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-norbye.org-gcc/
- protobuf build failures
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-opensolaris-64-dtrace/
- 32 test failures
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-sparc-solaris10/
- Why is this disabled?
http://hudson.drizzle.org/view/Drizzle-build/job/drizzle-build-ubuntu910-64bit-debug/
- Why is this disabled?

Staging
http://hudson.drizzle.org/view/Drizzle-staging/job/drizzle-staging-norbye.org-gcc/
- protobuf build failures
http://hudson.drizzle.org/view/Drizzle-staging/job/drizzle-staging-norbye.org-test/
- 33 test failures
http://hudson.drizzle.org/view/Drizzle-staging/job/drizzle-staging-randgen/
- Query is failing in test run, see previous email on this


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help : https://help.launchpad.net/ListHelp



_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help   : https://help.launchpad.net/ListHelp

Reply via email to