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 <[email protected]>
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 <[email protected]>
Contrib: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
---
.../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
*/