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

Disallow combining parallel execution with --no-output-catch #213

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

MeirShpilraien
Copy link
Collaborator

Recent changes that were made on this PR: #211, changed the way tests results are send to the main processes when parallelism it used. Instead of each processes prints its own output, each processes sends its stdout to the main processes and the main processes prints it. This prevent us from been able to redirect the subprocesses stdout to Redis when using parallelism. Notice that this limitation is not applies when used without parallelism.

RLTest/__main__.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (81807e8) 32.31% compared to head (205a79c) 32.28%.

Files Patch % Lines
RLTest/__main__.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   32.31%   32.28%   -0.04%     
==========================================
  Files          17       17              
  Lines        2562     2565       +3     
==========================================
  Hits          828      828              
- Misses       1734     1737       +3     
Flag Coverage Δ
unittests 32.28% <0.00%> (-0.04%) ⬇️

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.

@MeirShpilraien MeirShpilraien merged commit 52558cc into master Dec 18, 2023
23 checks passed
@MeirShpilraien MeirShpilraien deleted the disallow_parallel_and_no_output_catch branch December 18, 2023 13:51
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.

5 participants