Skip to content

Commit 1196c7f

Browse files
committed
debug
1 parent 8f210f2 commit 1196c7f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
)
4141
strategy:
4242
matrix:
43-
tests: [bigquery, common, gcs, pubsub, spanner, gcscreate, gcsdelete, gcsmove, bigqueryexecute, gcscopy, datastore, bigtable]
43+
tests: [bigquery, common, gcs, pubsub, spanner, gcscreate, gcsdelete, gcsmove, bigqueryexecute, gcscopy, bigtable, datastore]
4444
fail-fast: false
4545
steps:
4646
# Pinned 1.0.0 version

src/e2e-test/features/bigtable/BigTableToBigTable.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1212
# License for the specific language governing permissions and limitations under
1313
# the License.
14-
@BigTable @BIGTABLE_SOURCE_TEST
14+
@BigTable
1515
Feature: BigTable source - Verification of BigTable to BigTable Successful Data Transfer
1616

17-
@BIGTABLE_SINK_TEST @bigtable_Required
17+
@BIGTABLE_SOURCE_TEST @BIGTABLE_SINK_TEST @bigtable_Required
1818
Scenario: To verify data is getting transferred from BigTable source table to BigTable sink table
1919
Given Open Datafusion Project to configure pipeline
2020
When Select plugin: "Bigtable" from the plugins list as: "Source"S
@@ -51,7 +51,7 @@ Feature: BigTable source - Verification of BigTable to BigTable Successful Data
5151
Then Validate OUT record count is equal to IN record count
5252
Then Validate data transferred to target bigtable table with data of source bigtable table
5353

54-
@EXISTING_BIGTABLE_SINK
54+
@BIGTABLE_SOURCE_TEST @EXISTING_BIGTABLE_SINK
5555
Scenario: To verify data is getting transferred from BigTable source table to existing BigTable sink
5656
Given Open Datafusion Project to configure pipeline
5757
When Select plugin: "Bigtable" from the plugins list as: "Source"
@@ -88,7 +88,7 @@ Feature: BigTable source - Verification of BigTable to BigTable Successful Data
8888
Then Validate OUT record count is equal to IN record count
8989
Then Validate data transferred to existing target bigtable table with data of source bigtable table
9090

91-
@BIGTABLE_SINK_TEST
91+
@BIGTABLE_SOURCE_TEST @BIGTABLE_SINK_TEST
9292
Scenario: To verify data is getting transferred from unvalidated BigTable source table to BigTable sink table
9393
Given Open Datafusion Project to configure pipeline
9494
When Select plugin: "Bigtable" from the plugins list as: "Source"

src/e2e-test/features/datastore/runtime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature: DataStore - Verification of Datastore to Datastore Successful Data Tran
1717

1818
@DATASTORE_SOURCE_ENTITY @datastore_Required
1919
Scenario: To verify data is getting transferred from Datastore to Datastore successfully using filter and custom index
20-
Given Open Datafusion Project to configure pipeline
20+
Given Open Datafusion Project to configure pipelines
2121
Then Select plugin: "Datastore" from the plugins list as: "Source"
2222
And Navigate to the properties page of plugin: "Datastore"
2323
Then Replace input plugin property: "project" with value: "projectId"

0 commit comments

Comments
 (0)