Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e tests PostgreSql Sink #555

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AnkitCLI
Copy link
Contributor

This PR consists additional e2e test scenarios for Postgresql Sink Plugin

@AnkitCLI AnkitCLI added the build label Jan 30, 2025
@AnkitCLI AnkitCLI marked this pull request as ready for review January 31, 2025 04:51
@AnkitCLI AnkitCLI force-pushed the e2e-postgresql-sink branch from 096ae48 to 0c1f6f0 Compare February 7, 2025 09:27
}

@After(order = 1, value = "@CONNECTION")
public static void deleteBQConnection() throws IOException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this method named deleteBQConnection?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed BQ

@AnkitCLI AnkitCLI force-pushed the e2e-postgresql-sink branch from 0c1f6f0 to 4cdb1a5 Compare February 9, 2025 11:07
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
Then Enter input plugin property: "referenceName" with value: "targetRef"
Then Replace input plugin property: "dbSchemaName" with value: "schema"
Then Select radio button plugin property: "opeationName" with value: "UPDATE"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we just parameterize this test?

This one and upsert one has only one difference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants