This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 83942fd Add a case with empty data packet (#7017) (#7048)
new 4dde0da add test case for pg codesc and constants
new 88d5cfd fix check style error check
new eee547a fix mockito strict check
new c8343cd remove un finish test case
new e96cdec add protocol binary value factory test
new 2399730 fix merge confilct
new 41c6d66 Merge branch 'master' into Test-pg-binary-value
new 00b8a89 change as review
new 5e162af remove blank line
new 86d5f4a remove blank line
new 327bc10 Merge pull request #7044 from xbkaishui/Test-pg-binary-value
The 26354 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../PostgreSQLBinaryProtocolValueFactoryTest.java | 80 ++++++++++++++++++++++
... => PostgreSQLDateBinaryProtocolValueTest.java} | 24 ++++---
.../PostgreSQLDoubleBinaryProtocolValueTest.java} | 27 ++++----
3 files changed, 109 insertions(+), 22 deletions(-)
create mode 100644
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java
copy
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/{PostgreSQLTimeBinaryProtocolValueTest.java
=> PostgreSQLDateBinaryProtocolValueTest.java} (72%)
copy
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/{PostgreSQLBindCompletePacketTest.java
=> protocol/PostgreSQLDoubleBinaryProtocolValueTest.java} (67%)