Skip to content

Add logical table support to TLS integration tests#17683

Merged
KKcorps merged 2 commits intoapache:masterfrom
krishan1390:tls_integration_test
Feb 12, 2026
Merged

Add logical table support to TLS integration tests#17683
KKcorps merged 2 commits intoapache:masterfrom
krishan1390:tls_integration_test

Conversation

@krishan1390
Copy link
Contributor

Description

This PR adds support for logical tables in the TLS integration test.

Addresses feedback #17663 (comment)

claude and others added 2 commits February 11, 2026 15:33
Add createLogicalTableConfig() and createLogicalTable() to
BaseClusterIntegrationTest so subclasses can create a logical table
backed by the existing OFFLINE and REALTIME physical tables.
Override createLogicalTable() in TlsIntegrationTest to pass AUTH_HEADER,
reusing the config object from the base class. Schema creation is handled
independently in setUp(). Add testLogicalTableTlsRouting() to verify
logical table queries work over both the Pinot TLS connection and the
external broker TLS endpoint.

https://claude.ai/code/session_01WJtj1jpKYqaVn8RkT2NRVL
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.26%. Comparing base (b03be81) to head (3e8a479).

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #17683   +/-   ##
=========================================
  Coverage     63.25%   63.26%           
  Complexity     1499     1499           
=========================================
  Files          3174     3174           
  Lines        190373   190373           
  Branches      29089    29089           
=========================================
+ Hits         120415   120430   +15     
+ Misses        60624    60601   -23     
- Partials       9334     9342    +8     
Flag Coverage Δ
custom-integration1 100.00% <ø> (ø)
integration 100.00% <ø> (ø)
integration1 100.00% <ø> (ø)
integration2 0.00% <ø> (ø)
java-11 63.22% <ø> (+0.01%) ⬆️
java-21 63.20% <ø> (-0.03%) ⬇️
temurin 63.26% <ø> (+<0.01%) ⬆️
unittests 63.25% <ø> (+<0.01%) ⬆️
unittests1 55.65% <ø> (+<0.01%) ⬆️
unittests2 34.06% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KKcorps KKcorps merged commit 8560953 into apache:master Feb 12, 2026
17 checks passed
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.

4 participants