Skip to content

TINKERPOP-3259 Added proxy tests#3506

Open
GumpacG wants to merge 1 commit into
apache:masterfrom
GumpacG:proxy-testing
Open

TINKERPOP-3259 Added proxy tests#3506
GumpacG wants to merge 1 commit into
apache:masterfrom
GumpacG:proxy-testing

Conversation

@GumpacG

@GumpacG GumpacG commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

https://issues.apache.org/jira/browse/TINKERPOP-3259

Added a proxy server to gremlin-tools/gremlin-socket-server to be used for the added proxy tests.

Assisted-by: Kiro: Claude Opus 4.8

Assisted-by: Kiro: Claude Opus 4.8
@codecov-commenter

codecov-commenter commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.19%. Comparing base (a28cd1f) to head (b2f6056).
⚠️ Report is 195 commits behind head on master.

Files with missing lines Patch % Lines
...g/apache/tinkerpop/gremlin/driver/Channelizer.java 0.00% 8 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3506      +/-   ##
============================================
- Coverage     76.35%   76.19%   -0.17%     
- Complexity    13424    13928     +504     
============================================
  Files          1012     1030      +18     
  Lines         60341    62880    +2539     
  Branches       7075     7370     +295     
============================================
+ Hits          46076    47914    +1838     
- Misses        11548    11984     +436     
- Partials       2717     2982     +265     

☔ View full report in Codecov by Harness.
📢 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.

}
});

final ChannelFuture connectFuture = b.connect(host, targetPort);
}

final FullHttpRequest forwardRequest = request.copy();
forwardRequest.setUri(pathAndQuery);
}
});

b.connect(upstreamHost, upstreamPort).addListener((ChannelFutureListener) future -> {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants