DaanHoogland commented on pull request #5082:
URL: https://github.com/apache/cloudstack/pull/5082#issuecomment-882398246


   the test_vpc_* failures show a failure to ssh into a vm or router or do a 
wget that fails.
   in python2 the wget gives no error but this seems a false positive. When 
removing the leanup from the tests the remaining envs do not allow for wget and 
on the marvin box a file named test.html remains with the contents,
   ```
   <html><body><h1>503 Service Unavailable</h1>
   No server is available to handle this request.
   </body></html>
   ```
   , indicating that the wget indeed failed even though the test reports 
success. I'm going to rebase the full test suites for both python2 and python3 
and re-run the full comparison.


-- 
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