Multi-threading tests
---------------------

         Key: AXISCPP-686
         URL: http://issues.apache.org/jira/browse/AXISCPP-686
     Project: Axis-C++
        Type: Test
 Environment: n/a
    Reporter: Fred Preston


Some of the multi-threading tests return a "successful" when the tread runs 
successfully.  Of course what can happen (and often does) is that another 
thread also completes at the same time and also writes out "successful" at the 
same time leading to a 'mash' of two successfuls appearing in the ouput file.  
When the pattern matcher tries to compare the expected and output files, it 
detects differences and reports an error, even though the test was a success.  
Can I recommend that all reports are limited to 1, identical character for 
reporting success in multi-threading tests.  This way the pattern matcher (that 
checks the results) will not get confused.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to