Skip to content

Commit 59f2adf

Browse files
committed
DEBUG E2E
1 parent 601f62b commit 59f2adf

File tree

16 files changed

+17
-18
lines changed

16 files changed

+17
-18
lines changed

src/e2e-test/java/io/cdap/plugin/bigquery/runners/sinkrunner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
features = {"src/e2e-test/features"},
2828
glue = {"io.cdap.plugin.bigquery.stepsdesign", "io.cdap.plugin.gcs.stepsdesign",
2929
"stepsdesign", "io.cdap.plugin.common.stepsdesign"},
30-
tags = {"@BigQuery_Sink and not @CDAP-20830"},
30+
tags = {"@BigQuery_Sinks and not @CDAP-20830"},
3131
//TODO: Enable test once issue is fixed https://cdap.atlassian.net/browse/CDAP-20830
3232
monochrome = true,
3333
plugin = {"pretty", "html:target/cucumber-html-report/bigquery-sink",

src/e2e-test/java/io/cdap/plugin/bigquery/runners/sourcerunner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
features = {"src/e2e-test/features"},
2828
glue = {"io.cdap.plugin.bigquery.stepsdesign", "io.cdap.plugin.gcs.stepsdesign",
2929
"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.pubsub.stepsdesign"},
30-
tags = {"@BigQuery_Source"},
30+
tags = {"@BigQuery_Sources"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/bigquery-source",
3333
"json:target/cucumber-reports/cucumber-bigquery-source.json",

src/e2e-test/java/io/cdap/plugin/bigquery/stepsdesign/BigQueryMultiTable.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public void validateDataTransferredFromBigQueryToBigQueryMultiTableIsEqual()
3535
List<String> sourceTables = Arrays.asList(PluginPropertyUtils.pluginProp("bqSourceTable"),
3636
PluginPropertyUtils.pluginProp("bqSourceTable2"));
3737

38-
List<String> targetTables = Arrays.asList(PluginPropertyUtils.pluginProp("bqTargetTable"),
39-
PluginPropertyUtils.pluginProp("bqTargetTable2"));
38+
List<String> targetTables = Arrays.asList("tabA", "tabB");
4039
boolean recordsMatched = BigQueryMultiTableValidation.validateBQToBigQueryMultiTable(sourceTables, targetTables);
4140
Assert.assertTrue("Value of records transferred to the BQ sink should be equal to the value " +
4241
"of the records in the source table", recordsMatched);
@@ -47,7 +46,7 @@ public void validateDataTransferredFromBigQueryToBigQueryMultiTableInOneTableIsE
4746
throws IOException, InterruptedException {
4847
boolean recordsMatched = BigQueryMultiTableValidation.
4948
validateBQToBigQueryMultiTable(Collections.singletonList(PluginPropertyUtils.pluginProp("bqSourceTable")),
50-
Collections.singletonList(PluginPropertyUtils.pluginProp("bqTargetTable")));
49+
Collections.singletonList("tabA"));
5150
Assert.assertTrue("Value of records transferred to the BQ sink should be equal to the value " +
5251
"of the records in the source table", recordsMatched);
5352
}

src/e2e-test/java/io/cdap/plugin/bigqueryexecute/runner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
features = {"src/e2e-test/features"},
2828
glue = {"io.cdap.plugin.bigqueryexecute.stepsdesign", "io.cdap.plugin.common.stepsdesign", "stepsdesign",
2929
"io.cdap.plugin.bigquery.stepsdesign"},
30-
tags = {"@BQExecute"},
30+
tags = {"@BQExecutes"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/bqExecute",
3333
"json:target/cucumber-reports/cucumber-bqExecute.json",

src/e2e-test/java/io/cdap/plugin/bigtable/runners/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@CucumberOptions(
2828
features = {"src/e2e-test/features"},
2929
glue = {"io.cdap.plugin.bigtable.stepsdesign", "io.cdap.plugin.common.stepsdesign", "stepsdesign"},
30-
tags = {"@BigTable"},
30+
tags = {"@BigTables"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/bigtable",
3333
"json:target/cucumber-reports/cucumber-bigtable.json",

src/e2e-test/java/io/cdap/plugin/common/runners/cmekrunner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
glue = {"io.cdap.plugin.gcs.stepsdesign", "io.cdap.plugin.bigquery.stepsdesign",
2929
"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.pubsub.stepsdesign",
3030
"io.cdap.plugin.gcsmove.stepsdesign"},
31-
tags = {"@CMEK"},
31+
tags = {"@CMEKS"},
3232
plugin = {"pretty", "html:target/cucumber-html-report/cmek", "json:target/cucumber-reports/cucumber-cmek.json",
3333
"junit:target/cucumber-reports/cucumber-cmek.xml", "io.cdap.e2e.utils.PropModifier:cmek-config.properties"},
3434
monochrome = true

src/e2e-test/java/io/cdap/plugin/datastore/runner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
features = {"src/e2e-test/features"},
2828
glue = {"io.cdap.plugin.datastore.stepsdesign", "io.cdap.plugin.common.stepsdesign",
2929
"stepsdesign"},
30-
tags = {"@DataStore"},
30+
tags = {"@DataStores"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/datastore",
3333
"json:target/cucumber-reports/cucumber-datastore.json",

src/e2e-test/java/io/cdap/plugin/gcs/runners/sinkrunner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
features = {"src/e2e-test/features"},
2828
glue = {"io.cdap.plugin.gcs.stepsdesign", "io.cdap.plugin.bigquery.stepsdesign",
2929
"stepsdesign", "io.cdap.plugin.common.stepsdesign"},
30-
tags = {"@GCS_Sink"},
30+
tags = {"@GCS_Sinks"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/gcs-sink",
3333
"json:target/cucumber-reports/cucumber-gcs-sink.json",

src/e2e-test/java/io/cdap/plugin/gcs/runners/sourcerunner/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
features = {"src/e2e-test/features"},
2929
glue = {"io.cdap.plugin.gcs.stepsdesign", "io.cdap.plugin.bigquery.stepsdesign",
3030
"stepsdesign", "io.cdap.plugin.common.stepsdesign"},
31-
tags = {"@GCS_Source and not @PLUGIN-823 and not @PLUGIN-1113 and not @PLUGIN-825"},
31+
tags = {"@GCS_Sources and not @PLUGIN-823 and not @PLUGIN-1113 and not @PLUGIN-825"},
3232
/* TODO :Enable tests once issues fixed https://cdap.atlassian.net/browse/PLUGIN-823,
3333
https://cdap.atlassian.net/browse/PLUGIN-1113, https://cdap.atlassian.net/browse/PLUGIN-825 */
3434
monochrome = true,

src/e2e-test/java/io/cdap/plugin/gcscopy/runners/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@CucumberOptions(
2828
features = {"src/e2e-test/features"},
2929
glue = {"io.cdap.plugin.gcscopy.stepsdesign", "stepsdesign" , "io.cdap.plugin.common.stepsdesign"},
30-
tags = {"@GCSCopy"},
30+
tags = {"@GCSCopys"},
3131
monochrome = true,
3232
plugin = {"pretty", "html:target/cucumber-html-report/gcscopy-action",
3333
"json:target/cucumber-reports/cucumber-gcscopy-action.json",

0 commit comments

Comments
 (0)