Re: [PR] [ISSUE #7614] Fix flaky test RocksDBMessageStoreTest [rocketmq]

2023-12-12 Thread via GitHub
lizhanhui commented on code in PR #7625: URL: https://github.com/apache/rocketmq/pull/7625#discussion_r1424843488 ## store/BUILD.bazel: ## @@ -80,6 +79,7 @@ GenTestRules( "src/test/java/org/apache/rocketmq/store/MappedFileQueueTest", "src/test/java/org/apache/

Re: [PR] [ISSUE #7614] Fix flaky test RocksDBMessageStoreTest [rocketmq]

2023-12-11 Thread via GitHub
RongtongJin merged PR #7625: URL: https://github.com/apache/rocketmq/pull/7625 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocke

Re: [PR] [ISSUE #7614] Fix flaky test RocksDBMessageStoreTest [rocketmq]

2023-12-10 Thread via GitHub
joeCarf commented on code in PR #7625: URL: https://github.com/apache/rocketmq/pull/7625#discussion_r1422002547 ## store/BUILD.bazel: ## @@ -80,6 +79,7 @@ GenTestRules( "src/test/java/org/apache/rocketmq/store/MappedFileQueueTest", "src/test/java/org/apache/ro

Re: [PR] [ISSUE #7614] Fix flaky test RocksDBMessageStoreTest [rocketmq]

2023-12-08 Thread via GitHub
codecov-commenter commented on PR #7625: URL: https://github.com/apache/rocketmq/pull/7625#issuecomment-1847027574 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7625?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

[PR] [ISSUE 7614] Fix flaky test RocksDBMessageStoreTest [rocketmq]

2023-12-07 Thread via GitHub
lizhanhui opened a new pull request, #7625: URL: https://github.com/apache/rocketmq/pull/7625 ### Which Issue(s) This PR Fixes Fixes #7614 ### Brief Description ### How Did You Test This Change? ``` bazel test --config=remote //store:s