From notifications-return-3519-apmail-ignite-notifications-archive=ignite.apache.org@ignite.apache.org Tue May 21 17:04:25 2019 Return-Path: X-Original-To: apmail-ignite-notifications-archive@minotaur.apache.org Delivered-To: apmail-ignite-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 17ABE191D9 for ; Tue, 21 May 2019 17:04:25 +0000 (UTC) Received: (qmail 54214 invoked by uid 500); 21 May 2019 17:04:24 -0000 Delivered-To: apmail-ignite-notifications-archive@ignite.apache.org Received: (qmail 54197 invoked by uid 500); 21 May 2019 17:04:24 -0000 Mailing-List: contact notifications-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 notifications@ignite.apache.org Received: (qmail 54188 invoked by uid 99); 21 May 2019 17:04:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2019 17:04:24 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite] EdShangGG commented on a change in pull request #6500: IGNITE-10913 Message-ID: <155845826413.14090.13898571619140744606.gitbox@gitbox.apache.org> Date: Tue, 21 May 2019 17:04:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit EdShangGG commented on a change in pull request #6500: IGNITE-10913 URL: https://github.com/apache/ignite/pull/6500#discussion_r286129307 ########## File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/Cache64kPartitionsPersistent.java ########## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.ignite.internal.processors.cache; + +import org.apache.ignite.Ignite; +import org.apache.ignite.IgniteCache; +import org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction; +import org.apache.ignite.configuration.CacheConfiguration; +import org.apache.ignite.configuration.DataRegionConfiguration; +import org.apache.ignite.configuration.DataStorageConfiguration; +import org.apache.ignite.configuration.IgniteConfiguration; +import org.apache.ignite.configuration.WALMode; +import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest; +import org.junit.Test; + +/** + * + */ +public class Cache64kPartitionsPersistent extends GridCommonAbstractTest { + /** */ + private boolean persistenceEnabled; Review comment: When could it be false? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services