You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by lu...@apache.org on 2019/09/24 15:44:34 UTC

[asterixdb] branch master updated: [NO ISSUE] Fix comment of concurrent merge policy test

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

luochen 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 9c604bb  [NO ISSUE] Fix comment of concurrent merge policy test
9c604bb is described below

commit 9c604bba9b78890feee4965424f61c7154e6e0c4
Author: luochen <cl...@uci.edu>
AuthorDate: Mon Sep 23 22:12:24 2019 -0700

    [NO ISSUE] Fix comment of concurrent merge policy test
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Details:
    - Fix the comment of the test case using-concurrent-merge-policy.
    
    Change-Id: I363f5739ac4bb2a9dd14df7be97372eb1e838dd6
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/3572
    Reviewed-by: Luo Chen <cl...@uci.edu>
    Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Murtadha Hubail <mh...@apache.org>
---
 .../using-concurrent-merge-policy.1.ddl.sqlpp                          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/dml/using-concurrent-merge-policy/using-concurrent-merge-policy.1.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/dml/using-concurrent-merge-policy/using-concurrent-merge-policy.1.ddl.sqlpp
index 1093966..efcc85f 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/dml/using-concurrent-merge-policy/using-concurrent-merge-policy.1.ddl.sqlpp
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/dml/using-concurrent-merge-policy/using-concurrent-merge-policy.1.ddl.sqlpp
@@ -17,8 +17,7 @@
  * under the License.
  */
 /*
- * Description     : This test is intended to test the compact statement which merge the disk components of a dataset and
- * all of its indexes using the concurrent merge policy.
+ * Description     : This test is intended to test a dataset and all of its indexes using the concurrent merge policy.
  * Expected Result : Success
  * Date            : June 25 2019
  */