Merge remote-tracking branch 'remotes/origin/sprint-2' into ignite-565
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1b7fb1db Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1b7fb1db Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1b7fb1db Branch: refs/heads/sprint-3 Commit: 1b7fb1db576b37f5cde48e12afa77e4fb420b3b9 Parents: 8481dc1 42e467c Author: ivasilinets <ivasilin...@gridgain.com> Authored: Wed Mar 25 17:30:51 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Wed Mar 25 17:30:51 2015 +0300 ---------------------------------------------------------------------- .../examples/datagrid/starschema/CacheStarSchemaExample.java | 5 +---- .../datagrid/store/dummy/CacheDummyStoreExample.java | 5 +---- .../datagrid/store/hibernate/CacheHibernateStoreExample.java | 2 +- .../examples/datagrid/store/jdbc/CacheJdbcStoreExample.java | 2 +- .../examples/misc/schedule/ComputeScheduleExample.java | 2 +- .../examples/java8/misc/schedule/ComputeScheduleExample.java | 6 ++++-- .../cache/GridCacheMixedPartitionExchangeSelfTest.java | 8 ++++++++ .../cache/distributed/GridCacheEventAbstractTest.java | 7 +++---- .../ignite/testsuites/IgniteCacheFailoverTestSuite.java | 5 ++--- modules/yardstick/config/ignite-base-config.xml | 2 ++ 10 files changed, 24 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1b7fb1db/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridCacheEventAbstractTest.java ----------------------------------------------------------------------