You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/14 08:45:16 UTC

[dubbo] branch 3.0 updated (c79f675 -> 0429e8e)

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

albumenj pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from c79f675  fix #9026 (#9027)
     add 0429e8e  Add unit test for ChannelBuffers and ChannelBufferFactory (#9031)

No new revisions were added by this update.

Summary of changes:
 .../dubbo/remoting/buffer/ChannelBuffer.java       |   4 +-
 .../remoting/buffer/ChannelBufferInputStream.java  |   2 +-
 .../dubbo/remoting/buffer/ChannelBuffers.java      |   8 +-
 .../remoting/buffer/ChannelBufferFactoryTest.java  |  50 +++++++++
 .../dubbo/remoting/buffer/ChannelBuffersTest.java  | 113 +++++++++++++++++++++
 .../remoting/buffer/DynamicChannelBufferTest.java  |  17 ++++
 6 files changed, 188 insertions(+), 6 deletions(-)
 create mode 100644 dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/buffer/ChannelBufferFactoryTest.java
 create mode 100644 dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/buffer/ChannelBuffersTest.java