[tests] Subversion log information/text

2016-09-22 Thread Chris Z.
Hi, I would like to add some tests on the output of subversion plugin in build log. Is it good approach or rather useless test? If not so useless should I match text with regexp or there is better approach? My motivation for that is that for each svnkit change in subversion plugin, change

Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Chris Z.
Hi, What is this fab ? Python scripts with shebang (self executable)? python -u usually helps with jenkins python output issues. On Wed, Sep 17, 2014 at 11:38 PM, Michael Reinhardt mreinha...@gmail.com wrote: We have a Python fabric command that runs in parallel across several hosts,

Re: Realtime console output for parallel threaded Python fabric command

2014-10-01 Thread Chris Z.
a while 1: loop. On Wed, Oct 1, 2014 at 11:47 AM, Chris Z. winotu.em...@gmail.com wrote: Hi, What is this fab ? Python scripts with shebang (self executable)? python -u usually helps with jenkins python output issues. On Wed, Sep 17, 2014 at 11:38 PM, Michael Reinhardt mreinha...@gmail.com

Re: Email-Ext plugin throwing junk content

2013-09-25 Thread Chris Z.
Did you investigate what was the reason of the reboot ? Do you have any hprof data or some stack dump on disk ? Is the job which uses ext email on slave or on master ? How many jobs runs on this slave/master ? On Thu, Sep 26, 2013 at 12:33 AM, Maneesh M P maneesh.po...@gmail.comwrote: I am

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-30 Thread Chris Z.
by koshuke there was some logic behind that. I found this by accident when I was checkng what subversion plugin uses for externals. Of course this needs to be analysed maybe it's not used any more. BR, Chris Z. W dniu środa, 29 maja 2013 użytkownik Kenny napisał: Hey Chris, I encourage

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-30 Thread Chris Z.
Hi, I've grepped whole subversion-plugin project and couldn't find any usage. On Thu, May 30, 2013 at 12:05 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: did you check for jelly EL expressions? On 30 May 2013 11:02, Chris Z. winotu.em...@gmail.com wrote: Hi Kenny, Thanks

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-29 Thread Chris Z.
*myExternalInfo*; } public SVNEvent setExternalInfo(SVNExternal prev, SVNExternal _new) { this.myPreviousExternalInfo = prev; this.myExternalInfo = _new; return this; } I think is typical cp error. Could you also add correction for this ? Thanks, Chris Z. W dniu środa, 29

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-29 Thread Chris Z.
uses for externals. Of course this needs to be analysed maybe it's not used anymore. BR, Chris Z. W dniu środa, 29 maja 2013 użytkownik Kenny napisał: Hey Chris, I encourage you to see if an existing bug report exists for the issue you're posting. You can look in the SVNKit bug tracker here