Skip to content
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

Merged
merged 16 commits into from
Dec 18, 2023

Conversation

VGalaxies
Copy link
Contributor

@VGalaxies VGalaxies commented Dec 17, 2023

This PR is a subtask of hugegraph/actions#5, and it includes the following changes:

  1. Synchronize the content of the validate-release.sh and validate-release.yml with https://github.com/hugegraph/actions/blob/master/.github/workflows/validate-release.yml.
  2. Fix the startup of server from compiled packages.
  3. Optimize some processes and comments.

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.

@VGalaxies
Copy link
Contributor Author

@imbajin PTAL~

Copy link
Member

@imbajin imbajin left a 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

.github/configs/settings.xml Outdated Show resolved Hide resolved
Comment on lines +202 to +203
bin/start-hubble.sh || exit
bin/stop-hubble.sh || exit
Copy link
Member

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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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:

apache/incubator-hugegraph-toolchain@773469c/hugegraph-hubble/hubble-dist/assembly/static/bin/start-hubble.sh#L83-L94

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

Copy link
Contributor Author

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~

@imbajin imbajin merged commit 48c5320 into apache:master Dec 18, 2023
1 check passed
@VGalaxies VGalaxies deleted the fix-path branch December 18, 2023 08:27
github-actions bot pushed a commit to VGalaxies/incubator-hugegraph-doc that referenced this pull request Dec 18, 2023
@javeme
Copy link
Contributor

javeme commented Feb 25, 2024

related #197

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants