Skip to content

Commit f262662

Browse files
committed
debug
1 parent 2b11f56 commit f262662

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/e2e-test/java/io/cdap/plugin/common/stepsdesign/TestSetupHooks.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,8 @@ public static void createSinkTables() throws IOException, InterruptedException {
15641564

15651565
PluginPropertyUtils.addPluginProp("bqTargetTable", bqTargetTable);
15661566
PluginPropertyUtils.addPluginProp("bqTargetTable2", bqTargetTable2);
1567+
BeforeActions.scenario.write("BQ Target Table " + bqTargetTable + " created successfully");
1568+
BeforeActions.scenario.write("BQ Target Table2 " + bqTargetTable2 + " created successfully");
15671569
}
15681570
@Before(order = 1, value = "@BQ_SOURCE_UPDATE_TEST")
15691571
public static void createSourceTables() throws IOException, InterruptedException {

0 commit comments

Comments
 (0)