You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/04/26 01:44:54 UTC

[8/9] incubator-calcite git commit: [CALCITE-700] Pass time zone into tests

[CALCITE-700] Pass time zone into tests


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

Branch: refs/heads/master
Commit: ec4b290721650f7f041719779d5c399384fd344a
Parents: a9625ad
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Apr 24 12:10:45 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Fri Apr 24 12:10:45 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/ec4b2907/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ae9061..255b251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,7 +500,7 @@ limitations under the License.
             <threadCount>1</threadCount>
             <perCoreThreadCount>true</perCoreThreadCount>
             <parallel>both</parallel>
-            <argLine>-Xmx1536m -XX:MaxPermSize=256m</argLine>
+            <argLine>-Xmx1536m -XX:MaxPermSize=256m -Duser.timezone=${user.timezone}</argLine>
           </configuration>
         </plugin>
         <plugin>