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 2020/09/11 14:13:32 UTC

[GitHub] [shardingsphere] gzdzss opened a new issue #7321: Add more test cases for ShardingSphere-Proxy

gzdzss opened a new issue #7321:
URL: https://github.com/apache/shardingsphere/issues/7321


   Please add test cases for proxy, the tasks are:
   
   
   **shardingsphere-proxy-backend**
   - [ ]  ProxySQLExecutorCallback **(gzdzss)**
   
   **shardingsphere-proxy-frontend-core**
   - [ ] ShardingSphereProxy **(jian365066744)**
   - [ ] FrontendChannelInboundHandler **(jian365066744)**
   - [ ] ServerHandlerInitializer **(jian365066744)**
   
   **shardingsphere-proxy-frontend-mysql**
   - [ ] MySQLFrontendEngine **(cenyu00)**
   - [ ] MySQLCommandExecuteEngine **(cenyu00)**
   - [ ] MySQLUnsupportedCommandExecutor **(cenyu00 )**
   
   **shardingsphere-proxy-frontend-postgresql**
   - [ ] PostgreSQLFrontendEngine **(sandynz)**
   - [ ] PostgreSQLCommandExecutorFactory **(sandynz)**
   - [ ] PostgreSQLUnsupportedCommandExecutor **(sandynz)**
   - [ ] PostgreSQLComTerminationExecutor **(gzdzss)**
   - [ ] PostgreSQLComDescribeExecutor **(gzdzss)**
   - [ ] PostgreSQLComExecuteExecutor **(gzdzss)**
   - [ ] PostgreSQLComParseExecutor **(gzdzss)**
   - [ ] PostgreSQLComSyncExecutor **(gzdzss)**
   - [ ] PostgreSQLUnsupportedCommandExecutor **(gzdzss)**
   
   
    


----------------------------------------------------------------
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] tuohai666 closed issue #7321: Add more test cases for ShardingSphere-Proxy

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






----------------------------------------------------------------
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] tuohai666 closed issue #7321: Add more test cases for ShardingSphere-Proxy

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


   


----------------------------------------------------------------
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] tuohai666 closed issue #7321: Add more test cases for ShardingSphere-Proxy

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


   


----------------------------------------------------------------
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] gzdzss commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   > I want do this :
   > 
   > shardingsphere-proxy-frontend-mysql
   > 
   > * MySQLProtocolFrontendEngine
   > * MySQLCommandExecuteEngine
   > * MySQLUnsupportedCommandExecutor
   
    @cenyu00  Got it.  
   
   Please finish the tasks :
   - ~~MySQLProtocolFrontendEngine~~ -> MySQLFrontendEngine
   - MySQLCommandExecuteEngine
   - MySQLUnsupportedCommandExecutor


----------------------------------------------------------------
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] sandynz edited a comment on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   Hi, I'd like to try `shardingsphere-proxy-frontend-postgresql` module:
   - PostgreSQLProtocolFrontendEngine
   - PostgreSQLCommandExecutorFactory
   - PostgreSQLUnsupportedCommandExecutor
   


----------------------------------------------------------------
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] tuohai666 closed issue #7321: Add more test cases for ShardingSphere-Proxy

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






----------------------------------------------------------------
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] gzdzss commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   I didn't get the update for a long time, so I turned it off


----------------------------------------------------------------
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] jian365066744 commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   I want do this
   
   
   shardingsphere-proxy-frontend-core
   
   
   &nbsp;ShardingSphereProxy
   &nbsp;FrontendChannelInboundHandler
   &nbsp;ServerHandlerInitializer
   
   
   ---Original---
   From: "Zhang Yonglun"<notifications@github.com&gt;
   Date: Tue, Sep 8, 2020 16:23 PM
   To: "apache/shardingsphere"<shardingsphere@noreply.github.com&gt;;
   Cc: "Mention"<mention@noreply.github.com&gt;;"zhang jian"<365066744@qq.com&gt;;
   Subject: Re: [apache/shardingsphere] Add more test cases for Sharding-Proxy (#7321)
   
   
   
   
    
   @jian365066744 Please pick up one or more test cases, thanks.
    
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.


----------------------------------------------------------------
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] gzdzss closed issue #7321: Add more test cases for ShardingSphere-Proxy

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


   


----------------------------------------------------------------
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] sandynz commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   Hi, I'd like to try `shardingsphere-proxy-frontend-postgresql` module:
   - PostgreSQLProtocolFrontendEngine
   - PostgreSQLCommandExecutorFactory
   - PostgreSQLUnsupportedCommandExecutor
   - PostgreSQLComTerminationExecutor
   - PostgreSQLComDescribeExecutor
   - PostgreSQLComExecuteExecutor
   - PostgreSQLComParseExecutor
   - PostgreSQLComSyncExecutor
   


----------------------------------------------------------------
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] tuohai666 commented on issue #7321: Add more test cases for Sharding-Proxy

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


   @jian365066744 Please pick up one or more test cases, 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.

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



[GitHub] [shardingsphere] cenyu00 commented on issue #7321: Add more test cases for Sharding-Proxy

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


   I want do this :
   
   shardingsphere-proxy-frontend-mysql
   
    - MySQLProtocolFrontendEngine
   - MySQLCommandExecuteEngine
   - MySQLUnsupportedCommandExecutor
   


----------------------------------------------------------------
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] gzdzss commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   > I want do this shardingsphere-proxy-frontend-core &nbsp;ShardingSphereProxy &nbsp;FrontendChannelInboundHandler &nbsp;ServerHandlerInitializer
   > […](#)
   > ---Original--- From: "Zhang Yonglun"<notifications@github.com&gt; Date: Tue, Sep 8, 2020 16:23 PM To: "apache/shardingsphere"<shardingsphere@noreply.github.com&gt;; Cc: "Mention"<mention@noreply.github.com&gt;;"zhang jian"<365066744@qq.com&gt;; Subject: Re: [apache/shardingsphere] Add more test cases for Sharding-Proxy (#7321) @jian365066744 Please pick up one or more test cases, thanks. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
   
   @jian365066744  Got it.
   
   Please finish the tasks :
   -  ShardingSphereProxy
   -  FrontendChannelInboundHandler
   -  ServerHandlerInitializer
   


----------------------------------------------------------------
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] tuohai666 closed issue #7321: Add more test cases for ShardingSphere-Proxy

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


   


----------------------------------------------------------------
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] gzdzss commented on issue #7321: Add more test cases for ShardingSphere-Proxy

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


   > Hi, I'd like to try `shardingsphere-proxy-frontend-postgresql` module:
   > 
   > * PostgreSQLProtocolFrontendEngine
   > * PostgreSQLCommandExecutorFactory
   > * PostgreSQLUnsupportedCommandExecutor
   
   @sandynz  Got it.
   
   Please finish the tasks :
   
   - ~~PostgreSQLProtocolFrontendEngine~~  -> PostgreSQLFrontendEngine
   - PostgreSQLCommandExecutorFactory
   - PostgreSQLUnsupportedCommandExecutor


----------------------------------------------------------------
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] jian365066744 commented on issue #7321: Add more test cases for Sharding-Proxy

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


   assign to me


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