Zhanhui Li
Zhanhui Li
This pull request fixes https://github.com/apache/rocketmq/issues/4568
Support build and run tests through Bazel so developers from Bazel community can reuse scripts, as is discussed in [Issue 284](https://github.com/eBay/NuRaft/issues/284)
### What version of rules_go are you using? 0.33.0 ### What version of gazelle are you using? ### What version of Bazel are you using? 5.2.0 ### Does this issue...
We have a few tests that do NOT work on Windows and MacOS. This ticket is used to track fix of Windows compatibility issues
Running org.apache.rocketmq.test.autoswitchrole.AutoSwitchRoleIntegrationTest 01:41:15,065 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/runner/work/rocketmq/rocketmq/test/target/test-classes/logback-test.xml] 01:41:15,147 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 01:41:15,148 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender...
**Make sure set the target branch to `develop`** ## What is the purpose of the change Fix https://github.com/apache/rocketmq/issues/5126 ## Brief changelog XX ## Verifying this change XXXX Follow this checklist...
The issue tracker is used for bug reporting purposes **ONLY** whereas feature request needs to follow the [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal). To avoid unnecessary duplication, please check whether there is a previous...
1) testConsumeStopAndResume(org.apache.rocketmq.test.offset.OffsetNotFoundIT) java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.rocketmq.test.offset.OffsetNotFoundIT.testConsumeStopAndResume(OffsetNotFoundIT.java:100) FAILURES!!! Tests run: 2, Failures: 1
**Make sure set the target branch to `develop`** ## What is the purpose of the change Fix https://github.com/apache/rocketmq/issues/4890 ## Brief changelog XX ## Verifying this change XXXX Follow this checklist...
RocketMQ uses [fastjson](https://github.com/alibaba/fastjson) to serialize object to JSON text. Unfortunately, with the default configuration, the FastJson library does not respect the JSON standard as expected, which imposes an enormous obstacle...