Repository: incubator-ignite Updated Branches: refs/heads/ignite-gg-10326 c2326312d -> da27efda7
# 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-gg-10326 Commit: 57957d9094dbb9b08cc6ae1be074a275e8daffdb Parents: c232631 Author: ashutak <ashu...@gridgain.com> Authored: Mon Jun 8 18:38:09 2015 +0300 Committer: ashutak <ashu...@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 =======================