Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatgulati committed Jul 19, 2023
1 parent 5b58890 commit d9cf989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static void deleteTempTargetBQTable() throws IOException, InterruptedExce
}
}

@Before(order = 2, value = "@BQ_SOURCE_TEST")
@Before(order = 1, value = "@BQ_SOURCE_TEST")
public static void createTempSourceBQTable() throws IOException, InterruptedException {
createSourceBQTableWithQueries(PluginPropertyUtils.pluginProp("CreateBQTableQueryFile"),
PluginPropertyUtils.pluginProp("InsertBQDataQueryFile"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ username=CLOUDSQL_MYSQL_USERNAME
password=CLOUDSQL_MYSQL_PASSWORD
DatabaseName=cdfmysqldb
#DatabaseName=TestDatabase
bqTargetTable=dummy
connectionName=CLOUDSQL_MYSQL_CONNECTION_NAME
connectionArgumentsList=[{"key":"numSplits","value":"1"}]
invalidconnectionArgumentsList=[{"key":"numSplits","value":"%$^&#"}]
Expand Down

0 comments on commit d9cf989

Please sign in to comment.