You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/06/24 07:22:40 UTC

[GitHub] [shardingsphere] soulasuna opened a new issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

soulasuna opened a new issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960


   Hi community,
   
   This issue is for #10887.
   
   ## Aim
   Add unit test for 
   shardingsphere-db-protocol-postgresql
   project to test its public functions.
   
   ## Basic Qualifications
   - Java  
   - Maven  
   - Junit.Test
   
   ## Classes
   - [ ] PostgreSQLComBindPacket
   
   ## Examples FYI
   - PostgreSQLComBindPacketTest


-- 
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:
users@infra.apache.org



[GitHub] [shardingsphere] takuya1981 commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
takuya1981 commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870340516


   Can I  try it?


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] tristaZero commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870364922


   Hi @takuya1981 [How to raise a PR](https://shardingsphere.apache.org/community/en/contribute/contributor/) FYI.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] tristaZero commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870364922


   Hi @takuya1981 [How to raise a PR](https://shardingsphere.apache.org/community/en/contribute/contributor/) FYI.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] takuya1981 commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
takuya1981 commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870372812


   @strongduanmu , @tristaZero , Thanks.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] tristaZero edited a comment on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
tristaZero edited a comment on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-873797691


   @takuya1981 Sorry for my late response. @soulasuna Please look at @FujiwaraTakumi 's confusion here. If it did, please consider assigning a similar issue to him. Thanks.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] soulasuna closed issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
soulasuna closed issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960


   


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] strongduanmu commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870345748


   > Can I try it?
   
   @takuya1981 Welcome.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] takuya1981 commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
takuya1981 commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870340516






-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] soulasuna commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
soulasuna commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-873812686


   @takuya1981 Thank you very much for your attention. PostgreSQLComBindPacket is already tested in PostgreSQLComBindPacketTest. You can see #10887. Pick a task that interests you.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] tristaZero commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
tristaZero commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-873797691


   @takuya1981 Sorry for my late response.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] takuya1981 commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
takuya1981 commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-872797496


   I'd like to confirm something. Which class is needed to be tested in this ticket? I mean  PostgreSQLComBindPacket is already tested in PostgreSQLComBindPacketTest.


-- 
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@shardingsphere.apache.org

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



[GitHub] [shardingsphere] strongduanmu commented on issue #10960: Add unit test for shardingsphere-db-protocol-postgresql

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #10960:
URL: https://github.com/apache/shardingsphere/issues/10960#issuecomment-870345748


   > Can I try it?
   
   @takuya1981 Welcome.


-- 
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@shardingsphere.apache.org

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