Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitCLI committed Nov 28, 2024
1 parent 1666b6b commit adebe6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
features = {"src/e2e-test/features"},
glue = {"io.cdap.plugin.bigquery.stepsdesign", "io.cdap.plugin.gcs.stepsdesign",
"stepsdesign", "io.cdap.plugin.common.stepsdesign"},
tags = {"@BigQuery_Sink and not @CDAP-20830"},
tags = {"@BigQuery_Sinkz and not @CDAP-20830"},
//TODO: Enable test once issue is fixed https://cdap.atlassian.net/browse/CDAP-20830
monochrome = true,
plugin = {"pretty", "html:target/cucumber-html-report/bigquery-sink",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
features = {"src/e2e-test/features"},
glue = {"io.cdap.plugin.bigquery.stepsdesign", "io.cdap.plugin.gcs.stepsdesign",
"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.pubsub.stepsdesign"},
tags = {"@BigQuery_Source"},
tags = {"@BigQuery_Sourcez"},
monochrome = true,
plugin = {"pretty", "html:target/cucumber-html-report/bigquery-source",
"json:target/cucumber-reports/cucumber-bigquery-source.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ public static void createSinkTables() throws IOException, InterruptedException {
"Price FLOAT64, Customer_Exists BOOL ) ");

PluginPropertyUtils.addPluginProp("bqmtTargetTable", bqTargetTable);
PluginPropertyUtils.addPluginProp("bqmtTargetTable", bqTargetTable2);
PluginPropertyUtils.addPluginProp("bqmtTargetTable2", bqTargetTable2);
}
@Before(order = 1, value = "@BQ_SOURCE_UPDATE_TEST")
public static void createSourceTables() throws IOException, InterruptedException {
Expand Down

0 comments on commit adebe6d

Please sign in to comment.