fix(client): Add SameNeighborsBatchApiTest to test suite#673
fix(client): Add SameNeighborsBatchApiTest to test suite#673sadwitdastreetz wants to merge 3 commits intoapache:masterfrom
Conversation
Add SameNeighborsBatchApiTest to test suite (temporarily @ignore due to missing server API)
b4e0292 to
879f18d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #673 +/- ##
============================================
- Coverage 62.49% 62.00% -0.50%
+ Complexity 1903 936 -967
============================================
Files 262 93 -169
Lines 9541 4572 -4969
Branches 886 531 -355
============================================
- Hits 5963 2835 -3128
+ Misses 3190 1523 -1667
+ Partials 388 214 -174 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@imbajin please take a review : ) |
There was a problem hiding this comment.
Pull Request Overview
This pull request adds the SameNeighborsBatchApiTest to the test suite while temporarily ignoring it due to the missing server API.
- Added a new test class with an @ignore annotation referencing the unimplemented API.
- Updated the ApiTestSuite to include the new test class.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/SameNeighborsBatchApiTest.java | Added new test class with @ignore to temporarily bypass tests for unimplemented API. |
| hugegraph-client/src/test/java/org/apache/hugegraph/api/ApiTestSuite.java | Updated test suite by including the new SameNeighborsBatchApiTest class. |
Comments suppressed due to low confidence (1)
hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/SameNeighborsBatchApiTest.java:32
- [nitpick] Consider removing the angle brackets from the URL in the @ignore message to ensure consistent formatting and clarity.
@Ignore("Blocked by server: /traversers/sameneighborsbatch not implemented, see <https://github.com/apache/incubator-hugegraph/issues/2798>")
|
|
||
| import com.google.common.collect.ImmutableList; | ||
|
|
||
| @Ignore("Blocked by server: /traversers/sameneighborsbatch not implemented, see <https://github.com/apache/incubator-hugegraph/issues/2798>") |
Previously, I added ignore to SameNeighborsBatchApi because I found the API wasn't implemanted in server. now, I should delete this @ignore for the completion of SameNeighborsBatchApi in the community version.
|
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
Add SameNeighborsBatchApiTest to test suite (temporarily Ignore due to missing server API)
temporarily Ignore due to missing server API, related to server Issue#2798
apache/hugegraph#2798
close #672