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 80700200AEE for ; Tue, 3 May 2016 19:17:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7FCA31609F5; Tue, 3 May 2016 19:17:15 +0200 (CEST) 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 C8AFE1609A9 for ; Tue, 3 May 2016 19:17:14 +0200 (CEST) Received: (qmail 20052 invoked by uid 500); 3 May 2016 17:17:13 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 19579 invoked by uid 99); 3 May 2016 17:17:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 17:17:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E674C2C1F62 for ; Tue, 3 May 2016 17:17:12 +0000 (UTC) Date: Tue, 3 May 2016 17:17:12 +0000 (UTC) From: "Dhruv Mahajan (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (REEF-1243) Fix StreamingRemoteManagerTest tests which get stuck in AppVeyor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 17:17:15 -0000 [ https://issues.apache.org/jira/browse/REEF-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269124#comment-15269124 ] Dhruv Mahajan commented on REEF-1243: ------------------------------------- will have a look later this afternoon. > Fix StreamingRemoteManagerTest tests which get stuck in AppVeyor > ---------------------------------------------------------------- > > Key: REEF-1243 > URL: https://issues.apache.org/jira/browse/REEF-1243 > Project: REEF > Issue Type: Sub-task > Components: REEF.NET > Reporter: Mariia Mykhailova > Assignee: Dhruv Mahajan > > AppVeyor test runs get stuck on tests from {{StreamingRemoteManagerTest}} group: > * https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/build/11-master/tests - stuck on {{TestStreamingRegisterObserverByType}} > * https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/build/13-master/tests - stuck on {{TestStreamingCommunicationThreeNodesBoth}} > * https://ci.appveyor.com/project/tcNickolas/reef/build/0.14.0-SNAPSHOT.25-APPVEYOR_EXP/tests - stuck on {{TestStreamingCachedConnection}} > I can't repro this locally. We need to investigate and fix this. > To repro this on AppVeyor, one can add their mirror of reef to AppVeyor projects (https://ci.appveyor.com/projects/new after you're logged in with your GitHub account), and then everything pushed to any branch in the mirror gets executed in AppVeyor with the same settings as on main reef. It is possible to limit the scope of tests executed by modifying {{test_script}} section. For example, to run only O.A.R.Tests change it to: > {noformat} > test_script: > - cd .\lang\cs > - cmd: .\packages\xunit.runner.console.2.1.0\tools\xunit.console.exe .\bin\x64\Debug\Org.Apache.REEF.Tests\Org.Apache.REEF.Tests.dll > {noformat} > I haven't found a way to access machine on which tests are run directly, only via scripts added to {{appveyor.yml}}. > This change should also include reverting REEF-1311 (including {{StreamingRemoteManagerTest}} tests to AppVeyor coverage again). -- This message was sent by Atlassian JIRA (v6.3.4#6332)