Skip to content

Commit d7eeaf0

Browse files
committed
e2e tests pipeline preview error fix
1 parent 729c26a commit d7eeaf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-plugin/src/e2e-test/features/mysqlsource/RunTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Feature: MySQL Source - Run time scenarios
142142
Then Close the Plugin Properties page
143143
Then Save the pipeline
144144
Then Preview and run the pipeline
145-
Then Wait till pipeline preview is in running state
145+
Then Wait till pipeline preview is in running state and check if any error occurs
146146
Then Open and capture pipeline preview logs
147147
Then Verify the preview run status of pipeline in the logs is "failed"
148148

oracle-plugin/src/e2e-test/features/source/OracleRunTime.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Feature: Oracle - Verify data transfer from Oracle source to BigQuery sink
296296
Then Close the Plugin Properties page
297297
Then Save the pipeline
298298
Then Preview and run the pipeline
299-
Then Wait till pipeline preview is in running state
299+
Then Wait till pipeline preview is in running state and check if any error occurs
300300
Then Verify the preview run status of pipeline in the logs is "failed"
301301

302302
@ORACLE_SOURCE_TEST @BQ_SINK_TEST

0 commit comments

Comments
 (0)