-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-13208][Playground] Separate stderr from stdout for code processing steps #16026
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
[BEAM-13208][Playground] Separate stderr from stdout for code processing steps #16026
Conversation
…tions (#83) * Update workflows for playground * Attempt to fix tests * Remove continue on error to catch errors * Fix linter problem for backend dockerfile * Update folder to run backend go linter * Moved flutter test to execution via gradle tasks
|
can you rebase this please so I can visualize the diffs (and merge once it's ready) ? thanks! |
separated stdErr and stdOut for compile step
5778ed6 to
532fc36
Compare
|
R: @pabloem |
| successChannel <- true | ||
| } | ||
| }(runCmd, successChannel, errorChannel, dataChannel) | ||
| runOutput := streaming.RunOutputWriter{Ctx: ctxWithTimeout, CacheService: cacheService, PipelineId: pipelineId} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some users may want to read stderr in the frontend as well as stdout, so maybe it makes sense to write that to the cache as well.
if I remember correctly, LOG data is weitten to stderr, while only System.out.println-type data will be sent to stdout
[BEAM-13208]
separate stdErr and stdOut for compile step
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunnercompliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.