-
Notifications
You must be signed in to change notification settings - Fork 166
Add test case for message and message queue. #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
include/CMQException.h
Outdated
| * See the License for the specific language governing permissions and | ||
| * limitations under the License. | ||
| */ | ||
| <<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please resolve conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already processed
| PRODUCER_SEND_ONEWAY_FAILED = 12, | ||
| PRODUCER_SEND_ORDERLY_FAILED = 13, | ||
| PRODUCER_SEND_ASYNC_FAILED = 14, | ||
| PRODUCER_SEND_ASYNC_FAILED = 14, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use space, not tab.
What is the purpose of the change
Step-by-step unit testing
Brief changelog
Verifying this change
see test/src/message
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.