Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concurrent test support #40279

Conversation

Thevakumar-Luheerathan
Copy link
Member

@Thevakumar-Luheerathan Thevakumar-Luheerathan commented Apr 22, 2023

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

Fixes #24643

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@Thevakumar-Luheerathan Thevakumar-Luheerathan force-pushed the testerina-test-parallelization branch from 923779e to 0db5d5a Compare April 26, 2023 07:35
@Thevakumar-Luheerathan Thevakumar-Luheerathan force-pushed the testerina-test-parallelization branch 3 times, most recently from a2bf3d0 to f73ac1f Compare May 3, 2023 12:11
@Thevakumar-Luheerathan Thevakumar-Luheerathan force-pushed the testerina-test-parallelization branch from f73ac1f to 1d6bcd4 Compare May 11, 2023 04:15
@Thevakumar-Luheerathan Thevakumar-Luheerathan force-pushed the testerina-test-parallelization branch from 1d6bcd4 to 3089586 Compare May 11, 2023 04:50
@Thevakumar-Luheerathan Thevakumar-Luheerathan marked this pull request as ready for review May 24, 2023 12:27
@Thevakumar-Luheerathan Thevakumar-Luheerathan changed the title Testerina test parallelization Add Parallel test support May 24, 2023
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 76.71%. Comparing base (b5c6a95) to head (37f2a74).
Report is 16 commits behind head on master.

Files Patch % Lines
...erina/runtime/internal/testable/TestArguments.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master   #40279       +/-   ##
=============================================
+ Coverage      0.00%   76.71%   +76.71%     
- Complexity        0    53073    +53073     
=============================================
  Files             9     2884     +2875     
  Lines            35   200028   +199993     
  Branches          0    26041    +26041     
=============================================
+ Hits              0   153458   +153458     
- Misses           35    38127    +38092     
- Partials          0     8443     +8443     

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

@github-actions
Copy link

github-actions bot commented Jun 8, 2023

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

@Thevakumar-Luheerathan Thevakumar-Luheerathan force-pushed the testerina-test-parallelization branch from 0921444 to baee981 Compare February 22, 2024 06:01
@Thevakumar-Luheerathan Thevakumar-Luheerathan merged commit 13c0e50 into ballerina-platform:master Feb 28, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Running test cases in parallel
8 participants