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 20576200BF4 for ; Fri, 6 Jan 2017 17:03:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1EF1E160B37; Fri, 6 Jan 2017 16:03:36 +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 622A4160B1F for ; Fri, 6 Jan 2017 17:03:35 +0100 (CET) Received: (qmail 19888 invoked by uid 500); 6 Jan 2017 16:03:34 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 19879 invoked by uid 99); 6 Jan 2017 16:03:34 -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; Fri, 06 Jan 2017 16:03:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 621B4DFA00; Fri, 6 Jan 2017 16:03:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chesnay@apache.org To: commits@flink.apache.org Message-Id: <89fa9d594aab4920a40c15e3e6d943ba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: flink git commit: [hotfix] RAT - Exclude test snapshots Date: Fri, 6 Jan 2017 16:03:34 +0000 (UTC) archived-at: Fri, 06 Jan 2017 16:03:36 -0000 Repository: flink Updated Branches: refs/heads/release-1.2 7251a4ca9 -> 7ff59fe7b [hotfix] RAT - Exclude test snapshots Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7ff59fe7 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7ff59fe7 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7ff59fe7 Branch: refs/heads/release-1.2 Commit: 7ff59fe7bfde0f537db0cefe0f94225c8a8d807b Parents: 7251a4c Author: zentol Authored: Mon Jan 2 15:29:56 2017 +0100 Committer: zentol Committed: Fri Jan 6 17:01:15 2017 +0100 ---------------------------------------------------------------------- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7ff59fe7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f16aa6..cdb4e2d 100644 --- a/pom.xml +++ b/pom.xml @@ -877,6 +877,23 @@ under the License. flink-connectors/flink-avro/src/test/resources/avro/*.avsc out/test/flink-avro/avro/user.avsc flink-libraries/flink-table/src/test/scala/resources/*.out + + + flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot + flink-connectors/flink-connector-kafka-base/src/test/resources/kafka-consumer-migration-test-flink1.1-snapshot-empty-state + flink-fs-tests/src/test/resources/monitoring-function-migration-test-1482144479339-flink1.1-snapshot + flink-fs-tests/src/test/resources/reader-migration-test-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-accum-aligned-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-aggr-aligned-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.1-snapshot + flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.1-snapshot + flink-tests/src/test/resources/stateful-udf-migration-itcase-flink1.1-savepoint + flink-tests/src/test/resources/stateful-udf-migration-itcase-flink1.1-savepoint-rocksdb + flink-contrib/flink-tweet-inputformat/src/main/resources/HashTagTweetSample.json flink-connectors/flink-avro/src/test/resources/testdata.avro