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

Upgrade dependency version for release 0.11 #1248

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Nov 9, 2020

Change-Id: I565374bc9a3758b5572a3c717018c979bda97a30

Change-Id: I565374bc9a3758b5572a3c717018c979bda97a30
@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #1248 (c2175d6) into master (645f1a3) will increase coverage by 0.74%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1248      +/-   ##
============================================
+ Coverage     61.67%   62.41%   +0.74%     
- Complexity     5713     5758      +45     
============================================
  Files           374      374              
  Lines         31285    31285              
  Branches       4393     4393              
============================================
+ Hits          19295    19528     +233     
+ Misses        10008     9773     -235     
- Partials       1982     1984       +2     
Impacted Files Coverage Δ Complexity Δ
.../java/com/baidu/hugegraph/version/CoreVersion.java 80.00% <100.00%> (ø) 2.00 <1.00> (ø)
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 81.54% <0.00%> (+0.55%) 96.00% <0.00%> (+1.00%)
...va/com/baidu/hugegraph/task/ServerInfoManager.java 70.78% <0.00%> (+0.56%) 51.00% <0.00%> (+1.00%)
...aidu/hugegraph/backend/tx/AbstractTransaction.java 73.24% <0.00%> (+1.91%) 53.00% <0.00%> (+1.00%)
...u/hugegraph/backend/store/mysql/MysqlSessions.java 68.49% <0.00%> (+2.73%) 27.00% <0.00%> (ø%)
...aidu/hugegraph/backend/store/mysql/MysqlStore.java 81.72% <0.00%> (+3.04%) 45.00% <0.00%> (+3.00%)
...h/backend/store/postgresql/PostgresqlSessions.java 76.92% <0.00%> (+76.92%) 9.00% <0.00%> (+9.00%)
...backend/store/postgresql/PostgresqlSerializer.java 78.57% <0.00%> (+78.57%) 3.00% <0.00%> (+3.00%)
...aph/backend/store/postgresql/PostgresqlTables.java 87.95% <0.00%> (+87.95%) 1.00% <0.00%> (+1.00%)
...kend/store/postgresql/PostgresqlStoreProvider.java 92.50% <0.00%> (+92.50%) 5.00% <0.00%> (+5.00%)
... and 2 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 645f1a3...c2175d6. Read the comment docs.

@@ -171,7 +171,7 @@ protected LeaderInfo waitLeaderElected(int timeout) {
long consumedTime = System.currentTimeMillis() - beginTime;
if (timeout > 0 && consumedTime >= timeout) {
throw new BackendException(
"Waiting for raft group '{}' election timeout({}ms)",
"Waiting for raft group '%s' election timeout(%sms)",
Copy link
Contributor

Choose a reason for hiding this comment

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

don't update it in this commit

Change-Id: If54963444a5636b1c96f757677bb87b881e4dbfd
@javeme javeme merged commit 1758d5f into master Nov 11, 2020
@javeme javeme deleted the upgrade-dependency branch November 11, 2020 05:21
tmljob pushed a commit to tmljob/hugegraph that referenced this pull request Dec 10, 2020
* Upgrade dependency version for release 0.11

Change-Id: I565374bc9a3758b5572a3c717018c979bda97a30
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.

None yet

4 participants