| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please update the test scenario about mongodb. I need to see how the pipeline data looks like in the expectation file. |
Sorry, something went wrong.
|
And your new changes break the plugin e2e tests. Please fix them. |
Sorry, something went wrong.
The Dead Link Checker / CheckDeadLinks ? : The Java-Plugin-Development-Guide.md is not in the changed files of this PR. |
Sorry, something went wrong.
|
You don't need to worry that. |
Sorry, something went wrong.
|
Your new testing cases seem not working well, need some fix. |
Sorry, something went wrong.
| if ("namespace".equals(field.getName())) { | ||
| namespaceField = field; | ||
| Field.setAccessible(new Field[]{field}, true); | ||
| } | ||
| if ("wrapped".equals(field.getName())) { | ||
| wrappedField = field; | ||
| Field.setAccessible(new Field[]{field}, true); | ||
| } | ||
| if ("databaseName".equals(field.getName())) { | ||
| databaseField = field; | ||
| Field.setAccessible(new Field[]{field}, true); | ||
| } | ||
| if ("collectionName".equals(field.getName())) { | ||
| collectionField = field; | ||
| Field.setAccessible(new Field[]{field}, true); | ||
| } |
There was a problem hiding this comment.
Could you explain this? The more reflect we used, the more performance we impacted.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for the review. I have made the changes using SkyWalkingDynamicField based on your feedback.
Sorry, something went wrong.
…test scenarios and remove reflect
|
Have you verified locally? It costs a lot to run CI repeatedly. |
Sorry, something went wrong.
Sorry for the trouble this problem has caused. |
Sorry, something went wrong.
|
UT is just for testing codes you wrote, but can't verify the runtime with the real library codes. Plugin contribution docs step <5> includes how to run this locally, https://skywalking.apache.org/docs/skywalking-java/latest/en/setup/service-agent/java-agent/java-plugin-development-guide/#contribute-plugins-to-the-apache-skywalking-repository |
Sorry, something went wrong.
|
Meanwhile, you missed the PR template, which guides you to check need-to-update document. In this case, you didn't update changes.md file |
Sorry, something went wrong.
…lking-java into feature-mongo-support-fix
Thank you for the review. Fixed that. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
support mongo db.instance tag、db.collection tag and AggregateOperation span in mongodb-3.x-plugin and mongodb-4.x-plugin