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

Issue25640 tob ci #440

Closed
wants to merge 90 commits into from
Closed

Issue25640 tob ci #440

wants to merge 90 commits into from

Conversation

Malarg
Copy link
Collaborator

@Malarg Malarg commented Mar 1, 2023

resolves apache#25640
tour of beam welcome page integration tests


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.

alexeyinkin and others added 30 commits December 20, 2022 17:56
* Integration test for changing SDK and running code (apache#24779)

* Rename an integration test (apache#24779)

* Use enum to switch SDK in integration test (apache#24779)

* Find SDK in a dropdown by key (apache#24779)

* Add a TODO (apache#24779)

* Fix exports (apache#24779)
* Integration test for changing SDK and running code (apache#24779)

* Rename an integration test (apache#24779)

* Use enum to switch SDK in integration test (apache#24779)

* Find SDK in a dropdown by key (apache#24779)

* Add a TODO (apache#24779)

* Fix exports (apache#24779)

* Integration tests miscellaneous UI (#383)

* miscellaneous ui integration tests

* reverted pubspec.lock

* gradle tasks ordered alhpabetically

* integration tests refactoring

* clean code

* integration tests miscellaneous ui fix pr

* rename method

* added layout adaptivity

* A minor cleanup (apache#24779)

Co-authored-by: Dmitry Repin <[email protected]>
@Malarg Malarg changed the base branch from playground_integration_test_run_and_editing to master March 22, 2023 09:26
@codecov-commenter
Copy link

Codecov Report

Merging #440 (ebd67eb) into master (48c143d) will decrease coverage by 0.05%.
The diff coverage is 28.12%.

@@            Coverage Diff             @@
##           master     #440      +/-   ##
==========================================
- Coverage   53.96%   53.92%   -0.05%     
==========================================
  Files         274      275       +1     
  Lines       33612    33627      +15     
==========================================
- Hits        18140    18132       -8     
- Misses      14018    14039      +21     
- Partials     1454     1456       +2     
Flag Coverage Δ
go 53.92% <28.12%> (-0.05%) ⬇️

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

Impacted Files Coverage Δ
sdks/go/pkg/beam/io/bigqueryio/bigquery.go 9.27% <0.00%> (-0.62%) ⬇️
sdks/go/pkg/beam/io/filesystem/filesystem.go 42.85% <ø> (ø)
sdks/go/pkg/beam/io/filesystem/gcs/gcs.go 11.95% <0.00%> (+0.49%) ⬆️
sdks/go/pkg/beam/io/filesystem/s3/util.go 84.21% <ø> (-3.29%) ⬇️
sdks/go/pkg/beam/io/filesystem/util.go 86.66% <0.00%> (-9.63%) ⬇️
sdks/go/pkg/beam/pardo.go 41.79% <ø> (ø)
sdks/go/pkg/beam/io/filesystem/memfs/memory.go 92.59% <25.00%> (-3.57%) ⬇️
sdks/go/pkg/beam/core/runtime/exec/sdf.go 65.81% <100.00%> (-0.31%) ⬇️
sdks/go/pkg/beam/io/filesystem/s3/s3.go 98.29% <100.00%> (+0.04%) ⬆️
sdks/go/pkg/beam/util/fsx/prefix.go 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Malarg Malarg closed this Mar 23, 2023
Amar3tto added a commit that referenced this pull request Feb 13, 2025
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.

[Task]: add ci process to tour of beam
9 participants