Skip to content

Commit 08b5964

Browse files
authored
Merge pull request #1474 from cloudsufi/GcsCreate-e2efixes
GcsCreate e2e fixes
2 parents c0fd067 + d4df467 commit 08b5964

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/e2e-test/features/gcscreate/GCSCreate.feature

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,26 @@ Feature: GCSCreate - Verification of GCS Create plugin
2424
Then Verify that the object "gcsCreateObject2" created successfully
2525

2626
@GCS_CSV_TEST @GCSCreate_Required
27-
Scenario: Verify the pipeline with GCSCreate should fail on second run when fail if objects exists is true
27+
Scenario: Verify that pipeline with GCSCreate failed when fail if objects exists property set to true
2828
Given Open Datafusion Project to configure pipeline
2929
When Expand Plugin group in the LHS plugins list: "Conditions and Actions"
3030
When Select plugin: "GCS Create" from the plugins list as: "Conditions and Actions"
3131
When Navigate to the properties page of plugin: "GCS Create"
3232
Then Enter the GCS Create property projectId "projectId"
33-
Then Enter the GCS Create property objects to create as path "gcsCreateObject1"
33+
Then Enter the GCS Create property objects to create as path "gcsCsvFile"
3434
Then Select GCS Create property fail if objects exists as "true"
3535
Then Override Service account details if set in environment variables
3636
Then Validate "GCS Create" plugin properties
3737
Then Close the GCS Create properties
3838
Then Save and Deploy Pipeline
3939
Then Run the Pipeline in Runtime
4040
Then Wait till pipeline is in running state
41-
Then Verify the pipeline status is "Succeeded"
42-
Then Run the Pipeline in Runtime
43-
Then Wait for pipeline to be in status: "Failed" with a timeout of 240 seconds
4441
Then Open and capture logs
4542
Then Verify the pipeline status is "Failed"
4643
Then Close the pipeline logs
4744

4845
@GCS_CSV_TEST @GCSCreate_Required
49-
Scenario: Verify the pipeline with GCSCreate should not fail on second run when fail if objects exists is false
46+
Scenario: Verify that pipeline with GCSCreate succeeded when fail if objects exists property set to false
5047
Given Open Datafusion Project to configure pipeline
5148
When Expand Plugin group in the LHS plugins list: "Conditions and Actions"
5249
When Select plugin: "GCS Create" from the plugins list as: "Conditions and Actions"
@@ -60,9 +57,6 @@ Feature: GCSCreate - Verification of GCS Create plugin
6057
Then Save and Deploy Pipeline
6158
Then Run the Pipeline in Runtime
6259
Then Wait till pipeline is in running state
63-
Then Verify the pipeline status is "Succeeded"
64-
Then Run the Pipeline in Runtime
65-
Then Wait for pipeline to be in status: "Succeeded" with a timeout of 240 seconds
6660
Then Open and capture logs
6761
Then Verify the pipeline status is "Succeeded"
6862
Then Close the pipeline logs

0 commit comments

Comments
 (0)