Re: [naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Stephen Deasey
Zoran! Why do you hate my test suite?:-) RCS file: /cvsroot/naviserver/naviserver/tcl/http.tcl,v date: 2006/03/09 11:25:55; author: vasiljevic; state: Exp; lines: +356 -312 ...The http.tcl and sendmail.tcl are rewritten to take advantage of automatic end-of-line handling of Tcl channels.

Re: [naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Vlad Seryakov
Setting this removed all errors: set line [string trim [_ns_http_gets $timeout $rfd]] Before that _ns_http_gets returned \r in the string Vlad Seryakov wrote: It should close only when post limit exceeds, other requests should not be affected. It looks like broke something Stephen Deasey wro

Re: [naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Vlad Seryakov
It should close only when post limit exceeds, other requests should not be affected. It looks like broke something Stephen Deasey wrote: On 3/9/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote: Stephen Deasey wrote: I'm getting a lot (123) of what looks like bogus test failures on a fresh checkout

Re: [naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Stephen Deasey
On 3/9/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > > Stephen Deasey wrote: > > I'm getting a lot (123) of what looks like bogus test failures on a > > fresh checkout. Are the recent changes to the nstest_http proc OK? > > Yes, i noticed this as well, this is because server now can close > conne

Re: [naviserver-devel] Re: [naviserver-commits] naviserver/tests http.test,1.6,1.7

2006-03-09 Thread Vlad Seryakov
Yes, this is temporary, testing is not going very fast because i am busy at work but i keep trying to resolve this issue. Of course all your help is appreciated, eventually test will do overflow and weird size. Stephen Deasey wrote: On 3/7/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote: Update o

[naviserver-devel] Re: [naviserver-commits] naviserver/tests http.test,1.6,1.7

2006-03-09 Thread Stephen Deasey
On 3/7/06, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > Update of /cvsroot/naviserver/naviserver/tests > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17927/tests > > Modified Files: > http.test > Log Message: > More experiments in attempt to narrow down spooler bug > > > Index: http.

Re: [naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Vlad Seryakov
Yes, i noticed this as well, this is because server now can close connection during client sending the body and i tried to put catch around close in all places but still it complains on close. Stephen Deasey wrote: I'm getting a lot (123) of what looks like bogus test failures on a fresh check

[naviserver-devel] Test failures: while executing "close $wfd" invoked from within "nstest_http ..."

2006-03-09 Thread Stephen Deasey
I'm getting a lot (123) of what looks like bogus test failures on a fresh checkout. Are the recent changes to the nstest_http proc OK?

[naviserver-devel] New nstrace

2006-03-09 Thread Zoran Vasiljevic
Hi! I have included new version of nstrace module. I also moved (and rewritten) the ugly introspective script in nsd/init.tcl to the nstrace.tcl. This way, the nstrace is now sole source of scripts for new Tcl interpreter initialization. I hope nothing is broken with the change. If yes, please t