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/18 02:54:49 UTC

[GitHub] [shardingsphere] Lucas-307 opened a new pull request #7503: Add data consistency checker function.

Lucas-307 opened a new pull request #7503:
URL: https://github.com/apache/shardingsphere/pull/7503


   Add data consistency checker function.


----------------------------------------------------------------
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 #7503: Add data consistency check function.

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


   ## Pull Request Test Coverage Report for [Build 14875](https://coveralls.io/builds/33551941)
   
   * **77** of **134**   **(57.46%)**  changed or added relevant lines in **22** files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage increased (+**0.009%**) to **35.074%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/schedule/ScalingTaskScheduler.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fschedule%2FScalingTaskScheduler.java#L84) | 2 | 3 | 66.67%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/utils/ScalingTaskUtil.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Futils%2FScalingTaskUtil.java#L32) | 2 | 3 | 66.67%
   | [shardingsphere-scaling/shardingsphere-scaling-mysql/src/main/java/org/apache/shardingsphere/scaling/mysql/MySQLSqlBuilder.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fmysql%2FMySQLSqlBuilder.java#L45) | 3 | 4 | 75.0%
   | [shardingsphere-scaling/shardingsphere-scaling-postgresql/src/main/java/org/apache/shardingsphere/scaling/postgresql/PostgreSQLScalingEntry.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fpostgresql%2FPostgreSQLScalingEntry.java#L61) | 0 | 1 | 0.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/check/DataConsistencyCheckerFactory.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fcheck%2FDataConsistencyCheckerFactory.java#L28) | 2 | 4 | 50.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/exception/DataCheckFailException.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fexception%2FDataCheckFailException.java#L30) | 2 | 4 | 50.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/ScalingJobController.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2FScalingJobController.java#L100) | 0 | 4 | 0.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/check/AbstractDataConsistencyChecker.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fcheck%2FAbstractDataConsistencyChecker.java#L72) | 24 | 29 | 82.76%
   | [shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/HttpServerHandler.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-bootstrap%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fweb%2FHttpServerHandler.java#L85) | 4 | 13 | 30.77%
   | [shardingsphere-scaling/shardingsphere-scaling-mysql/src/main/java/org/apache/shardingsphere/scaling/mysql/MySQLDataConsistencyChecker.java](https://coveralls.io/builds/33551941/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fmysql%2FMySQLDataConsistencyChecker.java#L42) | 0 | 31 | 0.0%
   <!-- | **Total:** | **77** | **134** | **57.46%** | -->
   
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/33551941/badge)](https://coveralls.io/builds/33551941) |
   | :-- | --: |
   | Change from base [Build 14871](https://coveralls.io/builds/33541576): |  0.009% |
   | Covered Lines: | 36598 |
   | Relevant Lines: | 104346 |
   
   ---
   ##### 💛  - [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] kimmking merged pull request #7503: Add data consistency check function.

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


   


----------------------------------------------------------------
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 #7503: Add data consistency check function.

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


   ## Pull Request Test Coverage Report for [Build 14882](https://coveralls.io/builds/33556336)
   
   * **78** of **138**   **(56.52%)**  changed or added relevant lines in **23** files are covered.
   * **8** unchanged lines in **1** file lost coverage.
   * Overall coverage increased (+**0.03%**) to **35.095%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/schedule/ScalingTaskScheduler.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fschedule%2FScalingTaskScheduler.java#L84) | 2 | 3 | 66.67%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/utils/ScalingTaskUtil.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Futils%2FScalingTaskUtil.java#L32) | 2 | 3 | 66.67%
   | [shardingsphere-scaling/shardingsphere-scaling-mysql/src/main/java/org/apache/shardingsphere/scaling/mysql/MySQLSqlBuilder.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fmysql%2FMySQLSqlBuilder.java#L45) | 3 | 4 | 75.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/check/DataConsistencyCheckerFactory.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fcheck%2FDataConsistencyCheckerFactory.java#L28) | 2 | 4 | 50.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/exception/DataCheckFailException.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fexception%2FDataCheckFailException.java#L30) | 2 | 4 | 50.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/ScalingJobController.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2FScalingJobController.java#L100) | 0 | 4 | 0.0%
   | [shardingsphere-scaling/shardingsphere-scaling-postgresql/src/main/java/org/apache/shardingsphere/scaling/postgresql/PostgreSQLDataConsistencyChecker.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fpostgresql%2FPostgreSQLDataConsistencyChecker.java#L31) | 0 | 4 | 0.0%
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/check/AbstractDataConsistencyChecker.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fcheck%2FAbstractDataConsistencyChecker.java#L72) | 24 | 29 | 82.76%
   | [shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/HttpServerHandler.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-bootstrap%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fweb%2FHttpServerHandler.java#L85) | 4 | 13 | 30.77%
   | [shardingsphere-scaling/shardingsphere-scaling-mysql/src/main/java/org/apache/shardingsphere/scaling/mysql/MySQLDataConsistencyChecker.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-mysql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fmysql%2FMySQLDataConsistencyChecker.java#L42) | 0 | 31 | 0.0%
   <!-- | **Total:** | **78** | **138** | **56.52%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-route/src/main/java/org/apache/shardingsphere/shadow/route/engine/judge/impl/PreparedShadowDataSourceJudgeEngine.java](https://coveralls.io/builds/33556336/source?filename=shardingsphere-features%2Fshardingsphere-shadow%2Fshardingsphere-shadow-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshadow%2Froute%2Fengine%2Fjudge%2Fimpl%2FPreparedShadowDataSourceJudgeEngine.java#L65) | 8 | 73.81% |
   <!-- | **Total:** | **8** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/33556336/badge)](https://coveralls.io/builds/33556336) |
   | :-- | --: |
   | Change from base [Build 14871](https://coveralls.io/builds/33541576): |  0.03% |
   | Covered Lines: | 36622 |
   | Relevant Lines: | 104351 |
   
   ---
   ##### 💛  - [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