Discussion:
[freetds] Fwd: [Still Failing] FreeTDS/freetds#61 (master - 03b8a23)
Marc Abramowitz
2014-03-01 18:27:51 UTC
Permalink
Not sure if folks are seeing the test failures or not.

Should I set the Travis CI email to this list?

Hmm. That might be too spammy. Maybe create a separate mailing list like FreeTDS-builds or FreeTDS-dev which people can opt into and then I can have Travis send emails to that?

-Marc
http://marc-abramowitz.com
Sent from my iPhone 4S
From: Travis CI <notifications at travis-ci.org>
Date: March 1, 2014, 10:08:36 AM PST
To: <msabramo+freetds_travis_ci at gmail.com>
Subject: [Still Failing] FreeTDS/freetds#61 (master - 03b8a23)
FreeTDS / freetds (master)
Build #61 is still failing. 2 minutes and 41 seconds
Frediano Ziglio 03b8a23 Changeset ?
Generate random data with GnuTLS if available
This increase security if GnuTLS is used.
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
Documentation about Travis CI
For help please join our IRC channel irc.freenode.net#travis.
Choose who receives these build notification emails in your configuration file.
Would you like to test your private code?
Travis Pro could be your new best friend!
Travis CI is powered by
Frediano Ziglio
2014-03-01 19:19:28 UTC
Permalink
Post by Marc Abramowitz
Not sure if folks are seeing the test failures or not.
Should I set the Travis CI email to this list?
No. Perhaps would be better to have another mailing list so people can
decide to not subscribe if not want to receive these kind of mails.

Honestly however the report does not help that much to fix the
problem. Considering
https://travis-ci.org/FreeTDS/freetds/builds/18948700 well... why does
t0004 test fail ? Where is the output ? Where is the dump ? Anyway, I
fixed the problem... seems that some extra checks hidden more errors
that what they should reveal!
Post by Marc Abramowitz
Hmm. That might be too spammy. Maybe create a separate mailing list like FreeTDS-builds or FreeTDS-dev which people can opt into and then I can have Travis send emails to that?
Agreed
Post by Marc Abramowitz
-Marc
http://marc-abramowitz.com
Sent from my iPhone 4S
Frediano
Post by Marc Abramowitz
From: Travis CI <notifications at travis-ci.org>
Date: March 1, 2014, 10:08:36 AM PST
To: <msabramo+freetds_travis_ci at gmail.com>
Subject: [Still Failing] FreeTDS/freetds#61 (master - 03b8a23)
FreeTDS / freetds (master)
Build #61 is still failing. 2 minutes and 41 seconds
Frediano Ziglio 03b8a23 Changeset ?
Generate random data with GnuTLS if available
This increase security if GnuTLS is used.
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
Documentation about Travis CI
For help please join our IRC channel irc.freenode.net#travis.
Choose who receives these build notification emails in your configuration file.
Would you like to test your private code?
Travis Pro could be your new best friend!
Travis CI is powered by
_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
Marc Abramowitz
2014-03-01 21:04:16 UTC
Permalink
Post by Frediano Ziglio
Post by Marc Abramowitz
Not sure if folks are seeing the test failures or not.
Should I set the Travis CI email to this list?
No. Perhaps would be better to have another mailing list so people can
decide to not subscribe if not want to receive these kind of mails.
OK. If you create the mailing list and let me know the address, I'll update
it. Or you can just commit it in .travis.yml.
Post by Frediano Ziglio
Honestly however the report does not help that much to fix the
problem. Considering
https://travis-ci.org/FreeTDS/freetds/builds/18948700 well... why does
t0004 test fail ? Where is the output ? Where is the dump ? Anyway, I
fixed the problem... seems that some extra checks hidden more errors
that what they should reveal!
Agreed. I don't see anything too helpful there for fixing the problem. Did
you get more helpful info when you run the tests locally? Because if you
do, then I can look into why Travis isn't showing anything helpful. If
running the tests locally doesn't pinpoint the problem, then that is
probably more of an issue with the tests.
Frediano Ziglio
2014-03-01 22:00:49 UTC
Permalink
Post by Marc Abramowitz
Post by Frediano Ziglio
Post by Marc Abramowitz
Not sure if folks are seeing the test failures or not.
Should I set the Travis CI email to this list?
No. Perhaps would be better to have another mailing list so people can
decide to not subscribe if not want to receive these kind of mails.
OK. If you create the mailing list and let me know the address, I'll update
it. Or you can just commit it in .travis.yml.
I actually don't know the account for mail stuff, James will create it.
Post by Marc Abramowitz
Post by Frediano Ziglio
Honestly however the report does not help that much to fix the
problem. Considering
https://travis-ci.org/FreeTDS/freetds/builds/18948700 well... why does
t0004 test fail ? Where is the output ? Where is the dump ? Anyway, I
fixed the problem... seems that some extra checks hidden more errors
that what they should reveal!
Agreed. I don't see anything too helpful there for fixing the problem. Did
you get more helpful info when you run the tests locally? Because if you
do, then I can look into why Travis isn't showing anything helpful. If
running the tests locally doesn't pinpoint the problem, then that is
probably more of an issue with the tests.
Well,

output will look something like
http://freetds.sourceforge.net/up/out92/test/dblib_t0016.2.html (red
is the error stream the fixed black characters is the normal stdout
stream).

The script I use (misc/full-test.sh) produce also output with
valgrind, see http://freetds.sourceforge.net/up/out92/test/dblib_t0016.1.html
for an example.

misc/test-auto.sh script configure, build and run tests using
misc/full-test.sh as a wrapper for every test (defining
TESTS_ENVIRONMENT). The output mainly get a single file you can split
in multiple ones. misc/online.pl then split this output to produce
something like http://freetds.sourceforge.net/up/out92/test/

Frediano

Loading...