Github user vsair commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/160#discussion_r135745011 --- Diff: broker/src/test/java/org/apache/rocketmq/broker/filter/MessageStoreWithFilterTest.java --- @@ -369,4 +367,36 @@ public void testGetMessage_withFilterBitMap() { } } } + + @Test + public void testGetMessage_withFilter_checkTagsCode() { + try { + putMsg(master, topicCount, msgPerTopic); + // sleep to wait for consume queue has been constructed. --- End diff -- sleep to replace sleep ?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---