finish rocketmq cpp 4.x test(client cluster filter server pull) (#50)

* finish rocketmq cpp 4.x test(client cluster filter server pull)

* Add comments and modify the incorrect method name in the incorrect PullOrderTest

* Improved the test content, adding the test content of batchproducer, transactions, offset, retry and other scenarios

* Add the use of sockets to connect to rocketmq server during startup and detect whether the server starts normally. Added broadcast and offset tests. Formatted code
87 files changed
tree: ed6c82c95a7b5c44ca3e6d360a4fbf91855bd12f
  1. .github/
  2. bdd/
  3. common/
  4. cpp/
  5. csharp/
  6. golang/
  7. java/
  8. style/
  9. .asf.yaml
  10. .gitignore
  11. pom.xml
  12. README.md
README.md

Apache RocketMQ E2E

License

RocketMQ E2E Test

Test Case Coverage

  • Message Type
    • Normal message
    • Transaction message
    • Order message
    • Delay message
  • Producer
    • Sync Send
    • Async Send
  • PushConsumer
  • SimpleConsumer
    • Order/Delay/Transaction/Normal
    • Sync receive/Async receive
    • Sync ack/Async ack
  • Client init (Producer/PushConsumer/SimpleConsumer)
    • Parameter settings
  • Mode
    • Cluster
    • Broadcast
  • Message
    • Tag
    • Body
    • Key
    • User property
  • Filter
    • Tag
    • Sql
  • Retry
    • Normal message
    • Order message

How to start

mvn clean test -B -Dgroups=smoke -Dcluster=DefaultCluster
Options
  • ALL_IP : not required, default is null
  • cluster: not required, default DefaultCluster
  • groups: param of junit5, src/main/java/org/apache/rocketmq/enums/TESTSET.java