Skip to content

Commit 0d5c200

Browse files
committed
e2e_Oracle Tests changes
1 parent 5ee6aef commit 0d5c200

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
@@ -77,7 +77,7 @@ rowPrefetch=60
7777
numberOfSplits=2
7878
zeroValue=0
7979
splitByColumn=ID
80-
oracleImportQuery=select * from HR.SOURCETABLE_SANYNMSPDZ where $CONDITIONS
80+
oracleImportQuery=select * from HR.SOURCETABLE_ACLCHFZYSA where $CONDITIONS
8181

8282
#bq properties
8383
projectId=cdf-athena

0 commit comments

Comments
 (0)