You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/03/09 10:29:13 UTC

[1/3] ignite git commit: IGNITE-2704: Disabled ODBC for core tests.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1786 f78b2eac5 -> 01f794fde


IGNITE-2704: Disabled ODBC for core tests.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5ff555b1
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5ff555b1
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/5ff555b1

Branch: refs/heads/ignite-1786
Commit: 5ff555b12b74dc41a4a0fe1faaa2715c614d18a7
Parents: 0229baa
Author: isapego <is...@gridgain.com>
Authored: Sat Feb 20 17:58:33 2016 +0300
Committer: isapego <is...@gridgain.com>
Committed: Sat Feb 20 17:58:33 2016 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-query.xml | 1 +
 modules/platforms/cpp/core-test/config/cache-test.xml  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5ff555b1/modules/platforms/cpp/core-test/config/cache-query.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-query.xml b/modules/platforms/cpp/core-test/config/cache-query.xml
index 232b6da..0b2f013 100644
--- a/modules/platforms/cpp/core-test/config/cache-query.xml
+++ b/modules/platforms/cpp/core-test/config/cache-query.xml
@@ -31,6 +31,7 @@
     <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
+        <property name="OdbcConfiguration"><null/></property>
 
         <property name="cacheConfiguration">
             <list>

http://git-wip-us.apache.org/repos/asf/ignite/blob/5ff555b1/modules/platforms/cpp/core-test/config/cache-test.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-test.xml b/modules/platforms/cpp/core-test/config/cache-test.xml
index f239ba9..968656c 100644
--- a/modules/platforms/cpp/core-test/config/cache-test.xml
+++ b/modules/platforms/cpp/core-test/config/cache-test.xml
@@ -31,6 +31,7 @@
     <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
+        <property name="OdbcConfiguration"><null/></property>
 
         <property name="includeEventTypes">
             <util:constant static-field="org.apache.ignite.events.EventType.EVTS_CACHE"/>


[2/3] ignite git commit: Merge branch 'ignite-2704' of https://github.com/isapego/ignite into ignite-2704

Posted by vo...@apache.org.
Merge branch 'ignite-2704' of https://github.com/isapego/ignite into ignite-2704


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/27da5762
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/27da5762
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/27da5762

Branch: refs/heads/ignite-1786
Commit: 27da5762da29e138cdf25402353f5aa6c51c92c6
Parents: f78b2ea 5ff555b
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Mar 9 12:27:40 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Mar 9 12:27:40 2016 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-query.xml | 1 +
 modules/platforms/cpp/core-test/config/cache-test.xml  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------



[3/3] ignite git commit: Minors.

Posted by vo...@apache.org.
Minors.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/01f794fd
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/01f794fd
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/01f794fd

Branch: refs/heads/ignite-1786
Commit: 01f794fde6839920d172b3b52ecc2d521a0113b1
Parents: 27da576
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Mar 9 12:28:58 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Mar 9 12:28:58 2016 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/core-test/config/cache-query.xml | 2 +-
 modules/platforms/cpp/core-test/config/cache-test.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/01f794fd/modules/platforms/cpp/core-test/config/cache-query.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-query.xml b/modules/platforms/cpp/core-test/config/cache-query.xml
index 0b2f013..1602df0 100644
--- a/modules/platforms/cpp/core-test/config/cache-query.xml
+++ b/modules/platforms/cpp/core-test/config/cache-query.xml
@@ -31,7 +31,7 @@
     <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
-        <property name="OdbcConfiguration"><null/></property>
+        <property name="odbcConfiguration"><null/></property>
 
         <property name="cacheConfiguration">
             <list>

http://git-wip-us.apache.org/repos/asf/ignite/blob/01f794fd/modules/platforms/cpp/core-test/config/cache-test.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core-test/config/cache-test.xml b/modules/platforms/cpp/core-test/config/cache-test.xml
index 968656c..24ae2ed 100644
--- a/modules/platforms/cpp/core-test/config/cache-test.xml
+++ b/modules/platforms/cpp/core-test/config/cache-test.xml
@@ -31,7 +31,7 @@
     <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
         <property name="localHost" value="127.0.0.1"/>
         <property name="connectorConfiguration"><null/></property>
-        <property name="OdbcConfiguration"><null/></property>
+        <property name="odbcConfiguration"><null/></property>
 
         <property name="includeEventTypes">
             <util:constant static-field="org.apache.ignite.events.EventType.EVTS_CACHE"/>