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 F3D6B200BF6 for ; Tue, 10 Jan 2017 15:41:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F2614160B3D; Tue, 10 Jan 2017 14:41:59 +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 3D843160B29 for ; Tue, 10 Jan 2017 15:41:59 +0100 (CET) Received: (qmail 28424 invoked by uid 500); 10 Jan 2017 14:41:58 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 28411 invoked by uid 99); 10 Jan 2017 14:41:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2017 14:41:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5560A2C03DC for ; Tue, 10 Jan 2017 14:41:58 +0000 (UTC) Date: Tue, 10 Jan 2017 14:41:58 +0000 (UTC) From: "Benjamin Bannier (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6900) Add test for framework upgrading to multi-role capability. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 Jan 2017 14:42:00 -0000 Benjamin Bannier created MESOS-6900: --------------------------------------- Summary: Add test for framework upgrading to multi-role capability. Key: MESOS-6900 URL: https://issues.apache.org/jira/browse/MESOS-6900 Project: Mesos Issue Type: Bug Components: test Reporter: Benjamin Bannier Assignee: Benjamin Bannier Frameworks can upgrade to multi-role capability as long as the framework's role remains the same. We consider the framework roles unchanged if * a framework previously didn't specify a {{role}} now has {{roles=()}}, or * a framework which previously had {{role=A}} and now has {{roles=(A)}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)