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

minor: don't capture stderr in kata tests #17639

Merged
merged 1 commit into from
May 28, 2022
Merged

Conversation

iasoon
Copy link
Contributor

@iasoon iasoon commented May 12, 2022

Since the kata tests check for equivalence with output printed to stdout, they will fail when warnings are emitted by beam.
This happens on my system (WARNING:root:Make sure that locally built Python SDK docker image has Python 3.7 interpreter.) Without reading the test code, it is also not obvious that this is happening.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@asf-ci
Copy link

asf-ci commented May 12, 2022

Can one of the admins verify this patch?

3 similar comments
@asf-ci
Copy link

asf-ci commented May 12, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented May 12, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented May 12, 2022

Can one of the admins verify this patch?

@aaltay
Copy link
Member

aaltay commented May 27, 2022

R: @iht

@iht
Copy link
Contributor

iht commented May 27, 2022

LGTM.

Thanks for this contribution! It actually fixes a pesky issue with some katas.

@aaltay aaltay merged commit db4d2cb into apache:master May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants