-
Notifications
You must be signed in to change notification settings - Fork 92
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
Conversation
assembly/travis/install-hugegraph.sh
Outdated
@@ -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" |
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.
add install-hugegraph-from-source.sh and keep install-hugegraph-from-tar.sh
Change-Id: I07e78cae40d7ab90640a1b7ca3bf57197c885cf1
Change-Id: Ide5ab2ef23ac0be55db54761dbb537383e3c2f6f
f784465
to
39836b8
Compare
9d60943
to
81fc5ce
Compare
d95077d
to
98cecac
Compare
assembly/travis/set-env.sh
Outdated
#1 | ||
#1 | ||
#XXG | ||
#sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime |
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.
delete if no use from line 5 to line 11
Assert.assertEquals(expectTimeStamp, actualTimeStamp); | ||
} | ||
|
||
|
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.
delete empty line
5af0ce2
to
14f681f
Compare
Codecov Report
@@ 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 Continue to review full report at Codecov.
|
Change-Id: I2c051aeb81a60cfa0cd4418ca1361d7fd1ed758a
14f681f
to
d0af262
Compare
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"; |
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.
seems TRUST_STORE_FILE is unused
Change-Id: I07e78cae40d7ab90640a1b7ca3bf57197c885cf1