Please report new issues athttps://github.com/DOCGroup
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).
to reporter, can you provide a patch to fix this?
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? >