File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
cloudsql-mysql-plugin/src/e2e-test/features Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ Feature: CloudMySql Sink - Run time scenarios (macro)
142142 Then Enter runtime argument value "invalidTablename" for key "invalidTablename"
143143 Then Run the Pipeline in Runtime with runtime arguments
144144 Then Wait till pipeline is in running state
145+ And Open and capture logs
145146 And Verify the pipeline status is "Failed"
147+ And Close the pipeline logs
146148 Then Open Pipeline logs and verify Log entries having below listed Level and Message:
147149 | Level | Message |
148150 | ERROR | errorLogsMessageInvalidTableName |
@@ -181,7 +183,9 @@ Feature: CloudMySql Sink - Run time scenarios (macro)
181183 Then Enter runtime argument value "invalidPassword" for key "Password"
182184 Then Run the Pipeline in Runtime with runtime arguments
183185 Then Wait till pipeline is in running state
186+ And Open and capture logs
184187 And Verify the pipeline status is "Failed"
188+ And Close the pipeline logs
185189 Then Open Pipeline logs and verify Log entries having below listed Level and Message:
186190 | Level | Message |
187191 | ERROR | errorLogsMessageInvalidCredentials |
Original file line number Diff line number Diff line change @@ -224,7 +224,9 @@ Feature: CloudMySql Source - Run time scenarios
224224 Then Deploy the pipeline
225225 Then Run the Pipeline in Runtime
226226 Then Wait till pipeline is in running state
227+ And Open and capture logs
227228 And Verify the pipeline status is "Failed"
229+ And Close the pipeline logs
228230 Then Open Pipeline logs and verify Log entries having below listed Level and Message:
229231 | Level | Message |
230232 | ERROR | errorLogsMessageInvalidBoundingQuery |
You can’t perform that action at this time.
0 commit comments