Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D403187EB for ; Thu, 30 Jul 2015 20:12:53 +0000 (UTC) Received: (qmail 27527 invoked by uid 500); 30 Jul 2015 20:12:53 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 27424 invoked by uid 500); 30 Jul 2015 20:12:53 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 27352 invoked by uid 99); 30 Jul 2015 20:12:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 20:12:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C783BE6B7E; Thu, 30 Jul 2015 20:12:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cos@apache.org To: commits@bigtop.apache.org Date: Thu, 30 Jul 2015 20:12:52 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] bigtop git commit: BIGTOP-1946. Missing ASL header in some of iTest files Repository: bigtop Updated Branches: refs/heads/branch-1.0 96fada352 -> da0177537 refs/heads/master a04eacebf -> fe0e8134e BIGTOP-1946. Missing ASL header in some of iTest files Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/880d4745 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/880d4745 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/880d4745 Branch: refs/heads/master Commit: 880d474534fcb1072b2b12494e42e83591da20e7 Parents: a04eace Author: Konstantin Boudnik Authored: Thu Jul 30 11:50:33 2015 -0700 Committer: Konstantin Boudnik Committed: Thu Jul 30 11:52:58 2015 -0700 ---------------------------------------------------------------------- .../bigtop/itest/failures/FailureExecutor.groovy | 19 +++++++++++++++++++ .../bigtop/itest/failures/FailureVars.groovy | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/880d4745/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy index 7471186..349b5d5 100644 --- a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy +++ b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureExecutor.groovy @@ -1,3 +1,22 @@ +/* + * 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.bigtop.itest.failures import org.apache.bigtop.itest.failures.FailureVars http://git-wip-us.apache.org/repos/asf/bigtop/blob/880d4745/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureVars.groovy ---------------------------------------------------------------------- diff --git a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureVars.groovy b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureVars.groovy index 9e9528c..958f8bd 100644 --- a/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureVars.groovy +++ b/bigtop-test-framework/src/main/groovy/org/apache/bigtop/itest/failures/FailureVars.groovy @@ -1,3 +1,22 @@ +/* + * 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.bigtop.itest.failures import org.apache.bigtop.itest.shell.OS