imbajin commented on code in PR #2480:
URL:
https://github.com/apache/incubator-hugegraph/pull/2480#discussion_r1527088545
##########
hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/StoreNodeServiceTest.java:
##########
@@ -420,7 +425,7 @@ public void onPartitionRemoved(Metapb.Partition partition) {
}
- // @Test
Review Comment:
if a test is hard to ensure the meaning or currently we can't run it well,
we could add `@Ignore` for it rather than comment `@Test` (so
that we could search ignore in future)
maybe we could also add a annotation `@useless` for other useless
classes/method?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]