You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/28 07:18:57 UTC

[incubator-iotdb] branch refactor_fileNode updated: add Apache-rat for new Test class

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch refactor_fileNode
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/refactor_fileNode by this push:
     new dbc0c6e  add Apache-rat for new Test class
dbc0c6e is described below

commit dbc0c6e74c7df0f9e1a6f63004a0b6ef87f926fe
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Feb 28 15:18:46 2019 +0800

    add Apache-rat for new Test class
---
 .../storagegroup/StorageGroupFlushFutureTest.java     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/iotdb/src/test/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupFlushFutureTest.java b/iotdb/src/test/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupFlushFutureTest.java
index 58987e3..369e716 100644
--- a/iotdb/src/test/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupFlushFutureTest.java
+++ b/iotdb/src/test/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupFlushFutureTest.java
@@ -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.iotdb.db.engine.storagegroup;
 
 import static org.mockito.Matchers.any;