Enable parallel run of test within a suite

Open Beginner friendly
#100 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
70/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
scala
Domain
testing

Research direction

Start by checking the project’s test sources to locate the suite class(es) intended to run in parallel and inspect their current base classes/traits. Read the existing test setup so you can safely add FixtureAnyFunSuite and ParallelTestExecution in the right place. Then run the test command (likely sbt test) to verify behavior and ensure all tests still pass. Done means the target suite is parallelized and the suite remains green.

Written by the indexing model from the issue text.

Description

enhancement
Feature Description

For better performance, if desired, allow parallel run of tests within a suite.

Proposed Solution

Use FixtureAnyFunSuite and ParallelTestExecution traits as the basis for the class.

Dependencies / Related

No response

Additional Context

No response

Dominant language
Scala
Stars
3
Forks
2
Avg merge
14h 48m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AbsaOSS/balta

All issues in AbsaOSS/balta

Similar issues

More Scala issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.