Skip to content

Commit 7b08a09

Browse files
committed
debugging
1 parent 9d78fdb commit 7b08a09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/Oracle.feature

Lines changed: 1 addition & 1 deletion
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

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)