README.md 534 B

Introduction

The purpose of this folder is to test various boolean features that enable SQL syntax. The tested contract is that:

  1. Disabled SQL syntax should trigger an error if the SQL feature is disabled.
  2. Disabled SQL syntax should not trigger an error if the SQL feature is enabled.
  3. 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.