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

[BEAM-11407] Add IT tests to Bigtable for BeamSQL #13512

Merged
merged 1 commit into from Dec 16, 2020

Conversation

pjotrekk
Copy link

@pjotrekk pjotrekk commented Dec 9, 2020

This PR is dependent on #13495 - do not merge it before this one is merged.

Added integration test for Bigtable for BeamSQL and done some refactor to test utils to avoid package and classes errors in GcpApiSurfaceTest.

I've tested BigtableTableIT with real Bigtable - everything seems to be working.


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.

Post-Commit Tests Status (on master branch)

Lang SDK Dataflow Flink Samza Spark Twister2
Go 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
Python Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
--- Build Status ---
XLang 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 --- --- --- ---

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.

@pjotrekk
Copy link
Author

pjotrekk commented Dec 9, 2020

@amaliujia I've added integration tests with some refactor to avoid code duplication and import restriction in the gcp package. I've run BigtableTableIT on real Bigtable and it is working. This PR is based on the PR with filters so I'll leave it as draft for now.

@pjotrekk pjotrekk marked this pull request as draft December 9, 2020 10:07
@pjotrekk pjotrekk force-pushed the bigtable-it branch 4 times, most recently from 1c9210f to 5cda774 Compare December 14, 2020 08:25
@pjotrekk
Copy link
Author

Run Java PreCommit

@pjotrekk
Copy link
Author

Run SQL PostCommit

@pjotrekk pjotrekk marked this pull request as ready for review December 14, 2020 13:27
@pjotrekk
Copy link
Author

@amaliujia I've rebased it. I think it's ready for review. I've separated testing utils from the io/gcp and extensions/sql packages. I think it is clearer now and does not cause imports issues which was the case when I tried to keep it as before.

@amaliujia
Copy link
Contributor

Will give a review soon.

@amaliujia amaliujia merged commit 1a5505b into apache:master Dec 16, 2020
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.

None yet

2 participants