Skip to content

Enables BigTable IT test for various test suites#8886

Closed
chamikaramj wants to merge 1 commit intoapache:masterfrom
chamikaramj:enable_bt_sink_it
Closed

Enables BigTable IT test for various test suites#8886
chamikaramj wants to merge 1 commit intoapache:masterfrom
chamikaramj:enable_bt_sink_it

Conversation

@chamikaramj
Copy link
Contributor

Please add a meaningful description for your change here


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.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

Post-Commit Tests Status (on master branch)

Lang SDK Apex Dataflow Flink Gearpump Samza Spark
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
Python Build Status
Build Status
--- Build Status
Build Status
Build Status --- --- Build Status

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable 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.

@chamikaramj
Copy link
Contributor Author

Run Python PostCommit

@chamikaramj
Copy link
Contributor Author

cc: @tvalentyn @aaltay

@chamikaramj
Copy link
Contributor Author

Run Python PostCommit

@chamikaramj
Copy link
Contributor Author

Run Python PreCommit

@chamikaramj
Copy link
Contributor Author

Retest this please

"apache_beam.io.gcp.bigquery_io_read_it_test",
"apache_beam.io.gcp.bigquery_read_it_test",
"apache_beam.io.gcp.bigquery_write_it_test",
"apache_beam.io.gcp.bigtableio_it_test",
Copy link
Contributor

Choose a reason for hiding this comment

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

there is also

"apache_beam.io.gcp.datastore.v1new.datastore_write_it_test",
. The location of Py27 suite is currently not consistent with 3.5-3.7.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@chamikaramj
Copy link
Contributor Author

Retest this please

@chamikaramj
Copy link
Contributor Author

Run Python Postcommit

@chamikaramj
Copy link
Contributor Author

Run Python Postcommit

Copy link
Contributor

@tvalentyn tvalentyn left a comment

Choose a reason for hiding this comment

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

LGTM assuming postcommit pass.

@tvalentyn
Copy link
Contributor

Run Python Postcommit

@tvalentyn
Copy link
Contributor

Run Portable_Python PreCommit

@tvalentyn
Copy link
Contributor

Run Python Postcommit

import uuid

import pytz
from nose.plugins.attrib import attr
Copy link
Contributor

@tvalentyn tvalentyn Jul 3, 2019

Choose a reason for hiding this comment

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

I think line 68 meant to call constructor of beam.PTransform (a copy-paste error from WriteToBigTable implementation?). This error is caught in Py3 test suites.
It seems strange that we need to create a new transform to write test data - why is that the case, @chamikaramj ?

Copy link
Contributor

Choose a reason for hiding this comment

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

The syntax should be:
super(GenerateTestRows, self).__init__()

@tvalentyn
Copy link
Contributor

What's next on this PR?

@stale
Copy link

stale bot commented Oct 5, 2019

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions.

@stale stale bot added the stale label Oct 5, 2019
@stale
Copy link

stale bot commented Oct 12, 2019

This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@stale stale bot closed this Oct 12, 2019
pl04351820 pushed a commit to pl04351820/beam that referenced this pull request Dec 20, 2023
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.

2 participants