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

Parallel Tests PoC #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rohitpaulk
Copy link
Member

No description provided.

…vironment variable to determine if the tester is running in a forked process for a stage test

chore: rename IsForkedProcessForTestCase to IsForkedProcessForTestRunnerStep in GetTesterContext function
@rohitpaulk rohitpaulk force-pushed the Add-is-forked-process-for-test-case branch from cf17e48 to 7c287a4 Compare March 3, 2024 18:44
@rohitpaulk rohitpaulk changed the title feat: add support for CODECRAFTERS_IS_FORKED_PROCESS_FOR_TEST_CASE environment variable to determine if the tester is running in a forked process for a stage test Parallel Tests PoC Mar 5, 2024
… logging

The changes in this commit refactor the TestRunner logic to handle the
streaming of output and logging more effectively. It now correctly
handles whether output should be streamed or discarded based on the
`shouldStreamOutput` parameter. Additionally, logging has been improved
to provide more informative messages when tests pass or fail.
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.

1 participant