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/01/03 06:57:40 UTC

[GitHub] [incubator-shardingsphere] yanyzy opened a new pull request #3859: Add feature for shadow database

yanyzy opened a new pull request #3859: Add feature for shadow database
URL: https://github.com/apache/incubator-shardingsphere/pull/3859
 
 
   Fixes #3269.
   

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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3859: Add feature for shadow database

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #3859: Add feature for shadow database
URL: https://github.com/apache/incubator-shardingsphere/pull/3859#issuecomment-570519530
 
 
   ## Pull Request Test Coverage Report for [Build 1258](https://coveralls.io/builds/27895896)
   
   * **154** of **630**   **(24.44%)**  changed or added relevant lines in **39** files are covered.
   * **1** unchanged line in **1** file lost coverage.
   * Overall coverage decreased (**-1.6%**) to **65.989%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [sharding-spring/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/org/apache/shardingsphere/shardingjdbc/orchestration/spring/boot/shadow/SpringBootShadowRuleConfigurationProperties.java](https://coveralls.io/builds/27895896/source?filename=sharding-spring%2Fsharding-jdbc-orchestration-spring%2Fsharding-jdbc-orchestration-spring-boot-starter%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Forchestration%2Fspring%2Fboot%2Fshadow%2FSpringBootShadowRuleConfigurationProperties.java#L29) | 0 | 1 | 0.0%
   | [sharding-core/sharding-core-route/src/main/java/org/apache/shardingsphere/core/route/SQLLogger.java](https://coveralls.io/builds/27895896/source?filename=sharding-core%2Fsharding-core-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fcore%2Froute%2FSQLLogger.java#L87) | 0 | 3 | 0.0%
   | [sharding-spring/sharding-jdbc-orchestration-spring/sharding-jdbc-orchestration-spring-boot-starter/src/main/java/org/apache/shardingsphere/shardingjdbc/orchestration/spring/boot/shadow/LocalShadowRuleCondition.java](https://coveralls.io/builds/27895896/source?filename=sharding-spring%2Fsharding-jdbc-orchestration-spring%2Fsharding-jdbc-orchestration-spring-boot-starter%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Forchestration%2Fspring%2Fboot%2Fshadow%2FLocalShadowRuleCondition.java#L31) | 0 | 3 | 0.0%
   | [shadow-core/shadow-core-rewrite/src/main/java/org/apache/shardingsphere/shadow/rewrite/parameter/ShadowParameterRewriter.java](https://coveralls.io/builds/27895896/source?filename=shadow-core%2Fshadow-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Frewrite%2Fparameter%2FShadowParameterRewriter.java#L33) | 0 | 4 | 0.0%
   | [shadow-core/shadow-core-rewrite/src/main/java/org/apache/shardingsphere/shadow/rewrite/token/generator/BaseShadowSQLTokenGenerator.java](https://coveralls.io/builds/27895896/source?filename=shadow-core%2Fshadow-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Frewrite%2Ftoken%2Fgenerator%2FBaseShadowSQLTokenGenerator.java#L33) | 0 | 4 | 0.0%
   | [sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/config/shadow/YamlShadowRuleConfiguration.java](https://coveralls.io/builds/27895896/source?filename=sharding-core%2Fsharding-core-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fcore%2Fyaml%2Fconfig%2Fshadow%2FYamlShadowRuleConfiguration.java#L42) | 6 | 10 | 60.0%
   | [sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/context/ShadowRuntimeContext.java](https://coveralls.io/builds/27895896/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fcontext%2FShadowRuntimeContext.java#L48) | 14 | 18 | 77.78%
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/core/extractor/impl/common/expression/impl/LiteralExpressionExtractor.java](https://coveralls.io/builds/27895896/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fcore%2Fextractor%2Fimpl%2Fcommon%2Fexpression%2Fimpl%2FLiteralExpressionExtractor.java#L67) | 0 | 4 | 0.0%
   | [sharding-sql-test/src/main/java/org/apache/shardingsphere/test/sql/loader/shadow/ShadowSQLCasesRegistry.java](https://coveralls.io/builds/27895896/source?filename=sharding-sql-test%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Ftest%2Fsql%2Floader%2Fshadow%2FShadowSQLCasesRegistry.java#L30) | 0 | 6 | 0.0%
   | [shadow-core/shadow-core-rewrite/src/main/java/org/apache/shardingsphere/shadow/rewrite/context/ShadowSQLRewriteContextDecorator.java](https://coveralls.io/builds/27895896/source?filename=shadow-core%2Fshadow-core-rewrite%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Frewrite%2Fcontext%2FShadowSQLRewriteContextDecorator.java#L33) | 0 | 7 | 0.0%
   <!-- | **Total:** | **154** | **630** | **24.44%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/core/extractor/impl/common/expression/impl/LiteralExpressionExtractor.java](https://coveralls.io/builds/27895896/source?filename=shardingsphere-sql-parser%2Fshardingsphere-sql-parser-engine%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fsql%2Fparser%2Fcore%2Fextractor%2Fimpl%2Fcommon%2Fexpression%2Fimpl%2FLiteralExpressionExtractor.java#L75) | 1 | 4.55% |
   <!-- | **Total:** | **1** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/27895896/badge)](https://coveralls.io/builds/27895896) |
   | :-- | --: |
   | Change from base [Build 642](https://coveralls.io/builds/27858668): |  -1.6% |
   | Covered Lines: | 11434 |
   | Relevant Lines: | 17327 |
   
   ---
   ##### 💛  - [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


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] tristaZero merged pull request #3859: Add feature for shadow database

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #3859: Add feature for shadow database
URL: https://github.com/apache/incubator-shardingsphere/pull/3859
 
 
   

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


With regards,
Apache Git Services