Skip to content

Commit f4fa249

Browse files
committed
e2e_Cloudsqlpostgresql run-time changes
1 parent 109283b commit f4fa249

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cloudsql-postgresql-plugin/src/e2e-test/feature/cloudsql-postgresql/sink/RunTimeMacro.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@Cloudsqlpostgresql_Sink @Cloudsqlpostgresql_Sink_Required
1818
Feature: CloudSQL-PostgreSQL sink - Verify data transfer to PostgreSQL sink with macro arguments
1919

20-
@BQ_SOURCE_TEST @POSTGRESQL_TEST_TABLE
20+
@BQ_SOURCE_TEST @CLOUDSQLPOSTGRESQL_TEST_TABLE
2121
Scenario: To verify data is getting transferred from BigQuery source to CloudSQLPostgreSQL sink using macro arguments in connection section
2222
Given Open Datafusion Project to configure pipeline
2323
When Expand Plugin group in the LHS plugins list: "Source"
@@ -76,7 +76,7 @@ Feature: CloudSQL-PostgreSQL sink - Verify data transfer to PostgreSQL sink with
7676
Then Close the pipeline logs
7777
# Then Validate the values of records transferred to target PostGreSQL table is equal to the values from source BigQuery table
7878

79-
@BQ_SOURCE_TEST @POSTGRESQL_TEST_TABLE
79+
@BQ_SOURCE_TEST @CLOUDSQLPOSTGRESQL_TEST_TABLE
8080
Scenario: To verify data is getting transferred from BigQuery source to CloudSQLPostgreSQL sink using macro arguments in basic section
8181
Given Open Datafusion Project to configure pipeline
8282
When Expand Plugin group in the LHS plugins list: "Source"

cloudsql-postgresql-plugin/src/e2e-test/java/io/cdap/plugin/cloudsqlpostgresql/CloudSqlPostgreSqlClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public static boolean compareResultSetData(ResultSet rsSource, ResultSet rsTarge
131131
return true;
132132
}
133133

134-
//Changes by Surya
135-
136134
public static void createSourceTable(String sourceTable, String schema) throws SQLException, ClassNotFoundException {
137135
try (Connection connect = getCloudSqlConnection();
138136
Statement statement = connect.createStatement()) {

0 commit comments

Comments
 (0)