Bug 2324 - $TAO_ROOT/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl needs updating
Summary: $TAO_ROOT/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl needs u...
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: Test (show other bugs)
Version: 1.4.7
Hardware: All All
: P3 normal
Assignee: Brian Buesker
URL:
Depends on:
Blocks:
 
Reported: 2005-12-06 15:38 CST by Brian Buesker
Modified: 2007-08-01 12:30 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Buesker 2005-12-06 15:38:37 CST
The $TAO_ROOT/tests/RTCORBA/MT_Client_Protocol_Priority test is failing with the
following error:

ERROR: Nonmatching number of requests of each priority

Looking at the output, it appears that when the original thread is the same
priority as the target thread, it prints:

RTCORBA::CLIENT_PROPAGATED processing using default thread pool
(14283|4143852464): original thread CORBA/native priority 50/50 is the same as
the target priority

When the threads are different priority, it prints:

RTCORBA::CLIENT_PROPAGATED processing using default thread pool
(14283|4143852464): original thread CORBA/native priority 50/50 temporarily
changed to CORBA/native priority 45/45

However, the process-output.pl script is expecting the last word to be a
priority value, so no lines are being matched for priority 2 (50).

The process-output.pl script needs to be updated to interpret a line matching
"same as the target priority" as priority 2 (or a pattern similar to this).
Comment 1 Johnny Willemsen 2007-08-01 10:17:13 CDT
to reporter, can you provide a patch to fix this?
Comment 2 Brian Buesker 2007-08-01 12:30:13 CDT
We have not been using TAO for quite some time now, so at this point, I do not have the time to fix this.

(In reply to comment #1)
> to reporter, can you provide a patch to fix this?
>