You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by pu...@apache.org on 2018/01/23 07:33:40 UTC

lens git commit: LENS-1500: Fix for Test case failures

Repository: lens
Updated Branches:
  refs/heads/master 5ad692ea7 -> 3d55b642a


LENS-1500: Fix for Test case failures


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

Branch: refs/heads/master
Commit: 3d55b642a5a4cfa5b24522c4a54abfe6b9b3fc9c
Parents: 5ad692e
Author: Rajitha R <ra...@gmail.com>
Authored: Tue Jan 23 13:02:21 2018 +0530
Committer: Puneet Gupta <pu...@apache.org>
Committed: Tue Jan 23 13:02:21 2018 +0530

----------------------------------------------------------------------
 lens-cube/src/test/resources/schema/facts/testfact.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/3d55b642/lens-cube/src/test/resources/schema/facts/testfact.xml
----------------------------------------------------------------------
diff --git a/lens-cube/src/test/resources/schema/facts/testfact.xml b/lens-cube/src/test/resources/schema/facts/testfact.xml
index aa9322a..37041f8 100644
--- a/lens-cube/src/test/resources/schema/facts/testfact.xml
+++ b/lens-cube/src/test/resources/schema/facts/testfact.xml
@@ -46,7 +46,7 @@
     <property name="cube.fact.testfact.c5.updateperiods"
               value="MONTHLY,HOURLY,YEARLY,CONTINUOUS,QUARTERLY,MINUTELY,DAILY"/>
     <property name="cube.fact.testfact.cubename" value="testCube"/>
-    <property name="cube.fact.relative.start.time" value="now.year - 90 days"/>
+    <property name="cube.fact.relative.start.time" value="now.year - 100 days"/>
     <property name="cube.fact.testfact.c4.updateperiods"
               value="MONTHLY,HOURLY,YEARLY,CONTINUOUS,QUARTERLY,MINUTELY,DAILY"/>
     <property name="cube.table.testfact.weight" value="5.0"/>
@@ -248,4 +248,4 @@
       </update_periods>
     </storage_table>
   </storage_tables>
-</x_fact_table>
\ No newline at end of file
+</x_fact_table>