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

Install hugegraph from github instead of download link #191

Merged
merged 3 commits into from
Dec 15, 2020

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Dec 9, 2020

Change-Id: I07e78cae40d7ab90640a1b7ca3bf57197c885cf1

@@ -3,53 +3,46 @@
set -ev

if [[ $# -ne 1 ]]; then
echo "Must pass server version of hugegraph"
echo "Must pass base branch name of pull request"
Copy link
Contributor

Choose a reason for hiding this comment

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

add install-hugegraph-from-source.sh and keep install-hugegraph-from-tar.sh

Change-Id: I07e78cae40d7ab90640a1b7ca3bf57197c885cf1
Change-Id: Ide5ab2ef23ac0be55db54761dbb537383e3c2f6f
@Linary Linary force-pushed the travis-fetch-server-from-github branch from f784465 to 39836b8 Compare December 11, 2020 04:36
javeme
javeme previously approved these changes Dec 11, 2020
javeme
javeme previously approved these changes Dec 11, 2020
@javeme
Copy link
Contributor

javeme commented Dec 11, 2020

ci error
image

@Linary Linary force-pushed the travis-fetch-server-from-github branch 9 times, most recently from d95077d to 98cecac Compare December 14, 2020 06:53
#1
#1
#XXG
#sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
Copy link
Contributor

Choose a reason for hiding this comment

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

delete if no use from line 5 to line 11

Assert.assertEquals(expectTimeStamp, actualTimeStamp);
}


Copy link
Contributor

Choose a reason for hiding this comment

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

delete empty line

@Linary Linary force-pushed the travis-fetch-server-from-github branch 3 times, most recently from 5af0ce2 to 14f681f Compare December 14, 2020 08:56
@codecov
Copy link

codecov bot commented Dec 14, 2020

Codecov Report

Merging #191 (14f681f) into master (decfca1) will increase coverage by 34.52%.
The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #191       +/-   ##
=============================================
+ Coverage     38.40%   72.92%   +34.52%     
- Complexity      427      824      +397     
=============================================
  Files            79       79               
  Lines          3471     3472        +1     
  Branches        415      416        +1     
=============================================
+ Hits           1333     2532     +1199     
+ Misses         1974      741     -1233     
- Partials        164      199       +35     
Impacted Files Coverage Δ Complexity Δ
...u/hugegraph/loader/reader/hdfs/HDFSFileReader.java 71.08% <0.00%> (+71.08%) 16.00 <0.00> (+16.00)
...baidu/hugegraph/loader/source/hdfs/HDFSSource.java 61.11% <0.00%> (+61.11%) 9.00 <0.00> (+9.00)
...a/com/baidu/hugegraph/loader/util/MappingUtil.java 83.52% <0.00%> (+2.35%) 13.00% <0.00%> (+1.00%)
.../hugegraph/loader/serializer/InputSourceDeser.java 71.42% <0.00%> (+4.76%) 5.00% <0.00%> (ø%)
...aidu/hugegraph/loader/source/file/Compression.java 100.00% <0.00%> (+5.55%) 3.00% <0.00%> (+1.00%)
...om/baidu/hugegraph/loader/builder/SchemaCache.java 65.11% <0.00%> (+6.97%) 9.00% <0.00%> (+1.00%)
.../baidu/hugegraph/loader/builder/VertexBuilder.java 82.60% <0.00%> (+8.69%) 8.00% <0.00%> (+1.00%)
...om/baidu/hugegraph/loader/builder/EdgeBuilder.java 92.18% <0.00%> (+10.93%) 19.00% <0.00%> (+8.00%)
.../com/baidu/hugegraph/loader/constant/ElemType.java 88.88% <0.00%> (+11.11%) 5.00% <0.00%> (+1.00%)
...java/com/baidu/hugegraph/loader/util/JsonUtil.java 46.00% <0.00%> (+12.00%) 8.00% <0.00%> (+1.00%)
... and 50 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update decfca1...d0af262. Read the comment docs.

Change-Id: I2c051aeb81a60cfa0cd4418ca1361d7fd1ed758a
@Linary Linary force-pushed the travis-fetch-server-from-github branch from 14f681f to d0af262 Compare December 14, 2020 09:46
protected static final String TRUST_STORE_PASSWORD = "changeit";
protected static final String HTTPS_PROTOCOL = "https";
protected static final String TRUST_STORE_FILE =
"assembly/travis/conf/hugegraph.truststore";
Copy link
Contributor

Choose a reason for hiding this comment

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

seems TRUST_STORE_FILE is unused

@Linary Linary merged commit 784debb into master Dec 15, 2020
@Linary Linary deleted the travis-fetch-server-from-github branch December 15, 2020 02:54
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