Skip to content

Commit e3bec77

Browse files
committed
Revert mssql changes
1 parent e375bd9 commit e3bec77

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

mssql-plugin/src/e2e-test/features/mssql/mssql sink/RunTimeWithMacros.feature

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ Feature: Mssql Sink - Run time scenarios (macro)
151151
And Enter runtime argument value "invalidTableName" for key "TableName"
152152
And Run the Pipeline in Runtime with runtime arguments
153153
Then Wait till pipeline is in running state
154-
Then Open and capture logs
155154
And Verify the pipeline status is "Failed"
156-
Then Close the pipeline logs
157155
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
158156
| Level | Message |
159157
| ERROR | errorMessageInvalidTableName |
@@ -201,9 +199,7 @@ Feature: Mssql Sink - Run time scenarios (macro)
201199
And Enter runtime argument value "invalid.Password" for key "Password"
202200
And Run the Pipeline in Runtime with runtime arguments
203201
Then Wait till pipeline is in running state
204-
Then Open and capture logs
205202
And Verify the pipeline status is "Failed"
206-
Then Close the pipeline logs
207203
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
208204
| Level | Message |
209205
| ERROR | errorMessageInvalidCredentials |

mssql-plugin/src/e2e-test/features/mssql/mssql source/RunTimeWithMacros.feature

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,7 @@ Feature: Mssql Source - Run time scenarios (macro)
249249
And Enter runtime argument value "invalidSelectQuery" for key "importQuery"
250250
And Run the Pipeline in Runtime with runtime arguments
251251
Then Wait till pipeline is in running state
252-
Then Open and capture logs
253252
And Verify the pipeline status is "Failed"
254-
Then Close the pipeline logs
255253
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
256254
| Level | Message |
257255
| ERROR | errorMessageInvalidsourcetable |
@@ -296,9 +294,7 @@ Feature: Mssql Source - Run time scenarios (macro)
296294
And Enter runtime argument value "invalid.password" for key "Password"
297295
And Run the Pipeline in Runtime with runtime arguments
298296
Then Wait till pipeline is in running state
299-
Then Open and capture logs
300297
And Verify the pipeline status is "Failed"
301-
Then Close the pipeline logs
302298
Then Open Pipeline logs and verify Log entries having below listed Level and Message:
303299
| Level | Message |
304300
| ERROR | errorMessageInvalidCredentialSource |

0 commit comments

Comments
 (0)