[
https://issues.apache.org/jira/browse/ASTERIXDB-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702047#comment-17702047
]
ASF subversion and git services commented on ASTERIXDB-3131:
------------------------------------------------------------
Commit acde64175b89093bada8ee757aa159f1deea117e in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=acde64175b ]
[ASTERIXDB-3131][COMP] Make compiler.cbotest configurable at the query level
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
Currently, there is no simple way to turn off CBO-test-mode
in our test suites because compiler.cbotest isn't configurable.
There is a need to turn CBO off completely for various testing reasons
(e.g. compare CBO off vs on, check RBO plan, ... etc).
compiler.cbotest property should continue to be a hidden property
but it should be included in the list of allowed query properties
so that our tests can use it. This is also needed for the ongoing
work that will make the existing tests create samples and run CBO
instead of CBO-test-mode.
Change-Id: I82e6d3f55a72d09a150882cbda8a462b05e029be
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17416
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Till Westmann <[email protected]>
Reviewed-by: Vijay Sarathy <[email protected]>
> Make compiler.cbotest configurable at the query level
> -----------------------------------------------------
>
> Key: ASTERIXDB-3131
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3131
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Affects Versions: 0.9.7
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Fix For: 0.9.7
>
>
> Currently, there is no simple way to turn off CBO-test-mode in our test
> suites because compiler.cbotest isn't configurable.
> There is a need to turn CBO off completely for various testing reasons (e.g.
> compare CBO off vs on, check RBO plan, ... etc).
> _compiler.cbotest_ property should continue to be a hidden property but it
> should be included in the list of allowed query properties so that our tests
> can use it. This is also needed for the ongoing work that will make the
> existing tests create samples and run CBO instead of CBO-test-mode.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)