-
Notifications
You must be signed in to change notification settings - Fork 32
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
base: develop
Are you sure you want to change the base?
Conversation
096ae48
to
0c1f6f0
Compare
} | ||
|
||
@After(order = 1, value = "@CONNECTION") | ||
public static void deleteBQConnection() throws IOException { |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed BQ
0c1f6f0
to
4cdb1a5
Compare
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" |
There was a problem hiding this comment.
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
This PR consists additional e2e test scenarios for Postgresql Sink Plugin