Skip to content

Commit aa346dc

Browse files
committed
debugging
1 parent 9d78fdb commit aa346dc

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# License for the specific language governing permissions and limitations under
1010
# the License.
1111

12-
# This workflow will build a Java project with Maven
12+
# This workflow will build a Java project with Mavens
1313
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
1414
# Note: Any changes to this workflow would be used only after merging into develop
1515
name: Build e2e tests

oracle-plugin/src/e2e-test/features/oracle/Datatype.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: Oracle - Verify Oracle source data transfer for multiple datatypes
3131
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3333
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
34-
Then Select radio button plugin property: "connectionType" with value: "service"
34+
Then Select radio button plugin property: "connectionType" with value: "SID"
3535
Then Select radio button plugin property: "role" with value: "normal"
3636
Then Enter input plugin property: "referenceName" with value: "sourceRef"
3737
Then Replace input plugin property: "database" with value: "databaseName"
@@ -50,7 +50,7 @@ Feature: Oracle - Verify Oracle source data transfer for multiple datatypes
5050
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5151
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5252
Then Enter input plugin property: "referenceName" with value: "targetRef"
53-
Then Select radio button plugin property: "connectionType" with value: "service"
53+
Then Select radio button plugin property: "connectionType" with value: "SID"
5454
Then Select radio button plugin property: "role" with value: "normal"
5555
Then Validate "Oracle2" plugin properties
5656
Then Close the Plugin Properties page

oracle-plugin/src/e2e-test/features/oracle/DatatypeLong.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG
3131
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3333
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
34-
Then Select radio button plugin property: "connectionType" with value: "service"
34+
Then Select radio button plugin property: "connectionType" with value: "SID"
3535
Then Select radio button plugin property: "role" with value: "normal"
3636
Then Enter input plugin property: "referenceName" with value: "sourceRef"
3737
Then Replace input plugin property: "database" with value: "databaseName"
@@ -50,7 +50,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG
5050
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5151
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5252
Then Enter input plugin property: "referenceName" with value: "targetRef"
53-
Then Select radio button plugin property: "connectionType" with value: "service"
53+
Then Select radio button plugin property: "connectionType" with value: "SID"
5454
Then Select radio button plugin property: "role" with value: "normal"
5555
Then Validate "Oracle2" plugin properties
5656
Then Close the Plugin Properties page

oracle-plugin/src/e2e-test/features/oracle/DatatypeLongRaw.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG RAW
3131
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3333
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
34-
Then Select radio button plugin property: "connectionType" with value: "service"
34+
Then Select radio button plugin property: "connectionType" with value: "SID"
3535
Then Select radio button plugin property: "role" with value: "normal"
3636
Then Enter input plugin property: "referenceName" with value: "sourceRef"
3737
Then Replace input plugin property: "database" with value: "databaseName"
@@ -50,7 +50,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG RAW
5050
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5151
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5252
Then Enter input plugin property: "referenceName" with value: "targetRef"
53-
Then Select radio button plugin property: "connectionType" with value: "service"
53+
Then Select radio button plugin property: "connectionType" with value: "SID"
5454
Then Select radio button plugin property: "role" with value: "normal"
5555
Then Validate "Oracle2" plugin properties
5656
Then Close the Plugin Properties page

oracle-plugin/src/e2e-test/features/oracle/DatatypeLongVarchar.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG VARCHAR
3131
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3333
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
34-
Then Select radio button plugin property: "connectionType" with value: "service"
34+
Then Select radio button plugin property: "connectionType" with value: "SID"
3535
Then Select radio button plugin property: "role" with value: "normal"
3636
Then Enter input plugin property: "referenceName" with value: "sourceRef"
3737
Then Replace input plugin property: "database" with value: "databaseName"
@@ -50,7 +50,7 @@ Feature: Oracle - Verify Oracle source data transfer of type LONG VARCHAR
5050
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5151
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5252
Then Enter input plugin property: "referenceName" with value: "targetRef"
53-
Then Select radio button plugin property: "connectionType" with value: "service"
53+
Then Select radio button plugin property: "connectionType" with value: "SID"
5454
Then Select radio button plugin property: "role" with value: "normal"
5555
Then Validate "Oracle2" plugin properties
5656
Then Close the Plugin Properties page

oracle-plugin/src/e2e-test/features/oracle/DatatypeTimestamp.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Feature: Oracle - Verify Oracle source data transfer for all Timestamp types
3030
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3131
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
33-
Then Select radio button plugin property: "connectionType" with value: "service"
33+
Then Select radio button plugin property: "connectionType" with value: "SID"
3434
Then Select radio button plugin property: "role" with value: "normal"
3535
Then Select dropdown plugin property: "select-transactionIsolationLevel" with option value: "TRANSACTION_READ_COMMITTED"
3636
Then Enter input plugin property: "referenceName" with value: "sourceRef"
@@ -50,7 +50,7 @@ Feature: Oracle - Verify Oracle source data transfer for all Timestamp types
5050
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5151
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5252
Then Enter input plugin property: "referenceName" with value: "targetRef"
53-
Then Select radio button plugin property: "connectionType" with value: "service"
53+
Then Select radio button plugin property: "connectionType" with value: "SID"
5454
Then Select radio button plugin property: "role" with value: "normal"
5555
Then Select dropdown plugin property: "select-transactionIsolationLevel" with option value: "TRANSACTION_READ_COMMITTED"
5656
Then Validate "Oracle2" plugin properties

oracle-plugin/src/e2e-test/features/oracle/Oracle.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# http://www.apache.org/licenses/LICENSE-2.0
99
#
10-
# Unless required by applicable law or agreed to in writing, software
10+
# Unless required by applicable law or agreed to in writing, softwares
1111
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
1212
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1313
# License for the specific language governing permissions and limitations under
@@ -30,7 +30,7 @@ Feature: Oracle - Verify Oracle source data transfer
3030
Then Replace input plugin property: "port" with value: "port" for Credentials and Authorization related fields
3131
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
3232
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
33-
Then Select radio button plugin property: "connectionType" with value: "service"
33+
Then Select radio button plugin property: "connectionType" with value: "SID"
3434
Then Select radio button plugin property: "role" with value: "normal"
3535
Then Enter input plugin property: "referenceName" with value: "sourceRef"
3636
Then Replace input plugin property: "database" with value: "databaseName"
@@ -49,7 +49,7 @@ Feature: Oracle - Verify Oracle source data transfer
4949
Then Replace input plugin property: "user" with value: "username" for Credentials and Authorization related fields
5050
Then Replace input plugin property: "password" with value: "password" for Credentials and Authorization related fields
5151
Then Enter input plugin property: "referenceName" with value: "targetRef"
52-
Then Select radio button plugin property: "connectionType" with value: "service"
52+
Then Select radio button plugin property: "connectionType" with value: "SID"
5353
Then Select radio button plugin property: "role" with value: "normal"
5454
Then Validate "Oracle2" plugin properties
5555
Then Close the Plugin Properties page

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
driverName=oracle
2-
databaseName=ORCLPDB1
2+
databaseName=ORCLCDB
33
sourceRef=source
44
targetRef=target
5-
schema=CDAP
5+
schema=c##builduser
66
host=ORACLE_HOST
77
port=ORACLE_PORT
88
username=ORACLE_USERNAME

0 commit comments

Comments
 (0)