Skip to content

Commit

Permalink
Merge pull request cdapio#1831 from bharatgulati/Itn-tag
Browse files Browse the repository at this point in the history
Added ITN Required Tag
  • Loading branch information
Vipinofficial11 authored Nov 7, 2023
2 parents c2be969 + d66b16b commit de7a6d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Feature: Deduplicate - Verification of Deduplicate pipeline with File as source
Then Validate OUT record count of deduplicate is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "deduplicateTest3OutputFile"

@GCS_DEDUPLICATE_TEST @FILE_SINK_TEST
@GCS_DEDUPLICATE_TEST @FILE_SINK_TEST @Deduplicate_Required @ITN_TEST
Scenario: To verify complete flow of data extract and transfer from File source to File sink using Deduplicate Plugin with Last filter option
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down Expand Up @@ -209,7 +209,7 @@ Feature: Deduplicate - Verification of Deduplicate pipeline with File as source
Then Validate OUT record count of deduplicate is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "deduplicateTest5OutputFile"

@GCS_DEDUPLICATE_TEST @FILE_SINK_TEST
@GCS_DEDUPLICATE_TEST @FILE_SINK_TEST @Deduplicate_Required @ITN_TEST
Scenario: To verify complete flow of data extract and transfer from File source to File sink using Deduplicate Plugin with First filter option
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Feature: GroupBy - Verify File source to File sink data transfer using GroupBy a
Then Validate OUT record count of groupby is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "groupByTest3OutputFile"

@GROUP_BY_TEST @FILE_SINK_TEST
@GROUP_BY_TEST @FILE_SINK_TEST @GroupBy_Required @ITN_TEST
Scenario: To verify complete flow of data extract and transfer from File source to File sink with GroupBy plugin using MaxIf,AvgIf,SumIf,CountIf,AnyIf,MinIf aggregates
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down Expand Up @@ -206,7 +206,7 @@ Feature: GroupBy - Verify File source to File sink data transfer using GroupBy a
Then Validate OUT record count of groupby is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "groupByTest5OutputFile"

@GROUP_BY_TEST @FILE_SINK_TEST
@GROUP_BY_TEST @FILE_SINK_TEST @GroupBy_Required @ITN_TEST
Scenario: To verify complete flow of data extract and transfer from File source to File sink with GroupBy plugin using count,sum,max aggregates
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Feature: Joiner - Verify File source to File sink data transfer using Joiner ana
Then Validate OUT record count of joiner is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "joinerTest4OutputFile"

@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST
@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST @Joiner_Required @ITN_TEST
Scenario:To verify data is getting transferred from File to File successfully using Joiner plugin with Advance inner join type
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down Expand Up @@ -314,7 +314,7 @@ Feature: Joiner - Verify File source to File sink data transfer using Joiner ana
Then Validate OUT record count of joiner is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "joinerTest1OutputFile"

@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST
@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST @Joiner_Required @ITN_TEST
Scenario:To verify data is getting transferred from File to File successfully using Joiner plugin with Advance outer join type
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down Expand Up @@ -379,7 +379,7 @@ Feature: Joiner - Verify File source to File sink data transfer using Joiner ana
Then Validate OUT record count of joiner is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "joinerTest1OutputFile"

@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST
@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST @Joiner_Required @ITN_TEST
Scenario:To verify data is getting transferred from File to File successfully using Joiner plugin with outer join type with selected inputs and required input
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down Expand Up @@ -447,7 +447,7 @@ Feature: Joiner - Verify File source to File sink data transfer using Joiner ana
Then Validate OUT record count of joiner is equal to IN record count of sink
Then Validate output file generated by file sink plugin "fileSinkTargetBucket" is equal to expected output file "joinerTest6OutputFile"

@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST
@JOINER_TEST1 @JOINER_TEST2 @FILE_SINK_TEST @Joiner_Required @ITN_TEST
Scenario:To verify data is getting transferred from File to File successfully using Joiner plugin with inner join type with selected inputs
Given Open Datafusion Project to configure pipeline
When Select plugin: "File" from the plugins list as: "Source"
Expand Down

0 comments on commit de7a6d6

Please sign in to comment.