Skip to content

Conversation

@ryanthompson591
Copy link
Contributor

@ryanthompson591 ryanthompson591 commented Aug 18, 2021

Dataflow runner will now retry on 503 errors, so the E2E test that failed on 503 errors is now timing out.

This PR removes the test.


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.

ValidatesRunner compliance status (on master branch)

Lang ULR Dataflow Flink Samza Spark Twister2
Go --- Build Status Build Status Build Status Build Status ---
Java Build Status Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Python --- Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status ---
XLang Build Status Build Status Build Status Build Status Build Status ---

Examples testing status on various runners

Lang ULR Dataflow Flink Samza Spark Twister2
Go --- --- --- --- --- --- ---
Java --- Build Status
Build Status
Build Status
--- --- --- --- ---
Python --- --- --- --- --- --- ---
XLang --- --- --- --- --- --- ---

Post-Commit SDK/Transform Integration Tests Status (on master branch)

Go Java Python
Build Status Build Status Build Status
Build Status
Build Status

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website Whitespace Typescript
Non-portable Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status Build Status Build Status
Portable --- Build Status Build Status --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

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.

@ryanthompson591
Copy link
Contributor Author

R: @kevingg

@ryanthompson591
Copy link
Contributor Author

R: @tvalentyn

@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #15350 (071fdc7) into master (b9b4c6e) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15350      +/-   ##
==========================================
- Coverage   83.81%   83.80%   -0.02%     
==========================================
  Files         441      440       -1     
  Lines       59749    59795      +46     
==========================================
+ Hits        50081    50112      +31     
- Misses       9668     9683      +15     
Impacted Files Coverage Δ
...ks/python/apache_beam/runners/worker/data_plane.py 87.70% <0.00%> (-2.90%) ⬇️
...pache_beam/runners/interactive/interactive_beam.py 75.53% <0.00%> (-1.07%) ⬇️
...runners/interactive/display/pcoll_visualization.py 85.26% <0.00%> (-0.53%) ⬇️
...eam/runners/interactive/interactive_environment.py 90.33% <0.00%> (-0.38%) ⬇️
...hon/apache_beam/runners/worker/bundle_processor.py 93.39% <0.00%> (-0.25%) ⬇️
setup.py 0.00% <0.00%> (ø)
sdks/python/apache_beam/io/avroio.py 60.60% <0.00%> (ø)
sdks/python/apache_beam/io/textio.py 97.07% <0.00%> (ø)
sdks/python/apache_beam/io/tfrecordio.py 93.39% <0.00%> (ø)
sdks/python/apache_beam/transforms/ptransform.py 93.54% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9b4c6e...071fdc7. Read the comment docs.

Copy link
Contributor

@nika-qubit nika-qubit left a comment

Choose a reason for hiding this comment

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

LGTM

@ryanthompson591
Copy link
Contributor Author

Can you merge this?

@tvalentyn tvalentyn merged commit 0ce5044 into apache:master Aug 19, 2021
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.

3 participants