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/18 05:05:26 UTC

[GitHub] [shardingsphere] coveralls commented on pull request #6474: Fix #6408 : Cannot find JDBC type '2003' in PostgreSQL column type

coveralls commented on pull request #6474:
URL: https://github.com/apache/shardingsphere/pull/6474#issuecomment-675251623


   ## Pull Request Test Coverage Report for [Build 13200](https://coveralls.io/builds/32375282)
   
   * **17** of **28**   **(60.71%)**  changed or added relevant lines in **6** files are covered.
   * **190** unchanged lines in **14** files lost coverage.
   * Overall coverage decreased (**-1.0%**) to **55.187%**
   
   ---
   
   |  Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
   | :-----|--------------|--------|---: |
   | [shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLArrayColumnType.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-db-protocol%2Fshardingsphere-db-protocol-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fdb%2Fprotocol%2Fpostgresql%2Fconstant%2FPostgreSQLArrayColumnType.java#L26) | 8 | 9 | 88.89%
   | [shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/resourced/jdbc/queryresult/MemoryQueryResult.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-infra%2Fshardingsphere-infra-executor%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Finfra%2Fexecutor%2Fsql%2Fresourced%2Fjdbc%2Fqueryresult%2FMemoryQueryResult.java#L117) | 0 | 1 | 0.0%
   | [shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/resourced/jdbc/queryresult/StreamQueryResult.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-infra%2Fshardingsphere-infra-executor%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Finfra%2Fexecutor%2Fsql%2Fresourced%2Fjdbc%2Fqueryresult%2FStreamQueryResult.java#L50) | 0 | 1 | 0.0%
   | [shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/PostgreSQLColumnDescription.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-db-protocol%2Fshardingsphere-db-protocol-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fdb%2Fprotocol%2Fpostgresql%2Fpacket%2Fcommand%2Fquery%2FPostgreSQLColumnDescription.java#L56) | 9 | 11 | 81.82%
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/query/binary/bind/PostgreSQLComBindExecutor.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fquery%2Fbinary%2Fbind%2FPostgreSQLComBindExecutor.java#L122) | 0 | 3 | 0.0%
   | [shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/query/text/PostgreSQLComQueryExecutor.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-proxy%2Fshardingsphere-proxy-frontend%2Fshardingsphere-proxy-frontend-postgresql%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fproxy%2Ffrontend%2Fpostgresql%2Fcommand%2Fquery%2Ftext%2FPostgreSQLComQueryExecutor.java#L107) | 0 | 3 | 0.0%
   <!-- | **Total:** | **17** | **28** | **60.71%** | -->
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-facade/src/main/java/org/apache/shardingsphere/orchestration/core/facade/OrchestrationFacade.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-control-panel%2Fshardingsphere-orchestration%2Fshardingsphere-orchestration-core%2Fshardingsphere-orchestration-core-facade%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Fcore%2Ffacade%2FOrchestrationFacade.java#L152) | 1 | 95.92% |
   | [shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-repository/shardingsphere-orchestration-repository-provider/shardingsphere-orchestration-repository-etcd/src/main/java/org/apache/shardingsphere/orchestration/repository/etcd/EtcdRepository.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-control-panel%2Fshardingsphere-orchestration%2Fshardingsphere-orchestration-repository%2Fshardingsphere-orchestration-repository-provider%2Fshardingsphere-orchestration-repository-etcd%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Frepository%2Fetcd%2FEtcdRepository.java#L63) | 1 | 92.86% |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/job/task/DefaultSyncTaskFactory.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fjob%2Ftask%2FDefaultSyncTaskFactory.java#L34) | 1 | 75.0% |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/schedule/ScalingTaskScheduler.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fschedule%2FScalingTaskScheduler.java#L137) | 1 | 0% |
   | [shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-repository/shardingsphere-orchestration-repository-api/src/main/java/org/apache/shardingsphere/orchestration/repository/api/listener/DataChangedEvent.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-control-panel%2Fshardingsphere-orchestration%2Fshardingsphere-orchestration-repository%2Fshardingsphere-orchestration-repository-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Frepository%2Fapi%2Flistener%2FDataChangedEvent.java#L39) | 2 | 0% |
   | [shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-orchestration-spring/shardingsphere-jdbc-orchestration-spring-namespace/src/main/java/org/apache/shardingsphere/spring/namespace/orchestration/parser/DataSourceBeanDefinitionParser.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-jdbc%2Fshardingsphere-jdbc-spring%2Fshardingsphere-jdbc-orchestration-spring%2Fshardingsphere-jdbc-orchestration-spring-namespace%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fspring%2Fnamespace%2Forchestration%2Fparser%2FDataSourceBeanDefinitionParser.java#L51) | 2 | 89.47% |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/exception/PrepareFailedException.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fexception%2FPrepareFailedException.java#L28) | 2 | 33.33% |
   | [shardingsphere-scaling/shardingsphere-scaling-core/src/main/java/org/apache/shardingsphere/scaling/core/job/preparer/resumer/SyncPositionResumer.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-scaling%2Fshardingsphere-scaling-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fscaling%2Fcore%2Fjob%2Fpreparer%2Fresumer%2FSyncPositionResumer.java#L63) | 2 | 59.26% |
   | [shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-repository/shardingsphere-orchestration-repository-provider/shardingsphere-orchestration-repository-apollo/src/main/java/org/apache/shardingsphere/orchestration/repository/apollo/ApolloRepository.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-control-panel%2Fshardingsphere-orchestration%2Fshardingsphere-orchestration-repository%2Fshardingsphere-orchestration-repository-provider%2Fshardingsphere-orchestration-repository-apollo%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Frepository%2Fapollo%2FApolloRepository.java#L93) | 3 | 92.31% |
   | [shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-repository/shardingsphere-orchestration-repository-provider/shardingsphere-orchestration-repository-nacos/src/main/java/org/apache/shardingsphere/orchestration/repository/nacos/NacosRepository.java](https://coveralls.io/builds/32375282/source?filename=shardingsphere-control-panel%2Fshardingsphere-orchestration%2Fshardingsphere-orchestration-repository%2Fshardingsphere-orchestration-repository-provider%2Fshardingsphere-orchestration-repository-nacos%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Forchestration%2Frepository%2Fnacos%2FNacosRepository.java#L69) | 4 | 91.49% |
   <!-- | **Total:** | **190** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/32375282/badge)](https://coveralls.io/builds/32375282) |
   | :-- | --: |
   | Change from base [Build 13169](https://coveralls.io/builds/32348038): |  -1.0% |
   | Covered Lines: | 12448 |
   | Relevant Lines: | 22556 |
   
   ---
   ##### 💛  - [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