-
Notifications
You must be signed in to change notification settings - Fork 525
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
support clone graph without config param #1709
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javeme
force-pushed
the
clone-graph-without-config
branch
2 times, most recently
from
December 26, 2021 12:49
1f938b5
to
b53e0b4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1709 +/- ##
=============================================
+ Coverage 49.53% 66.53% +17.00%
- Complexity 5350 7082 +1732
=============================================
Files 423 423
Lines 35488 35525 +37
Branches 4948 4946 -2
=============================================
+ Hits 17580 23638 +6058
+ Misses 15975 9501 -6474
- Partials 1933 2386 +453
Continue to review full report at Codecov.
|
zhoney
previously approved these changes
Dec 27, 2021
Change-Id: I738237035438590b8c9414dd1281f950a3f2b7bd
Change-Id: If26d647ae3b1f7eb1f046a42c02715cf36e31856
Change-Id: I290cf7f51cf92a082a94d60b15638ae699a18515
javeme
force-pushed
the
clone-graph-without-config
branch
from
December 27, 2021 06:33
b53e0b4
to
ea6946c
Compare
Change-Id: Id6d9d6207a67ce2587d8d923c7ce9455c14eed9f
unit test error: Error: Tests run: 390, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 720.896 s <<< FAILURE! - in com.baidu.hugegraph.unit.UnitTestSuite
Error: testIntFixedSeConcurrent(com.baidu.hugegraph.unit.util.collection.IntSetTest) Time elapsed: 14.524 s <<< ERROR!
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<10000> but was:<9999>
at com.baidu.hugegraph.unit.util.collection.IntSetTest.testIntSetConcurrent(IntSetTest.java:145)
at com.baidu.hugegraph.unit.util.collection.IntSetTest.testIntFixedSeConcurrent(IntSetTest.java:72)
Caused by: java.util.concurrent.ExecutionException: java.lang.AssertionError: expected:<10000> but was:<9999>
at com.baidu.hugegraph.unit.util.collection.IntSetTest.testIntSetConcurrent(IntSetTest.java:145)
at com.baidu.hugegraph.unit.util.collection.IntSetTest.testIntFixedSeConcurrent(IntSetTest.java:72)
Caused by: java.lang.AssertionError: expected:<10000> but was:<9999>
at com.baidu.hugegraph.unit.util.collection.IntSetTest.lambda$testIntSetConcurrent$6(IntSetTest.java:152) |
imbajin
approved these changes
Dec 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change-Id: I290cf7f51cf92a082a94d60b15638ae699a18515