From issues-return-77134-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Oct 1 18:35:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 81C8818077A for ; Mon, 1 Oct 2018 18:35:05 +0200 (CEST) Received: (qmail 92242 invoked by uid 500); 1 Oct 2018 16:35:04 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 92231 invoked by uid 99); 1 Oct 2018 16:35:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2018 16:35:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4B946C0BBB for ; Mon, 1 Oct 2018 16:35:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id TsX3vEa0kZYM for ; Mon, 1 Oct 2018 16:35:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 15DB95F563 for ; Mon, 1 Oct 2018 16:35:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 558CBE2634 for ; Mon, 1 Oct 2018 16:35:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B0FCE27769 for ; Mon, 1 Oct 2018 16:35:00 +0000 (UTC) Date: Mon, 1 Oct 2018 16:35:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-8251) Reduce testPageEviction run time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-8251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16634287#comment-16634287 ] ASF GitHub Bot commented on IGNITE-8251: ---------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/4577 > Reduce testPageEviction run time > -------------------------------- > > Key: IGNITE-8251 > URL: https://issues.apache.org/jira/browse/IGNITE-8251 > Project: Ignite > Issue Type: Test > Components: persistence > Reporter: Dmitriy Pavlov > Assignee: Uday Kale > Priority: Minor > Labels: newbie > Fix For: 2.7 > > > Cache 3 and suite IgniteBinaryObjectsCacheTestSuite3 several times executes one test testPageEviction and each run requires significiant time. > RandomLruNearEnabledPageEvictionMultinodeTest.testPageEviction duration 6m 9.41s > Random2LruNearEnabledPageEvictionMultinodeTest.testPageEviction duration 5m 51.353s > RandomLruPageEvictionMultinodeTest.testPageEviction duration 5m 36.529s > It is necessary to understand what exactly the test does and shorten the execution time by > - reducing the number of objects > - the region size > - the desired run time. > Or some other parameter which help to run this test faster. > At the same time, it is necessary to leave the test coverage unchanged. -- This message was sent by Atlassian JIRA (v7.6.3#76005)