From d66b16ba537bae4905fe35b0178f930e3d347fb4 Mon Sep 17 00:00:00 2001 From: bharatgulati Date: Mon, 6 Nov 2023 10:36:46 +0530 Subject: [PATCH] Added ITN Required Tag --- .../features/deduplicate/FileToDeduplicate.feature | 4 ++-- .../src/e2e-test/features/groupby/GroupByWithFile.feature | 4 ++-- .../src/e2e-test/features/joiner/JoinerWithFile.feature | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core-plugins/src/e2e-test/features/deduplicate/FileToDeduplicate.feature b/core-plugins/src/e2e-test/features/deduplicate/FileToDeduplicate.feature index e75ca1703..a6574ef84 100644 --- a/core-plugins/src/e2e-test/features/deduplicate/FileToDeduplicate.feature +++ b/core-plugins/src/e2e-test/features/deduplicate/FileToDeduplicate.feature @@ -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" @@ -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" diff --git a/core-plugins/src/e2e-test/features/groupby/GroupByWithFile.feature b/core-plugins/src/e2e-test/features/groupby/GroupByWithFile.feature index 254f18165..7c33daf07 100644 --- a/core-plugins/src/e2e-test/features/groupby/GroupByWithFile.feature +++ b/core-plugins/src/e2e-test/features/groupby/GroupByWithFile.feature @@ -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" @@ -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" diff --git a/core-plugins/src/e2e-test/features/joiner/JoinerWithFile.feature b/core-plugins/src/e2e-test/features/joiner/JoinerWithFile.feature index 188a2915b..037f494f7 100644 --- a/core-plugins/src/e2e-test/features/joiner/JoinerWithFile.feature +++ b/core-plugins/src/e2e-test/features/joiner/JoinerWithFile.feature @@ -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" @@ -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" @@ -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" @@ -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"