You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/02/18 14:06:27 UTC

[GitHub] [skywalking-rust] kezhenxu94 commented on pull request #18: fix ignore /e2e/target folder

kezhenxu94 commented on pull request #18:
URL: https://github.com/apache/skywalking-rust/pull/18#issuecomment-1044581389


   CI failure is not because of the expected data, but because of the response code (`response.status_code != 200`), check this,
   
   https://github.com/apache/skywalking-rust/blob/a437859f5faa0aa13704a607a6ae6600228cd1ab/e2e/run_e2e.py#L38-L49
   
   so problem might be there is queuing or delay in sending data to backend from the agent, just guess.
   
   Also I think we should add retry for the validation as well despite of that my guess above is wrong
   
   https://github.com/apache/skywalking-rust/blob/a437859f5faa0aa13704a607a6ae6600228cd1ab/e2e/run_e2e.py#L73


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org