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

peeyush pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new fd83bec4e7 [NO ISSUE][TEST] Fix intermittently failing sleep test
fd83bec4e7 is described below

commit fd83bec4e7a0c06ea2117e42757ceac6a5478ec6
Author: Peeyush Gupta <[email protected]>
AuthorDate: Mon Sep 25 08:30:04 2023 -0700

    [NO ISSUE][TEST] Fix intermittently failing sleep test
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Change-Id: I1f2278bd8012adb9e43a827b9db50f5dea2b46db
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17807
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Peeyush Gupta <[email protected]>
    Reviewed-by: Ian Maxon <[email protected]>
---
 .../runtimets/queries_sqlpp/profile/sleep/sleep.5.profile.sqlpp         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/profile/sleep/sleep.5.profile.sqlpp
 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/profile/sleep/sleep.5.profile.sqlpp
index 1358a62144..82d030eea9 100644
--- 
a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/profile/sleep/sleep.5.profile.sqlpp
+++ 
b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/profile/sleep/sleep.5.profile.sqlpp
@@ -24,4 +24,4 @@ SELECT count(*) AS customers, city
 FROM Customers c
 WHERE c.age <65
 GROUP BY c.address.city
-ORDER BY sleep(city,1666);
\ No newline at end of file
+ORDER BY sleep(city,1667);
\ No newline at end of file

Reply via email to