Skip to content

Conversation

@sadwitdastreetz
Copy link
Contributor

@sadwitdastreetz sadwitdastreetz commented Jun 12, 2025

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/incubator-hugegraph#2798

close #672

Add SameNeighborsBatchApiTest to test suite (temporarily @ignore due to missing server API)
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 12, 2025
@github-actions github-actions bot added the client hugegraph-client label Jun 12, 2025
@sadwitdastreetz sadwitdastreetz changed the title fix #672 fix #672: Add SameNeighborsBatchApiTest to test suite (temporarily @gnore due to missing server API) Jun 12, 2025
@sadwitdastreetz sadwitdastreetz changed the title fix #672: Add SameNeighborsBatchApiTest to test suite (temporarily @gnore due to missing server API) fix #672: Add SameNeighborsBatchApiTest to test suite Jun 12, 2025
@sadwitdastreetz sadwitdastreetz changed the title fix #672: Add SameNeighborsBatchApiTest to test suite fix(client) #672: Add SameNeighborsBatchApiTest to test suite Jun 12, 2025
@sadwitdastreetz sadwitdastreetz changed the title fix(client) #672: Add SameNeighborsBatchApiTest to test suite close #672: Add SameNeighborsBatchApiTest to test suite Jun 12, 2025
@sadwitdastreetz sadwitdastreetz changed the title close #672: Add SameNeighborsBatchApiTest to test suite fix(client): Add SameNeighborsBatchApiTest to test suite Jun 13, 2025
Thespica
Thespica previously approved these changes Jun 13, 2025
Copy link
Collaborator

@Thespica Thespica left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jun 15, 2025
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jun 15, 2025
@codecov
Copy link

codecov bot commented Jun 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.00%. Comparing base (b066b80) to head (ae097cc).
⚠️ Report is 54 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Thespica
Copy link
Collaborator

@imbajin please take a review : )

@Thespica Thespica requested a review from Copilot June 16, 2025 09:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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>")
Copy link
Member

Choose a reason for hiding this comment

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

line too long

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.
@github-actions
Copy link

github-actions bot commented Aug 2, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client hugegraph-client size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] SameNeighborsBatchApiTest dosenot exist in test suite

3 participants