From 642f944ce9a1a87e98011c7935ae7f9e95aece53 Mon Sep 17 00:00:00 2001 From: cryptoya Date: Wed, 12 Apr 2023 16:44:32 +0800 Subject: [PATCH 1/2] Add a description of the Apache RocketMQ E2E repository in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2759f796da1..f626a868f4a 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ name-service 1/1 107m * [RocketMQ EventBridge](https://github.com/apache/rocketmq-eventbridge): EventBridge make it easier to build a event-driven application. * [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Icubator community projects of Apache RocketMQ, including [logappender](https://github.com/apache/rocketmq-externals/tree/master/logappender), [rocketmq-ansible](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-ansible), [rocketmq-beats-integration](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-beats-integration), [rocketmq-cloudevents-binding](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-cloudevents-binding), etc. * [RocketMQ Site](https://github.com/apache/rocketmq-site): The repository for Apache RocketMQ website. +* [RocketMQ E2E](https://github.com/apache/rocketmq-e2e): A project for Apache RocketMQ test, including e2e,performance,compatibility test. ---------- From 0e0ae3e90732c039b0e89333a6bb89e3f8fb54fa Mon Sep 17 00:00:00 2001 From: yueya <102146039+cryptoya@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:23:52 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Aaron Ai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f626a868f4a..1ee43167122 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ name-service 1/1 107m * [RocketMQ EventBridge](https://github.com/apache/rocketmq-eventbridge): EventBridge make it easier to build a event-driven application. * [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Icubator community projects of Apache RocketMQ, including [logappender](https://github.com/apache/rocketmq-externals/tree/master/logappender), [rocketmq-ansible](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-ansible), [rocketmq-beats-integration](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-beats-integration), [rocketmq-cloudevents-binding](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-cloudevents-binding), etc. * [RocketMQ Site](https://github.com/apache/rocketmq-site): The repository for Apache RocketMQ website. -* [RocketMQ E2E](https://github.com/apache/rocketmq-e2e): A project for Apache RocketMQ test, including e2e,performance,compatibility test. +* [RocketMQ E2E](https://github.com/apache/rocketmq-e2e): A project for testing Apache RocketMQ, including end-to-end, performance, compatibility tests. ----------