Skip to content
Closed

debug #620

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
<!-- <goal>verify</goal>-->
</goals>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading