Skip to main content

Crate mz_testdrive

Crate mz_testdrive 

Source
Expand description

Integration test driver for Materialize.

Structs§

CatalogConfig
Configuration for the Catalog.
Config
User-settable configuration parameters.
Error
An error produced when parsing or executing a testdrive script.

Enums§

ConsistencyCheckLevel
Level of consistency checks we should enable on a testdrive run.

Functions§

run_file
Runs a testdrive script stored in a file.
run_stdin
Runs a testdrive script from the standard input.
run_string
Runs a testdrive script stored in a string.