Ssl suite
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2f200400 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2f200400 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2f200400 Branch: refs/heads/ignite-1282 Commit: 2f200400940c9ef1bec5b4490f2cb192fbc0fcfe Parents: a0e414e Author: Anton Vinogradov <[email protected]> Authored: Thu Nov 26 19:23:35 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Thu Nov 26 19:23:35 2015 +0300 ---------------------------------------------------------------------- .../spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2f200400/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java index 3324fcc..fe84c67 100644 --- a/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/spi/communication/tcp/IgniteCacheSslStartStopSelfTest.java @@ -27,6 +27,7 @@ import static org.apache.ignite.cache.CacheAtomicityMode.ATOMIC; /** * */ +//Can fail as described at https://issues.apache.org/jira/browse/IGNITE-1924 public class IgniteCacheSslStartStopSelfTest extends IgniteCachePutRetryAbstractSelfTest { /** {@inheritDoc} */ @Override protected IgniteConfiguration getConfiguration(String gridName) throws Exception {
