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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
