Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EA7C17639 for ; Wed, 24 Jun 2015 22:50:13 +0000 (UTC) Received: (qmail 55166 invoked by uid 500); 24 Jun 2015 22:50:13 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55119 invoked by uid 500); 24 Jun 2015 22:50:13 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 55065 invoked by uid 99); 24 Jun 2015 22:50:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 22:50:13 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 Jun 2015 22:48:01 +0000 Received: (qmail 54420 invoked by uid 99); 24 Jun 2015 22:49:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 22:49:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA481E3659; Wed, 24 Jun 2015 22:49:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vkulichenko@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 24 Jun 2015 22:50:05 -0000 Message-Id: In-Reply-To: <92500060c8d74c6e8c4b0cec1dfe08c2@git.apache.org> References: <92500060c8d74c6e8c4b0cec1dfe08c2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/49] incubator-ignite git commit: #ignite-973 - minor X-Virus-Checked: Checked by ClamAV on apache.org #ignite-973 - minor Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/774bc94f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/774bc94f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/774bc94f Branch: refs/heads/ignite-1026 Commit: 774bc94ff7491735cf966f6f7a9b2a1887071dcf Parents: ced62b8 Author: S.Vladykin Authored: Mon Jun 22 09:46:08 2015 +0300 Committer: S.Vladykin Committed: Mon Jun 22 09:46:08 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/IgniteCacheOffheapEvictQueryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/774bc94f/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java index fc6c125..72bfcaa 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheOffheapEvictQueryTest.java @@ -69,7 +69,7 @@ public class IgniteCacheOffheapEvictQueryTest extends GridCommonAbstractTest { */ public void testEvictAndRemove() throws Exception { final int KEYS_CNT = 3000; - final int THREADS_CNT = 256; + final int THREADS_CNT = 50; final IgniteCache c = startGrid().cache(null);