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 2021/09/14 04:19:36 UTC

[GitHub] [skywalking] Superskyyy opened a new issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Superskyyy opened a new issue #7708:
URL: https://github.com/apache/skywalking/issues/7708


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   Adding e2e testing for Python agent features(log reporter etc.) using [skywalking-infra-e2e](https://github.com/apache/skywalking-infra-e2e)
   
   Originally discussed in https://github.com/apache/skywalking-python/pull/147#issuecomment-894727435
   
   Will implement this when I get time.
   
   ### Use case
   
   Provide testing coverage of more features.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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



[GitHub] [skywalking] wu-sheng commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-961548541


   @Superskyyy Are you working on this now?


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-1082599728


   Tracing and Logging e2e coverage is implemented and merged. Closing this issue, note to myself, profiling is not covered yet.


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-962068635


   > @Superskyyy Are you working on this now?
   
   Not yet, it's on my list though, it's been really busy at school recently.


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



[GitHub] [skywalking] wu-sheng commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-961548541


   @Superskyyy Are you working on this now?


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



[GitHub] [skywalking] wu-sheng commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-918858052


   It is even better you could begin to replace the main repo's e2e. 


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



[GitHub] [skywalking] kezhenxu94 commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-919235569


   > > It is even better you could begin to replace the main repo's e2e.
   > 
   > #7368 Is this being actively worked on? I can help out.
   
   Not yet, feel free to jump in if you are interested in, 


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-919227208


   > It is even better you could begin to replace the main repo's e2e.
   
   https://github.com/apache/skywalking/issues/7368 Is this being actively worked on? I can help out. 


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-962068635


   > @Superskyyy Are you working on this now?
   
   Not yet, it's on my list though, it's been really busy at school recently.


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



[GitHub] [skywalking] wu-sheng commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-961548541


   @Superskyyy Are you working on this now?


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-962068635


   > @Superskyyy Are you working on this now?
   
   Not yet, it's on my list though, it's been really busy at school recently.


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



[GitHub] [skywalking] Superskyyy commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-919243504


   > > > It is even better you could begin to replace the main repo's e2e.
   > > 
   > > 
   > > #7368 Is this being actively worked on? I can help out.
   > 
   > Not yet, feel free to jump in if you are interested in,
   
   Ok I'ma finish #7701 first then let's see if I can deal with 7368.


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



[GitHub] [skywalking] wu-sheng commented on issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7708:
URL: https://github.com/apache/skywalking/issues/7708#issuecomment-1038734345


   Could you try to finish this? I hope we could move forward 1.0 soon. @Superskyyy 


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



[GitHub] [skywalking] Superskyyy closed issue #7708: [Feature] Add e2e test to Python agent based on skywalking-infra-e2e

Posted by GitBox <gi...@apache.org>.
Superskyyy closed issue #7708:
URL: https://github.com/apache/skywalking/issues/7708


   


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