This is an automated email from the ASF dual-hosted git repository.

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from e9e6552  Remove unnecessary module dependency (#14946)
     add fef8374  Add unit tests for proxy-reactive-frontend-core (#14951)

No new revisions were added by this update.

Summary of changes:
 .../command/ReactiveCommandExecuteTaskTest.java    | 139 +++++++++++++++++++++
 ...eDatabaseProtocolFrontendEngineFactoryTest.java |  17 ++-
 .../protocol/fixture/DummyDatabaseType.java}       |  15 +--
 ...mmyReactiveDatabaseProtocolFrontendEngine.java} |  16 ++-
 .../state/impl/ReactiveOKProxyStateTest.java       |  64 ++++++++++
 .../wrap/WrappedReactiveCommandExecutorTest.java   |  79 ++++++++++++
 ...shardingsphere.infra.database.type.DatabaseType |   2 +-
 ...tive.spi.ReactiveDatabaseProtocolFrontendEngine |   2 +-
 .../src/test/resources/logback-test.xml            |   1 +
 9 files changed, 309 insertions(+), 26 deletions(-)
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/command/ReactiveCommandExecuteTaskTest.java
 copy 
shardingsphere-test/shardingsphere-pipeline-test/src/test/java/org/apache/shardingsphere/data/pipeline/spi/ScalingEntryLoaderTest.java
 => 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/protocol/ReactiveDatabaseProtocolFrontendEngineFactoryTest.java
 (62%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/fixture/FixtureDatabaseType.java
 => 
shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/protocol/fixture/DummyDatabaseType.java}
 (79%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-core/src/test/java/org/apache/shardingsphere/proxy/frontend/fixture/DatabaseProtocolFrontendEngineFixture.java
 => 
shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/protocol/fixture/DummyReactiveDatabaseProtocolFrontendEngine.java}
 (76%)
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/state/impl/ReactiveOKProxyStateTest.java
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core/src/test/java/org/apache/shardingsphere/proxy/frontend/reactive/wrap/WrappedReactiveCommandExecutorTest.java
 copy 
shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-core
 => 
shardingsphere-proxy-frontend-reactive-core}/src/test/resources/META-INF/services/org.apache.shardingsphere.infra.database.type.DatabaseType
 (90%)
 copy 
shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-reactive-mysql/src/main
 => 
shardingsphere-proxy-frontend-reactive-core/src/test}/resources/META-INF/services/org.apache.shardingsphere.proxy.frontend.reactive.spi.ReactiveDatabaseProtocolFrontendEngine
 (87%)
 copy {shardingsphere-agent/shardingsphere-agent-core => 
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core}/src/test/resources/logback-test.xml
 (90%)

Reply via email to