Skip to content

[ISSUE #6817] Replace RocketMQ e2e sleeps with Awaitility - #6978

Open
yykaue wants to merge 5 commits into
apache:masterfrom
yykaue:fix-6817-await-rocketmq-log
Open

[ISSUE #6817] Replace RocketMQ e2e sleeps with Awaitility#6978
yykaue wants to merge 5 commits into
apache:masterfrom
yykaue:fix-6817-await-rocketmq-log

Conversation

@yykaue

@yykaue yykaue commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Fixes #6817.

Changes

  • Start the RocketMQ consumer before sending the request.
  • Replace fixed 30-second sleeps with bounded Awaitility polling.
  • Ensure the RocketMQ consumer is reliably shut down.
  • Add Awaitility as a managed test dependency for the RocketMQ e2e case.

Verification

  • Ran mvn -f shenyu-e2e/pom.xml -pl :shenyu-e2e-case-logging-rocketmq -am test-compile.
  • All 6 reactor modules completed successfully.
  • Checkstyle completed with 0 violations.

@Aias00, could you please help review this PR? Thank you!

@Aias00 Aias00 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the changes and did not find blocking issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] — E2e: 30s blind sleeps gating async MQ consumption

2 participants