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

vongosling pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git.


    from 42ca665  Merge pull request #12 from francisoliverlee/master
     add 4f851b9  add send one way interface and sample
     add 689f2a3  add test code
     add 04fab92  fixed send message sync overload
     add a3338f4  fixed consume message test case not correct
     add 209666e  Change constants to common description info.
     new 005b062  Merge pull request #10 from yoster0520/master

The 1 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:
 sample/testProducer.py      |  15 ++++
 src/PythonWrapper.cpp       |   5 ++
 src/PythonWrapper.h         |   1 +
 test/TestConsumeMessages.py |  78 +++++++++++++++++
 test/TestSendMessages.py    | 206 ++++++++++++++++++++++++++++++++++++++++++++
 test/__init__.py            |  22 +++++
 6 files changed, 327 insertions(+)
 create mode 100644 test/TestConsumeMessages.py
 create mode 100644 test/TestSendMessages.py
 create mode 100644 test/__init__.py

Reply via email to