Re: [Twisted-Python] Making sense of buildbot problem log

2015-02-06 Thread exarkun

On 6 Feb, 07:35 am, a...@roiban.ro wrote:

Hi,

I got this problem log in builbot

https://buildbot.twistedmatrix.com/builders/osx10.6-py2.6-select/builds/4868/steps/select/logs/problems

and anothher for Windows

https://buildbot.twistedmatrix.com/builders/windows7-64-py2.7/builds/4147/steps/select/logs/problems

they talk about 4 errors, but I can only see one.

The log is full of non-problem info like skip and todo, so I tried to
search for [ERROR] string


Failures and errors are always at the end of the log.

Jean-Paul

How can I find the other errors?

Is there a way to see the log only with the problems? Ignoring
skipped/toto test?


___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Making sense of buildbot problem log

2015-02-06 Thread Glyph

 On Feb 6, 2015, at 4:16 PM, exar...@twistedmatrix.com wrote:
 
 On 6 Feb, 07:35 am, a...@roiban.ro wrote:
 Hi,
 
 I got this problem log in builbot
 
 https://buildbot.twistedmatrix.com/builders/osx10.6-py2.6-select/builds/4868/steps/select/logs/problems
 
 and anothher for Windows
 
 https://buildbot.twistedmatrix.com/builders/windows7-64-py2.7/builds/4147/steps/select/logs/problems
 
 they talk about 4 errors, but I can only see one.
 
 The log is full of non-problem info like skip and todo, so I tried to
 search for [ERROR] string
 
 Failures and errors are always at the end of the log.
 
 Jean-Paul
 How can I find the other errors?

You see one traceback, but it is responsible for 4 errors - that is, 4 tests 
produced the same traceback.  You can see all of their names below the 
traceback; to wit:

twisted.internet.test.test_inotify.TestINotify.test_deleteSelf
twisted.internet.test.test_inotify.TestINotify.test_ignoreFilePath
twisted.internet.test.test_inotify.TestINotify.test_seriesOfWatchAndIgnore
twisted.internet.test.test_inotify.TestINotify.test_simpleDeleteDirectory

-g___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


[Twisted-Python] Making sense of buildbot problem log

2015-02-05 Thread Adi Roiban
Hi,

I got this problem log in builbot

https://buildbot.twistedmatrix.com/builders/osx10.6-py2.6-select/builds/4868/steps/select/logs/problems

and anothher for Windows

https://buildbot.twistedmatrix.com/builders/windows7-64-py2.7/builds/4147/steps/select/logs/problems

they talk about 4 errors, but I can only see one.

The log is full of non-problem info like skip and todo, so I tried to
search for [ERROR] string

How can I find the other errors?

Is there a way to see the log only with the problems? Ignoring
skipped/toto test?


Thanks!

-- 
Adi Roiban

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python