From dev-return-45832-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Apr 24 08:26:02 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D0D9418076D for ; Wed, 24 Apr 2019 10:26:01 +0200 (CEST) Received: (qmail 50644 invoked by uid 500); 24 Apr 2019 08:26:01 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 50602 invoked by uid 99); 24 Apr 2019 08:26:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2019 08:26:01 +0000 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 8AB48E2AC1 for ; Wed, 24 Apr 2019 08:26:00 +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 33CC025811 for ; Wed, 24 Apr 2019 08:26:00 +0000 (UTC) Date: Wed, 24 Apr 2019 08:26:00 +0000 (UTC) From: "Ivan Fedotov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-11802) Check keepSerializedObjects() condition after each test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ivan Fedotov created IGNITE-11802: ------------------------------------- Summary: Check keepSerializedObjects() condition after each test Key: IGNITE-11802 URL: https://issues.apache.org/jira/browse/IGNITE-11802 Project: Ignite Issue Type: Bug Reporter: Ivan Fedotov Assignee: Ivan Fedotov After some changes in GridAbstractTest class [1] condition on {{serializedObj.clear()}} invocation was removed [2]. In the previous master version {{serializedObj.clear()}} will be invoked only if {{(!keepSerializedObjects())}} condition will be satisfied. Due to this reason, some tests became failed [3], so it is necessary to return such check. [1] https://issues.apache.org/jira/browse/IGNITE-11412 [2] https://github.com/apache/ignite/pull/6267/files#diff7a554fa780cd51aae79479d6e9dfcc96L2152 [3] http://apache-ignite-developers.2346864.n4.nabble.com/MTCGA-new-failures-in-builds-3681058-3680965-needs-to-be-handled-td41859.html -- This message was sent by Atlassian JIRA (v7.6.3#76005)