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

fix: hugegraph script error #2044

Merged
merged 1 commit into from
Dec 4, 2022
Merged

fix: hugegraph script error #2044

merged 1 commit into from
Dec 4, 2022

Conversation

zyxxoo
Copy link
Contributor

@zyxxoo zyxxoo commented Dec 4, 2022

No description provided.

@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Merging #2044 (69f5d16) into master (d01c873) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2044      +/-   ##
============================================
- Coverage     66.38%   66.36%   -0.02%     
+ Complexity      978      976       -2     
============================================
  Files           482      482              
  Lines         41458    41458              
  Branches       5889     5889              
============================================
- Hits          27520    27512       -8     
- Misses        11237    11247      +10     
+ Partials       2701     2699       -2     
Impacted Files Coverage Δ
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 67.11% <0.00%> (-2.02%) ⬇️
...a/org/apache/hugegraph/task/ServerInfoManager.java 73.25% <0.00%> (-1.75%) ⬇️
...ugegraph/backend/store/raft/StoreStateMachine.java 64.86% <0.00%> (-0.91%) ⬇️
...hugegraph/backend/store/raft/rpc/RaftRequests.java 18.78% <0.00%> (-0.24%) ⬇️
...hugegraph/backend/store/raft/rpc/RpcForwarder.java 69.49% <0.00%> (ø)
...ache/hugegraph/backend/store/hbase/HbaseTable.java 76.96% <0.00%> (+0.60%) ⬆️
...a/org/apache/hugegraph/util/collection/IntSet.java 75.84% <0.00%> (+0.84%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Comment on lines +26 to +27
INSTALL_DIR=${INSTALL_DIR:?"Please open the script then set variable 'INSTALL_DIR' manually"}
SERVER_PORT=${SERVER_PORT:?"Please open the script then set variable 'SERVER_PORT' manually"}
Copy link
Member

@imbajin imbajin Dec 4, 2022

Choose a reason for hiding this comment

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

nice catch,test it in ubuntu21 (fine now)

@javeme javeme merged commit 627a028 into master Dec 4, 2022
@javeme javeme deleted the zy_dev branch December 4, 2022 13:19
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.

3 participants