Tibor Kiss created BEAM-1682:
--------------------------------
Summary: Enable all GCP unit tests in Python-SDK
Key: BEAM-1682
URL: https://issues.apache.org/jira/browse/BEAM-1682
Project: Beam
Issue Type: Sub-task
Components: sdk-py
Reporter: Tibor Kiss
Assignee: Tibor Kiss
Priority: Minor
Some of the GCP unit tests are not running due to missing 'apitools' dependency
in the test environment:
{noformat}
test_remove_objects_from_args_nothing_to_remove
(apache_beam.internal.util_test.UtilTest) ... ok
test_DatastoreWriteFn_with_batch_size_exact_multiple
(apache_beam.io.gcp.datastore.v1.datastoreio_test.DatastoreioTest) ... SKIP:
GCP dependencies are not installed
test_DatastoreWriteFn_with_emtpy_batch
(apache_beam.io.gcp.datastore.v1.datastoreio_test.DatastoreioTest) ... SKIP:
GCP dependencies are not installed
test_DatastoreWriteFn_with_multiple_batches
(apache_beam.io.gcp.datastore.v1.datastoreio_test.DatastoreioTest) ... SKIP:
GCP dependencies are not installed
test_DatastoreWriteFn_with_one_batch
(apache_beam.io.gcp.datastore.v1.datastoreio_test.DatastoreioTest) ... SKIP:
GCP dependencies are not installed
test_SplitQueryFn_with_exception
(apache_beam.io.gcp.datastore.v1.datastoreio_test.DatastoreioTest)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)