You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/08 17:38:01 UTC

incubator-ignite git commit: # ignite-sprint-6: DEVNOTES.txt

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-sprint-6 c2326312d -> 57957d909


# ignite-sprint-6: DEVNOTES.txt


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

Branch: refs/heads/ignite-sprint-6
Commit: 57957d9094dbb9b08cc6ae1be074a275e8daffdb
Parents: c232631
Author: ashutak <as...@gridgain.com>
Authored: Mon Jun 8 18:38:09 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Mon Jun 8 18:38:09 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/57957d90/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index 1562dc4..8f1730c 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -69,6 +69,13 @@ To test compliance with JCache TCK use:
 
 mvn test -P-release,jcache-tck -pl :ignite-core -am
 
+Run tests
+==========
+To run tests locally use:
+
+mvn clean test -U -Plgpl,examples,-clean-libs,-release -Dmaven.test.failure.ignore=true -DfailIfNoTests=false -Dtest=%TEST_PATTERN%
+
+For example, %TEST_PATTERN% can be 'org.apache.ignite.testsuites.IgniteBasicTestSuite' or 'GridCacheLocalAtomicFullApiSelfTest#testGet'
 
 Apache RAT Instructions
 =======================