This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d8807e6  add missing ressources for docker-testcontainer test
d8807e6 is described below

commit d8807e64e40124ddee01ed65b5bcda071f2ce50b
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Nov 19 16:29:13 2021 +0100

    add missing ressources for docker-testcontainer test
---
 conf/test/docker-manager/Torque4Test.xml           | 25 ++++++++++++++++++++++
 .../docker-manager/torque.usersettings.properties  |  1 +
 2 files changed, 26 insertions(+)

diff --git a/conf/test/docker-manager/Torque4Test.xml 
b/conf/test/docker-manager/Torque4Test.xml
new file mode 100644
index 0000000..60d2d79
--- /dev/null
+++ b/conf/test/docker-manager/Torque4Test.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<!-- from the docs:  CombinedConfigurationBuilder takes care that properties 
defined in the first file (the user file) are found; other properties which the 
user has not changed will still be returned from the second file (the defaults 
file). -->
+
+<configuration>
+ <properties config-name="torqueuser" 
fileName="torque.usersettings.properties" config-optional="true" 
config-forceCreate="true"/> 
+ <properties config-name="torque" fileName="TorqueTest.properties" 
throwExceptionOnMissing="true"/>
+</configuration>
\ No newline at end of file
diff --git a/conf/test/docker-manager/torque.usersettings.properties 
b/conf/test/docker-manager/torque.usersettings.properties
new file mode 100644
index 0000000..774aa4c
--- /dev/null
+++ b/conf/test/docker-manager/torque.usersettings.properties
@@ -0,0 +1 @@
+torque.dsfactory.default.connection.url=jdbc:mysql://localhost:6950/default?loggerLevel=OFF
\ No newline at end of file

Reply via email to