-
Notifications
You must be signed in to change notification settings - Fork 528
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
chore(store): translate CJK comments to English for store-dist, store-grpc, store-node, store-rocksdb, store-test #2624
Conversation
...store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerRaftPDTest.java
Outdated
Show resolved
Hide resolved
...graph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerTest.java
Outdated
Show resolved
Hide resolved
hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/PartitionEngineTest.java
Outdated
Show resolved
Hide resolved
...g-store-test/src/main/java/org/apache/hugegraph/store/client/HgSessionManagerRaftPDTest.java
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2624 +/- ##
============================================
- Coverage 48.39% 47.23% -1.17%
+ Complexity 746 583 -163
============================================
Files 719 719
Lines 58471 58471
Branches 7496 7496
============================================
- Hits 28299 27619 -680
- Misses 27334 28064 +730
+ Partials 2838 2788 -50 ☔ View full report in Codecov by Sentry. |
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.
hugegraph-store/hg-store-dist/src/assembly/static/conf/application-pd.yml
Outdated
Show resolved
Hide resolved
hugegraph-store/hg-store-dist/src/assembly/static/conf/application-pd.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Peng Junzhi <[email protected]>
...store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access/RocksDBFactory.java
Outdated
Show resolved
Hide resolved
.asf.yaml
Outdated
@@ -28,7 +28,7 @@ github: | |||
del_branch_on_merge: true | |||
#labels: | |||
enabled_merge_buttons: | |||
merge: false | |||
merge: true |
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.
Prefer to disable merge button.
In order to keep a clear history, we do not expect to introduce merge commits.
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.
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.
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.
get it
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.
get it
@javeme need your approve to merge this PR 🔢
fb9144c
This reverts commit 9ebdb3e.
@javeme need your approval to merge this PR 😶🌫️ |
subtask of #2575
Except for some Chinese character tests in https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/util/UnsafeUtilTest.java.