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/08/24 09:22:58 UTC

[GitHub] [shardingsphere] gzdzss opened a new pull request #7030: add test cases

gzdzss opened a new pull request #7030:
URL: https://github.com/apache/shardingsphere/pull/7030


   Fixes #6985.
   
   Changes proposed in this pull request:
   - [x] PostgreSQLComDescribePacket.java
   - [x] PostgreSQLComExecutePacket.java
   - [x] PostgreSQLComParsePacket.java
   - [x] PostgreSQLParseCompletePacket.java
   - [x] PostgreSQLComSyncPacket.java
   - [x] PostgreSQLComQueryPacket.java
   - [x] PostgreSQLDataRowPacket.java


----------------------------------------------------------------
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] coveralls commented on pull request #7030: add test cases

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #7030:
URL: https://github.com/apache/shardingsphere/pull/7030#issuecomment-679059616


   ## Pull Request Test Coverage Report for [Build 14062](https://coveralls.io/builds/32953128)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **31** unchanged lines in **5** files lost coverage.
   * Overall coverage increased (+**0.07%**) to **35.246%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/MySQLErrPacketFactory.java](https://coveralls.io/builds/32953128/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fmysql%2FMySQLErrPacketFactory.java#L67) | 1 | 93.75% |
   | [shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/RDLBackendHandler.java](https://coveralls.io/builds/32953128/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Fbackend%2Ftext%2Fadmin%2FRDLBackendHandler.java#L132) | 2 | 94.44% |
   | [shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/metadata/schema/RuleSchemaMetaData.java](https://coveralls.io/builds/32953128/source?filename=shardingsphere-infra%2Fshardingsphere-infra-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Finfra%2Fmetadata%2Fschema%2FRuleSchemaMetaData.java#L57) | 5 | 44.44% |
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java](https://coveralls.io/builds/32953128/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fnetty%2FFrontendChannelInboundHandler.java#L84) | 6 | 0% |
   | [shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/main/java/org/apache/shardingsphere/sharding/route/engine/validator/impl/ShardingUpdateStatementValidator.java](https://coveralls.io/builds/32953128/source?filename=shardingsphere-features%2Fshardingsphere-sharding%2Fshardingsphere-sharding-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Froute%2Fengine%2Fvalidator%2Fimpl%2FShardingUpdateStatementValidator.java#L76) | 17 | 56.25% |
   <!-- | **Total:** | **31** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/32953128/badge)](https://coveralls.io/builds/32953128) |
   | :-- | --: |
   | Change from base [Build 14054](https://coveralls.io/builds/32949643): |  0.07% |
   | Covered Lines: | 35431 |
   | Relevant Lines: | 100524 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


----------------------------------------------------------------
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 merged pull request #7030: add test cases

Posted by GitBox <gi...@apache.org>.
tuohai666 merged pull request #7030:
URL: https://github.com/apache/shardingsphere/pull/7030


   


----------------------------------------------------------------
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] coveralls edited a comment on pull request #7030: add test cases

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on pull request #7030:
URL: https://github.com/apache/shardingsphere/pull/7030#issuecomment-679059616


   ## Pull Request Test Coverage Report for [Build 14069](https://coveralls.io/builds/32954300)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **31** unchanged lines in **5** files lost coverage.
   * Overall coverage increased (+**0.1%**) to **35.281%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/MySQLErrPacketFactory.java](https://coveralls.io/builds/32954300/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fmysql%2FMySQLErrPacketFactory.java#L67) | 1 | 93.75% |
   | [shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/RDLBackendHandler.java](https://coveralls.io/builds/32954300/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Fbackend%2Ftext%2Fadmin%2FRDLBackendHandler.java#L132) | 2 | 94.44% |
   | [shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/metadata/schema/RuleSchemaMetaData.java](https://coveralls.io/builds/32954300/source?filename=shardingsphere-infra%2Fshardingsphere-infra-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Finfra%2Fmetadata%2Fschema%2FRuleSchemaMetaData.java#L57) | 5 | 44.44% |
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java](https://coveralls.io/builds/32954300/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fnetty%2FFrontendChannelInboundHandler.java#L84) | 6 | 0% |
   | [shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/main/java/org/apache/shardingsphere/sharding/route/engine/validator/impl/ShardingUpdateStatementValidator.java](https://coveralls.io/builds/32954300/source?filename=shardingsphere-features%2Fshardingsphere-sharding%2Fshardingsphere-sharding-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Froute%2Fengine%2Fvalidator%2Fimpl%2FShardingUpdateStatementValidator.java#L76) | 17 | 56.25% |
   <!-- | **Total:** | **31** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/32954300/badge)](https://coveralls.io/builds/32954300) |
   | :-- | --: |
   | Change from base [Build 14054](https://coveralls.io/builds/32949643): |  0.1% |
   | Covered Lines: | 35466 |
   | Relevant Lines: | 100524 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


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