kezhenxu94 commented on pull request #20:
URL: https://github.com/apache/skywalking-nodejs/pull/20#issuecomment-752995138


   > > As a reminder, please check the intercepting points, if you fetch the 
timestamp of responding the first byte at server side, and read the timestamp 
of last byte received, the duration could be a negative value, due to the 
transport of the whole body needs time.
   > 
   > What I meant is that I am not sure I am interpreting the test failure 
correctly, that it is due to server span end time AFTER client span end time.
   
   I think the `endTime` should be correct now after `end` -> `close`, the 
failure may be something related to the "revert" of http plugin, I added some 
tag (or similar in the span) before so it failed now after revert, will check 
and ping you if there is still problem with the `{start,end}Times`


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

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


Reply via email to