Skip to content

[prism] support single external env pipelines.#28083

Merged
lostluck merged 2 commits intoapache:masterfrom
lostluck:singleExtEnv
Aug 22, 2023
Merged

[prism] support single external env pipelines.#28083
lostluck merged 2 commits intoapache:masterfrom
lostluck:singleExtEnv

Conversation

@lostluck
Copy link
Copy Markdown
Contributor

@lostluck lostluck commented Aug 21, 2023

Prism was hard expecting Go environments, but it should be expecting single external (aka, loopback) environments at this time.

Related to #28187


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

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • 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
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 21, 2023

Codecov Report

Merging #28083 (13b3d50) into master (d83f54d) will decrease coverage by 1.48%.
Report is 12 commits behind head on master.
The diff coverage is 62.50%.

@@            Coverage Diff             @@
##           master   #28083      +/-   ##
==========================================
- Coverage   72.33%   70.85%   -1.48%     
==========================================
  Files         678      861     +183     
  Lines       99772   105060    +5288     
==========================================
+ Hits        72169    74441    +2272     
- Misses      26040    29056    +3016     
  Partials     1563     1563              
Flag Coverage Δ
go 53.66% <66.66%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
sdks/python/apache_beam/transforms/external.py 74.59% <50.00%> (-0.26%) ⬇️
sdks/go/pkg/beam/runners/prism/internal/execute.go 90.75% <66.66%> (-1.42%) ⬇️

... and 219 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Copy Markdown
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @jrmccluskey for label go.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

Copy link
Copy Markdown
Contributor

@jrmccluskey jrmccluskey left a comment

Choose a reason for hiding this comment

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

LGTM, with one question

@lostluck lostluck merged commit 7a421c4 into apache:master Aug 22, 2023
lostluck added a commit that referenced this pull request Aug 22, 2023
…28111)

* support single external env pipelines.

* provide clear error message

---------

Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
lostluck added a commit to lostluck/beam that referenced this pull request Aug 30, 2023
* [prism] support single external env pipelines.

* provide clear error message

---------

Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants