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/14 03:31:38 UTC

[GitHub] [shardingsphere] xiangtao opened a new pull request #7434: Add test case from ProxyContext

xiangtao opened a new pull request #7434:
URL: https://github.com/apache/shardingsphere/pull/7434


   Fixes #7331 .
   
   Changes proposed in this pull request:
   - Add test case from ProxyContext
   -
   -
   


----------------------------------------------------------------
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 #7434: Add test case for ProxyContext

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


   ## Pull Request Test Coverage Report for [Build 14840](https://coveralls.io/builds/33502154)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **22120** unchanged lines in **114** files lost coverage.
   * Overall coverage decreased (**-0.002%**) to **35.053%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-common/src/main/java/org/apache/shardingsphere/shadow/yaml/config/YamlShadowRuleConfiguration.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-features%2Fshardingsphere-shadow%2Fshardingsphere-shadow-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Fyaml%2Fconfig%2FYamlShadowRuleConfiguration.java#L42) | 1 | 50.0% |
   | [shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-merge/src/main/java/org/apache/shardingsphere/sharding/merge/dal/show/LogicTablesMergedResult.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-features%2Fshardingsphere-sharding%2Fshardingsphere-sharding-merge%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Fmerge%2Fdal%2Fshow%2FLogicTablesMergedResult.java#L56) | 1 | 90.48% |
   | [shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/main/java/org/apache/shardingsphere/sharding/route/engine/validator/impl/ShardingCreateTableStatementValidator.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-features%2Fshardingsphere-sharding%2Fshardingsphere-sharding-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsharding%2Froute%2Fengine%2Fvalidator%2Fimpl%2FShardingCreateTableStatementValidator.java#L49) | 1 | 88.89% |
   | [shardingsphere-infra/shardingsphere-infra-route/src/main/java/org/apache/shardingsphere/infra/route/DataNodeRouter.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-infra%2Fshardingsphere-infra-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Finfra%2Froute%2FDataNodeRouter.java#L102) | 1 | 91.67% |
   | [shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/transaction/TransactionStatus.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Fbackend%2Fcommunication%2Fjdbc%2Ftransaction%2FTransactionStatus.java#L62) | 1 | 87.5% |
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/MySQLErrPacketFactory.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fmysql%2FMySQLErrPacketFactory.java#L83) | 1 | 79.17% |
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/visitor/impl/PostgreSQLDALVisitor.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-dialect%2Fshardingsphere-sql-parser-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fpostgresql%2Fvisitor%2Fimpl%2FPostgreSQLDALVisitor.java#L89) | 1 | 96.15% |
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/statement/tcl/SetTransactionStatement.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-statement%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fcommon%2Fstatement%2Ftcl%2FSetTransactionStatement.java#L25) | 1 | 0% |
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/MySQLAnalyzeTableStatement.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-statement%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fdialect%2Fstatement%2Fmysql%2Fdal%2FMySQLAnalyzeTableStatement.java#L26) | 1 | 0% |
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/MySQLSetStatement.java](https://coveralls.io/builds/33502154/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-statement%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fsql%2Fdialect%2Fstatement%2Fmysql%2Fdal%2FMySQLSetStatement.java#L26) | 1 | 0% |
   <!-- | **Total:** | **22120** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/33502154/badge)](https://coveralls.io/builds/33502154) |
   | :-- | --: |
   | Change from base [Build 14750](https://coveralls.io/builds/33428624): |  -0.002% |
   | Covered Lines: | 36550 |
   | Relevant Lines: | 104270 |
   
   ---
   ##### 💛  - [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] terrymanu commented on pull request #7434: Add test case for ProxyContext

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


   Duplicated with #7491


----------------------------------------------------------------
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] xiangtao commented on pull request #7434: Add test case for ProxyContext

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


   i solve test failure 


----------------------------------------------------------------
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] terrymanu closed pull request #7434: Add test case for ProxyContext

Posted by GitBox <gi...@apache.org>.
terrymanu closed pull request #7434:
URL: https://github.com/apache/shardingsphere/pull/7434


   


----------------------------------------------------------------
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] xiangtao commented on pull request #7434: Add test case for ProxyContext

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


   already Fixed due to code format verification failure @tristaZero 


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