You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2022/04/26 03:51:55 UTC

[rocketmq-mqtt] branch main updated (011fbb3 -> 4f3f127)

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

tianliuliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git


    from 011fbb3  Merge pull request #82 from YxAc/continuously_improve_codeCov
     new b6f5697  [ISSUE #24] recalculate timeout check
     new 7c611b7  Merge branch 'apache:main' into main
     new ba555bd  [ISSUE #24] uc , recalculate keepalive
     new 69e4da0  [ISSUE #24] uc , recalculate keepalive
     new e8e6e81  Merge branch 'apache:main' into main
     new 6b76b12  [ISSUE #65] Define a subscription storage interface
     new 8c6b89a  [ISSUE #65] uc, Define a subscription storage interface
     new 519959e  Merge branch 'sub_store_interface'
     new b7fbe8b  Merge branch 'apache:main' into main
     new 5181549  [ISSUE #65] uc, Define a subscription storage interface[ISSUE #65] uc, Define a subscription storage interface
     new 0c16e03  [ISSUE #65] uc, Define a subscription storage interface
     new 840f318  code test coverage
     new 323d1b7  test auth
     new 5077cb6  [ISSUE #80] uc
     new c7821a4  [ISSUE #80] uc
     new e2dfb4f  [ISSUE #80] uc
     new 94aff6c  Merge branch 'apache:main' into main
     new 294882c  Merge branch 'main' into codecov
     new 4f3f127  Merge pull request #87 from pingww/codecov

The 80 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:
 .../mqtt/ds/test/TestAuthManagerSample.java        | 81 ++++++++++++++++++++++
 .../mqtt/ds/test/TestFirstTopicManager.java        | 20 ++++++
 .../mqtt/ds/test/TestMetaPersistManagerSample.java | 59 ++++++++++++++++
 .../rocketmq/mqtt/ds/test/TestNotifyManager.java   | 39 +++++++++++
 ...anagerTest.java => TestOffsetStoreManager.java} |  2 +-
 5 files changed, 200 insertions(+), 1 deletion(-)
 create mode 100644 mqtt-ds/src/test/java/org/apache/rocketmq/mqtt/ds/test/TestAuthManagerSample.java
 create mode 100644 mqtt-ds/src/test/java/org/apache/rocketmq/mqtt/ds/test/TestMetaPersistManagerSample.java
 rename mqtt-ds/src/test/java/org/apache/rocketmq/mqtt/ds/test/{LmqOffsetStoreManagerTest.java => TestOffsetStoreManager.java} (99%)