Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 11D4A200CAF for ; Wed, 7 Jun 2017 20:00:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0ECE9160BBF; Wed, 7 Jun 2017 18:00:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62CDC160BE2 for ; Wed, 7 Jun 2017 20:00:26 +0200 (CEST) Received: (qmail 5549 invoked by uid 500); 7 Jun 2017 18:00:25 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 5534 invoked by uid 99); 7 Jun 2017 18:00:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2017 18:00:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 28ACB1A0647 for ; Wed, 7 Jun 2017 18:00:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id FjsnyuBK6Rva for ; Wed, 7 Jun 2017 18:00:24 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 45CB75FD83 for ; Wed, 7 Jun 2017 18:00:23 +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 7EF72E0933 for ; Wed, 7 Jun 2017 18:00:22 +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 C367C21E0C for ; Wed, 7 Jun 2017 18:00:21 +0000 (UTC) Date: Wed, 7 Jun 2017 18:00:21 +0000 (UTC) From: "Bruce Schuchardt (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3050) AnalyzeSerializablesJUnitTest is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Jun 2017 18:00:27 -0000 [ https://issues.apache.org/jira/browse/GEODE-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041320#comment-16041320 ] Bruce Schuchardt commented on GEODE-3050: ----------------------------------------- The test was broken in this commit: 9e5c75c156a5a24fc7512ddaec3877218af1e466 With this comment: "GEODE-2934: refactor AnalyzeSerializablesJUnitTest and subclasses" > AnalyzeSerializablesJUnitTest is broken > --------------------------------------- > > Key: GEODE-3050 > URL: https://issues.apache.org/jira/browse/GEODE-3050 > Project: Geode > Issue Type: Bug > Components: serialization > Reporter: Bruce Schuchardt > > AnalyzeSerializablesJUnitTest was recently refactored and the refactoring damaged the test. It creates two files, actualDataSerializables.dat and actualSerializables.dat but one of these ends up being empty. > Both files are being initialized as empty in an @Before setup method, which is run prior to each of the two tests. Whichever test is run second will end up creating an empty file for the other test. In my case it's always actualSerializables.dat that is empty. -- This message was sent by Atlassian JIRA (v6.3.15#6346)