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

[FEATURE] Use paratest for composer script #1381

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

Starkmann
Copy link
Collaborator

@Starkmann Starkmann commented Jul 29, 2024

This needs to be done for runTests.sh as well

Part of #1379

@coveralls
Copy link

coveralls commented Jul 29, 2024

Pull Request Test Coverage Report for Build 10903154462

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 10902196680: 0.0%
Covered Lines: 67
Relevant Lines: 67

💛 - Coveralls

oliverklee

This comment was marked as resolved.

@oliverklee oliverklee added this to the 4.0.0: Breaking changes milestone Jul 30, 2024
@Starkmann
Copy link
Collaborator Author

With parallel execution we have a race condition between functional test since they all are running on the same database:

Duplicate entry '1' for key 'tx_tea_domain_model_tea.PRIMARY'

@oliverklee oliverklee force-pushed the feature/paratest branch 2 times, most recently from 0c5adff to 1725b03 Compare January 4, 2025 13:27
@coveralls
Copy link

coveralls commented Jan 4, 2025

Pull Request Test Coverage Report for Build 12871959564

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 12871949506: 0.0%
Covered Lines: 101
Relevant Lines: 101

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

4 participants