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.