Hussain Towaileb has submitted this change and it was merged. ( 
https://asterix-gerrit.ics.uci.edu/3447 )

Change subject: [NO ISSUE] Increase Result Set TTL to 30 mins
......................................................................

[NO ISSUE] Increase Result Set TTL to 30 mins

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- Some tests (like TPC-DS) take a long time to complete,
this would result in a timeout of the result set and failing
the test. This change increase the TTL for the result set.

Change-Id: I352924a865a2bd93f7254afaa0855e2caa715e39
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3447
Contrib: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Hussain Towaileb <hussai...@gmail.com>
Reviewed-by: Murtadha Hubail <mhub...@apache.org>
---
M 
asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins: Verified; ; Verified
  Anon. E. Moose (1000171):
  Hussain Towaileb: Looks good to me, but someone else must approve
  Murtadha Hubail: Looks good to me, approved

Objections:
  Jenkins: Violations found



diff --git 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
index 6eac23b..2c25b36 100644
--- 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
+++ 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java
@@ -75,7 +75,7 @@
     public static final String DEFAULT_CONF_FILE = joinPath(RESOURCES_PATH, 
"cc.conf");
     private static final String DEFAULT_STORAGE_PATH = joinPath("target", 
"io", "dir");
     private static String storagePath = DEFAULT_STORAGE_PATH;
-    private static final long RESULT_TTL = TimeUnit.MINUTES.toMillis(5);
+    private static final long RESULT_TTL = TimeUnit.MINUTES.toMillis(30);

     static {
         System.setProperty("java.util.logging.manager", 
org.apache.logging.log4j.jul.LogManager.class.getName());

--
To view, visit https://asterix-gerrit.ics.uci.edu/3447
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I352924a865a2bd93f7254afaa0855e2caa715e39
Gerrit-Change-Number: 3447
Gerrit-PatchSet: 2
Gerrit-Owner: Hussain Towaileb <hussai...@gmail.com>
Gerrit-Reviewer: Anon. E. Moose (1000171)
Gerrit-Reviewer: Hussain Towaileb <hussai...@gmail.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Murtadha Hubail <mhub...@apache.org>

Reply via email to