-
Notifications
You must be signed in to change notification settings - Fork 110
doc: add toolchain local test DOC #412
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds comprehensive local testing documentation for the HugeGraph toolchain to help developers run tests efficiently in their local environments. The documentation covers all major toolchain components including client, loader, hubble, spark-connector, and tools.
Key changes include:
- Detailed testing procedures for each HugeGraph toolchain component
- Environment setup instructions with both script-based and Docker deployment methods
- Troubleshooting guide for common testing issues
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
content/en/docs/guides/toolchain-local-test.md | English version of the comprehensive toolchain local testing guide |
content/cn/docs/guides/toolchain-local-test.md | Chinese version of the comprehensive toolchain local testing guide |
This PR aims to address the issue raised in apache/incubator-hugegraph-toolchain issue #618, which is to provide detailed documentation for developers on how to run HugeGraph-Toolchain tests locally.
This PR is related to apache/incubator-hugegraph-toolchain issue #618.