[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add queue



I want to see example of queue monitor, but tcl/test/test-suite-intserv.tcl
has following errors.
Can you correct these errors?

And, I don't understand "$self" in the tcl/test/test-suite-intserv.tcl.
Is it variable? if so, where is it declared?

Thank you in advance..
____________
invalid command name "Test/"
    while executing
"Test/ create _o3 "
    invoked from within
"catch "$className create $o $args" msg"
    (procedure "new" line 3)
    invoked from within
"new Test/$test"
    (procedure "TestSuite" line 6)
    (TestSuite runTest line 6)
    invoked from within
"TestSuite runTest"
    (file "test-suite-intserv.tcl" line 406)

Haobo Yu wrote:

> tcl/test/test-suite-intserv.tcl has some example of using queue monitors.
> Grep for monitor.
>
> - Haobo
>