Skip to content

Changes to support parallel test runs#15170

Draft
krishan1390 wants to merge 1 commit intoapache:masterfrom
krishan1390:run_parallel_tests
Draft

Changes to support parallel test runs#15170
krishan1390 wants to merge 1 commit intoapache:masterfrom
krishan1390:run_parallel_tests

Conversation

@krishan1390
Copy link
Contributor

No description provided.

if (adminApiPortString != null) {
listeners.add(
new ListenerConfig(CommonConstants.HTTP_PROTOCOL, DEFAULT_HOST, Integer.parseInt(adminApiPortString),
new ListenerConfig(CommonConstants.HTTP_PROTOCOL, DEFAULT_HOST, NetUtils.findOpenPort(Integer.parseInt(adminApiPortString)),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this isn't meant for production because we should stick to configured port (for non test flow) rather than determine an available port. so will refactor this.

@yashmayya yashmayya added the testing Related to tests or test infrastructure label Mar 4, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (59551e4) to head (894d45a).
Report is 1791 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff               @@
##             master    #15170       +/-   ##
==============================================
+ Coverage     61.75%   100.00%   +38.24%     
+ Complexity      207         6      -201     
==============================================
  Files          2436         3     -2433     
  Lines        133233         6   -133227     
  Branches      20636         0    -20636     
==============================================
- Hits          82274         6    -82268     
+ Misses        44911         0    -44911     
+ Partials       6048         0     -6048     
Flag Coverage Δ
custom-integration1 ?
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 100.00% <ø> (+38.29%) ⬆️
java-21 100.00% <ø> (+38.37%) ⬆️
skip-bytebuffers-false 100.00% <ø> (+38.25%) ⬆️
skip-bytebuffers-true 100.00% <ø> (+72.27%) ⬆️
temurin 100.00% <ø> (+38.24%) ⬆️
unittests ?
unittests1 ?
unittests2 ?

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.

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

Labels

testing Related to tests or test infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants