Module mz_test_util::mz_client

source ·

Functions

  • Create and return a new PostgreSQL client, spawning off the connection object along the way.
  • Delete an index
  • Delete a source and all dependent views, if the source exists
  • Delete a table and all dependent views, if the table exists
  • Run PostgreSQL’s execute function
  • Run Materialize’s SHOW SOURCES command
  • Try running PostgresSQL’s query function, checking for a common Materialize error in check_error.
  • Try running PostgreSQL’s query_one function, checking for a common Materialize error in check_error.