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

Don't duplicate hg process output in GetTextFromQuery #347

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Aug 14, 2024

Fixes #345.

GetTextFromQuery calls ExecuteErrorsOk, which already logs the value of stdout and stderr to the progress dialog. So there's no point in logging the same value a second time.


This change is Reviewable

@rmunn rmunn self-assigned this Aug 14, 2024
@rmunn rmunn requested a review from hahn-kev August 14, 2024 09:12
@rmunn
Copy link
Contributor Author

rmunn commented Aug 14, 2024

PR is on top of #346 in order to avoid merge conflicts once #346 is merged into master.

Copy link
Contributor

@hahn-kev hahn-kev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

Base automatically changed from bugfix/race-condition-in-hgprocessoutputreader to master August 30, 2024 06:50
GetTextFromQuery calls ExecuteErrorsOk, which already logs the value of
stdout and stderr to the progress dialog. So there's no point in logging
the same value a second time.
@rmunn rmunn force-pushed the feature/no-duplicate-output branch from 522bf9f to 7a649c6 Compare August 30, 2024 06:51
Copy link

Test Results

       4 files  ±0     412 suites  ±0   2h 45m 49s ⏱️ -8s
   883 tests ±0     860 ✔️ ±0    23 💤 ±0  0 ±0 
4 040 runs  ±0  3 906 ✔️ ±0  134 💤 ±0  0 ±0 

Results for commit 7a649c6. ± Comparison against base commit 41c3d97.

@rmunn rmunn merged commit 4535fc4 into master Sep 7, 2024
5 checks passed
@rmunn rmunn deleted the feature/no-duplicate-output branch September 7, 2024 06:49
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.

Don't duplicate stdout and stderr in verbose progress output
2 participants