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

alsuliman 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 832f896  [NO_ISSUE][TEST] Add pollpost to test framework
832f896 is described below

commit 832f8963946f2d4199296f183895d0a2b9e3dd2f
Author: Ali Alsuliman <[email protected]>
AuthorDate: Mon Nov 23 13:31:19 2020 -0800

    [NO_ISSUE][TEST] Add pollpost to test framework
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Details:
    Add pollpost
    
    Change-Id: I4eaaf3fbdf262935a2b17f3e56768532f013a6f4
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/9024
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Ali Alsuliman <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
---
 .../src/test/java/org/apache/asterix/test/common/TestExecutor.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/common/TestExecutor.java
 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/common/TestExecutor.java
index e67b900..614b0a9 100644
--- 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/common/TestExecutor.java
+++ 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/common/TestExecutor.java
@@ -1035,6 +1035,7 @@ public class TestExecutor {
                 break;
             case "pollget":
             case "pollquery":
+            case "pollpost":
                 poll(testCaseCtx, ctx, variableCtx, statement, 
isDmlRecoveryTest, pb, cUnit, queryCount,
                         expectedResultFileCtxs, testFile, actualPath, 
ctx.getType().substring("poll".length()),
                         expectedWarnings, plainExecutor);

Reply via email to