Skip to content

Commit f41e0de

Browse files
itsmekumariVipinofficial11
authored andcommitted
e2e_Oracle Tests changes
1 parent 0f3be0f commit f41e0de

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Feature: Oracle - Verify data transfer from Oracle source to BigQuery sink
263263
Then Validate OUT record count is equal to records transferred to target BigQuery table
264264
Then Validate the values of records transferred to target Big Query table is equal to the values from source table
265265

266-
@ORACLE_SOURCE_TEST @BQ_SINK_TEST @ORACLE_SINK_TEST
266+
@BQ_SINK_TEST
267267
Scenario: To verify the pipeline fails while preview with invalid bounding query setting the required split-By field
268268
Given Open Datafusion Project to configure pipeline
269269
When Expand Plugin group in the LHS plugins list: "Source"

oracle-plugin/src/e2e-test/resources/pluginDataCyAttributes.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
referenceName=referenceName
2-
enableQuotedValues=switch-enableQuotedValues
3-
inputsToLoadMemory=inMemoryInputs
42
projectId=project
53
datasetProjectId=datasetProject
64
dataset=dataset

oracle-plugin/src/e2e-test/resources/pluginParameters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rowPrefetch=60
9696
numberOfSplits=2
9797
zeroValue=0
9898
splitByColumn=ID
99-
oracleImportQuery=select * from HR.SOURCETABLE_SANYNMSPDZ where $CONDITIONS
99+
oracleImportQuery=select * from HR.SOURCETABLE_ACLCHFZYSA where $CONDITIONS
100100

101101
#bq properties
102102
projectId=cdf-athena

0 commit comments

Comments
 (0)