Skip to content

Commit

Permalink
Update E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
psainics committed Dec 17, 2024
1 parent fa9635e commit 29a5f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ Feature: CloudMySql Sink - Run time scenarios (macro)
Then Enter runtime argument value "invalidTablename" for key "invalidTablename"
Then Run the Pipeline in Runtime with runtime arguments
Then Wait till pipeline is in running state
And Open and capture logs
And Verify the pipeline status is "Failed"
And Close the pipeline logs
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
| Level | Message |
| ERROR | errorLogsMessageInvalidTableName |
Expand Down Expand Up @@ -181,7 +183,9 @@ Feature: CloudMySql Sink - Run time scenarios (macro)
Then Enter runtime argument value "invalidPassword" for key "Password"
Then Run the Pipeline in Runtime with runtime arguments
Then Wait till pipeline is in running state
And Open and capture logs
And Verify the pipeline status is "Failed"
And Close the pipeline logs
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
| Level | Message |
| ERROR | errorLogsMessageInvalidCredentials |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ Feature: CloudMySql Source - Run time scenarios
Then Deploy the pipeline
Then Run the Pipeline in Runtime
Then Wait till pipeline is in running state
And Open and capture logs
And Verify the pipeline status is "Failed"
And Close the pipeline logs
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
| Level | Message |
| ERROR | errorLogsMessageInvalidBoundingQuery |

0 comments on commit 29a5f3d

Please sign in to comment.