-
Notifications
You must be signed in to change notification settings - Fork 99
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
chore: update scripts for validating HugeGraph 1.2.0 release #307
Conversation
@imbajin PTAL~ |
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.
Good job, better to add Category B for source code LICENSE check
bin/start-hubble.sh || exit | ||
bin/stop-hubble.sh || exit |
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.
@liuxiaocs7 @aroundabout could we add some basic curl check like curl localhost:8088/xxxAPI
to ensure the hubble runs well?
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.
I remember that start_hubble.sh
included the check:
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.
I remember that
start_hubble.sh
included the check:
seems it only check server but not hubble itself (it's good to enhance the check in start-hubble
later), currently we could check it in our script
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.
@Pengzna here can be improved in next PR~
related #197 |
This PR is a subtask of hugegraph/actions#5, and it includes the following changes:
validate-release.sh
andvalidate-release.yml
with https://github.com/hugegraph/actions/blob/master/.github/workflows/validate-release.yml.Currently, steps 7 (validate the binary packages) and 8 (run the binary packages in the server) in this script have detected some issues that await further resolution.