You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/08/24 13:07:39 UTC

[shardingsphere] branch master updated (9d653b7 -> 71cd83f)

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

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


    from 9d653b7  Add test case for pg codesc and constants (#7021)
     add 71cd83f  Add test case of postgre packet engine (#7025)

No new revisions were added by this update.

Summary of changes:
 .../PostgreSQLCommandPacketFactoryTest.java        | 95 ++++++++++++++++++++++
 .../PostgreSQLCommandPacketTypeLoaderTest.java}    | 21 ++---
 .../command/PostgreSQLCommandPacketTypeTest.java}  | 11 +--
 3 files changed, 112 insertions(+), 15 deletions(-)
 create mode 100644 shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/PostgreSQLCommandPacketFactoryTest.java
 copy shardingsphere-db-protocol/{shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/MySQLCommandPacketTypeLoaderTest.java => shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/PostgreSQLCommandPacketTypeLoaderTest.java} (61%)
 copy shardingsphere-db-protocol/{shardingsphere-db-protocol-mysql/src/test/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/MySQLMySQLCommandPacketTypeTest.java => shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/PostgreSQLCommandPacketTypeTest.java} (73%)