Crate mz_testdrive

Source
Expand description

Integration test driver for Materialize.

Modules§

action 🔒
error 🔒
Error handling.
format 🔒
parser 🔒
util 🔒

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_line_reader 🔒
run_stdin
Runs a testdrive script from the standard input.
run_string
Runs a testdrive script stored in a string.