Introduction
The purpose of this folder is to test various boolean features that enable SQL syntax.
The tested contract is that:
- Disabled SQL syntax should trigger an error if the SQL feature is disabled.
- Disabled SQL syntax should not trigger an error if the SQL feature is enabled.
- Disabled SQL syntax should not trigger an error on catalog rehydration even if the feature is disabled.
Running
./mzcompose down -v
./mzcompose run default
Adding new content
Subclass the FeatureTestScenario
class.