From issues-return-96513-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Jun 7 09:18:03 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 99A62180785 for ; Fri, 7 Jun 2019 11:18:02 +0200 (CEST) Received: (qmail 95474 invoked by uid 500); 7 Jun 2019 09:18:02 -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 95387 invoked by uid 99); 7 Jun 2019 09:18: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; Fri, 07 Jun 2019 09:18: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 E7D47E2D39 for ; Fri, 7 Jun 2019 09:18: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 6389B2464A for ; Fri, 7 Jun 2019 09:18:00 +0000 (UTC) Date: Fri, 7 Jun 2019 09:18:00 +0000 (UTC) From: "Ivan Fedotov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-11851) Cache does not exist after first IgniteContinuousQueryConfigVariationsSuite tests batch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11851?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Fedotov updated IGNITE-11851: ---------------------------------- Labels: (was: iep-30) > Cache does not exist after first IgniteContinuousQueryConfigVariationsSui= te tests batch > -------------------------------------------------------------------------= -------------- > > Key: IGNITE-11851 > URL: https://issues.apache.org/jira/browse/IGNITE-11851 > Project: Ignite > Issue Type: Bug > Reporter: Ivan Fedotov > Assignee: Ivan Fedotov > Priority: Major > > IgniteContinuousQueryConfigVariationsSuite tests are generated dynamicall= y. The first batch (12 tests) runs without problems, but on next batches we= got an exception=C2=A0- default cache does not exist and we can not invoke= unrwap() method on it [1]. > It seems that cache is destroyed after the first batch and is not created= on the next one. > [1]=C2=A0[https://github.com/apache/ignite/blob/master/modules/core/src/t= est/java/org/apache/ignite/testframework/junits/IgniteCacheConfigVariations= AbstractTest.java#L212] > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)