From 0c0aef8288d7811dca272140b269bc31ec614da9 Mon Sep 17 00:00:00 2001 From: AnkitCLI Date: Tue, 9 Sep 2025 14:21:40 +0530 Subject: [PATCH 1/4] debug --- .../src/e2e-test/features/postgresql/Postgresql.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature b/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature index 11261c0e5..b817f3d33 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/Postgresql.feature @@ -17,7 +17,7 @@ @Postgresql Feature: PostgreSQL - Verify Postgresql source data transfer @POSTGRESQL_SOURCE_TEST @POSTGRESQL_SINK_TEST @Postgresql_Required - Scenario: To verify data is getting transferred from PostgreSQL to PostgreSQL successfully + Scenario: To verify data is getting transferred from PostgreSQL to PostgreSQL Successfully Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Source" When Select plugin: "PostgreSQL" from the plugins list as: "Source" From 4711738bc71746bf5ad6bd5fc41f6556391522ca Mon Sep 17 00:00:00 2001 From: AnkitCLI Date: Wed, 10 Sep 2025 11:48:08 +0530 Subject: [PATCH 2/4] commenting verify goal --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc2b9f2ce..4b0560a88 100644 --- a/pom.xml +++ b/pom.xml @@ -671,7 +671,7 @@ integration-test - verify + From ee36048e2d1fc668b3c61b56b6bc76a58d654e45 Mon Sep 17 00:00:00 2001 From: AnkitCLI Date: Wed, 10 Sep 2025 11:49:29 +0530 Subject: [PATCH 3/4] debug --- .../postgresql/sink/PostgresqlSinkErrorScenarios.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature index b4e4a5373..de4803b19 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlSinkErrorScenarios.feature @@ -49,9 +49,9 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios Scenario: To verify PostgreSQL sink plugin validation error message with invalid database Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Source" - When Select plugin: "PostgreSQL" from the plugins list as: "Source" + When Select plugin: "PostgreSQL" from the plugins list as: "Sources" When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" @@ -84,7 +84,7 @@ Feature:PostgreSQL Sink - Verify PostgreSQL Sink Plugin Error scenarios When Expand Plugin group in the LHS plugins list: "Source" When Select plugin: "PostgreSQL" from the plugins list as: "Source" When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Connect plugins: "PostgreSQL" and "PostgreSQL2" to establish connection Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" From e860ca475e599fa2d02259225f65bea7e8036729 Mon Sep 17 00:00:00 2001 From: AnkitCLI Date: Wed, 10 Sep 2025 13:19:37 +0530 Subject: [PATCH 4/4] debug --- .../features/postgresql/sink/PostgresqlDesignTime.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature index 839ca1718..4c49d23de 100644 --- a/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature +++ b/postgresql-plugin/src/e2e-test/features/postgresql/sink/PostgresqlDesignTime.feature @@ -20,7 +20,7 @@ Feature: PostgreSQL sink - Verify PostgreSQL sink plugin design time scenarios Scenario: To verify PostgreSQL sink plugin validation with connection and basic details for connectivity Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields @@ -37,7 +37,7 @@ Feature: PostgreSQL sink - Verify PostgreSQL sink plugin design time scenarios Scenario: To verify PostgreSQL sink plugin validation with connection arguments Given Open Datafusion Project to configure pipeline When Expand Plugin group in the LHS plugins list: "Sink" - When Select plugin: "PostgreSQL" from the plugins list as: "Sink" + When Select plugin: "PostgreSQL" from the plugins list as: "Sinks" Then Navigate to the properties page of plugin: "PostgreSQL" Then Select dropdown plugin property: "select-jdbcPluginName" with option value: "driverName" Then Replace input plugin property: "host" with value: "host" for Credentials and Authorization related fields