-
Notifications
You must be signed in to change notification settings - Fork 34
e2e tests PostgreSql Sink #555
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
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
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.
done
d4cd1dc
to
8d00f50
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: "<options>" |
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.
Is this property name correct opeationName
?
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.
changed to operationName
130c4c2
to
0ae7154
Compare
c5a3d26
to
7c070bb
Compare
7c070bb
to
b68a986
Compare
This PR consists additional e2e test scenarios for Postgresql Sink Plugin