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 4BE34200C1D for ; Wed, 1 Feb 2017 16:56:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4AA68160B5E; Wed, 1 Feb 2017 15:56:00 +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 9A612160B63 for ; Wed, 1 Feb 2017 16:55:59 +0100 (CET) Received: (qmail 84389 invoked by uid 500); 1 Feb 2017 15:55:55 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 84354 invoked by uid 99); 1 Feb 2017 15:55:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2017 15:55:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6779A18889B for ; Wed, 1 Feb 2017 15:55:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZNySZ8AFwUMP for ; Wed, 1 Feb 2017 15:55:54 +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 AEB0D5FDD3 for ; Wed, 1 Feb 2017 15:55:53 +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 938FCE0526 for ; Wed, 1 Feb 2017 15:55:52 +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 ED9602528F for ; Wed, 1 Feb 2017 15:55:51 +0000 (UTC) Date: Wed, 1 Feb 2017 15:55:51 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-813) Fix unterminated unit tests in tests.job (tests/job.py) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Feb 2017 15:56:00 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848545#comment-15848545 ] ASF subversion and git services commented on AIRFLOW-813: --------------------------------------------------------- Commit 9d9e56dc3cbec256422249d382aedd29d25c46a3 in incubator-airflow's branch refs/heads/v1-8-test from [~farlue] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=9d9e56d ] [AIRFLOW-813] Fix unterminated unit tests in SchedulerJobTest Closes #2030 from fenglu-g/master > Fix unterminated unit tests in tests.job (tests/job.py) > ------------------------------------------------------- > > Key: AIRFLOW-813 > URL: https://issues.apache.org/jira/browse/AIRFLOW-813 > Project: Apache Airflow > Issue Type: Bug > Components: tests > Reporter: Feng Lu > Assignee: Feng Lu > Fix For: 1.8.1 > > > [AIRFLOW-812] fixed the scheduler termination bug and the scheduler will run continuously when no dag file is present. The following commit (https://github.com/apache/incubator-airflow/commit/67cbb966410226c1489bb730af3af45330fc51b9) introduces a bunch of unit tests (e.g, test_add_unparseable_file_before_sched_start_creates_import_error) which depends on the old buggy scheduler behavior, i.e., terminates scheduler job when dag folder is empty. This leads to failed travis builds on master branch. -- This message was sent by Atlassian JIRA (v6.3.15#6346)