You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2016/02/17 09:57:43 UTC

lens git commit: LENS-951 : Fix test failures in java8

Repository: lens
Updated Branches:
  refs/heads/master 223da282d -> c1e4434fd


LENS-951 : Fix test failures in java8


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/c1e4434f
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/c1e4434f
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/c1e4434f

Branch: refs/heads/master
Commit: c1e4434fde3143d38adc4fb5c501cad33ae6268b
Parents: 223da28
Author: Rajat Khandelwal <pr...@apache.org>
Authored: Wed Feb 17 14:27:25 2016 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Wed Feb 17 14:27:25 2016 +0530

----------------------------------------------------------------------
 .../src/test/resources/toString/org.apache.lens.api.LensConf.xml | 4 ----
 .../test/resources/toString/org.apache.lens.api.LensConf.yaml    | 1 -
 .../toString/org.apache.lens.api.query.LensPreparedQuery.xml     | 4 ----
 .../toString/org.apache.lens.api.query.LensPreparedQuery.yaml    | 1 -
 .../resources/toString/org.apache.lens.api.query.LensQuery.xml   | 4 ----
 .../resources/toString/org.apache.lens.api.query.LensQuery.yaml  | 1 -
 6 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.xml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.xml b/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.xml
index 41fc022..0f6447d 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.xml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.xml
@@ -22,10 +22,6 @@
 <conf>
   <properties>
     <entry>
-      <key>key2</key>
-      <value>value2</value>
-    </entry>
-    <entry>
       <key>key1</key>
       <value>value1</value>
     </entry>

http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.yaml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.yaml b/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.yaml
index 82548fd..a8d3dc5 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.yaml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.LensConf.yaml
@@ -13,5 +13,4 @@
 # 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.
-key2: value2
 key1: value1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.xml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.xml b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.xml
index 1276b61..99fe1b4 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.xml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.xml
@@ -31,10 +31,6 @@
   <conf>
     <properties>
       <entry>
-        <key>key2</key>
-        <value>value2</value>
-      </entry>
-      <entry>
         <key>key1</key>
         <value>value1</value>
       </entry>

http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.yaml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.yaml b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.yaml
index 7893ec0..8940954 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.yaml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensPreparedQuery.yaml
@@ -20,5 +20,4 @@ Prepared User: user
 Selected Driver Name: selected-driver
 Driver Query: select blah from driver table
 Conf:
-  key2: value2
   key1: value1

http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.xml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.xml b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.xml
index 4f84433..a681bca 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.xml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.xml
@@ -48,10 +48,6 @@
   <queryConf>
     <properties>
       <entry>
-        <key>key2</key>
-        <value>value2</value>
-      </entry>
-      <entry>
         <key>key1</key>
         <value>value1</value>
       </entry>

http://git-wip-us.apache.org/repos/asf/lens/blob/c1e4434f/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.yaml
----------------------------------------------------------------------
diff --git a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.yaml b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.yaml
index ee8af96..75f5406 100644
--- a/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.yaml
+++ b/lens-api/src/test/resources/toString/org.apache.lens.api.query.LensQuery.yaml
@@ -31,7 +31,6 @@ Status:
 Result Set Path: /path/to/result
 Driver Op Handle: a6f6fb20-cd1b-44dc-819c-36eb8c99e72c
 Query Conf:
-  key2: value2
   key1: value1
 Submission Time: 1454420854897
 Launch Time: 1454420854897