-
Notifications
You must be signed in to change notification settings - Fork 643
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
[ISSUE #5020] Optimize unit tests and code <HTTP Connector> #5023
Conversation
# Conflicts: # eventmesh-connectors/eventmesh-connector-http/src/test/java/org/apache/eventmesh/connector/http/source/connector/HttpSourceConnectorTest.java
hi @cnzakii, I am trying build apache-eventmesh project but I am getting an error in the testput method of the HttpSinkConnectorTest you wrote. Error mesage: creating metric: FORWARD_ACTIONS_COUNT java.lang.IllegalArgumentException: Invalid metric name: forward_actıons_count java.lang.IllegalArgumentException How can ı solve this error? Could you help? |
Did your issue get resolved? I wasn't able to reproduce the exception from the repository CI tests or local CI tests. Based on the exception log you provided, it seems to be an issue with MockServer, but I'm only familiar with its usage as a testing tool for simulating HTTP responses, and not with its internal workings. |
Fixes #5020
Motivation
Optimize unit tests and code
Modifications
Describe the modifications you've done.
Documentation