jpeach opened a new issue, #9772:
URL: https://github.com/apache/trafficserver/issues/9772

   when autest runs a command, there is typically a return code check. Per the 
failure I saw in  #9770, the test error message looks like this:
   
   ```
        Setting up : Copying 
'/home/jenkins/workspace/Github_Builds/autest/src/tests/gold_tests/pluginTest/polite_hook_wait/.libs/polite_hook_wait.so'
 to '/tmp/sandbox/polite_hook_wait/ts/plugin' - Passed
        Test : Checking that ReturnCode == 0 - Failed
           Reason: Returned Value -9 != 0
        Time-Out : Process finishes within expected time - Passed
           Reason: Returned value: 10.503296613693237 < 600.0
   ```
   This doesn't tell you what failed, which makes it hard to figure out. At 
minimum, autest should log the command that exited with the unwanted return 
code. It would be even better if it gave you the source code line in the test 
of where that command was added.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to