Structs§
- Ca
- A certificate authority for use in tests.
- Connect
Builder - A builder struct to configure a pgwire connection to a running
TestServer
. - Listeners
- MzTimestamp
- NoHandle
- Type parameter that denotes we will not return the
mz_ore::task::JoinHandle
in the result of aConnectBuilder
. - Test
Harness - Entry point for creating and configuring an
environmentd
test harness. - Test
Server - A running instance of
environmentd
. - Test
Server With Runtime - A running instance of
environmentd
, that exposes blocking/synchronous test helpers. - With
Handle - Type parameter that denotes we will return the
mz_ore::task::JoinHandle
in the result of aConnectBuilder
.
Statics§
Traits§
- Include
Handle - This trait enables us to either include or omit the
mz_ore::task::JoinHandle
in the result of a client connection. - Postgres
Error Ext
Functions§
- auth_
with_ ws - auth_
with_ ws_ impl - create_
postgres_ source_ with_ table - Helper function to create a Postgres source.
- get_
explain_ timestamp - get_
explain_ timestamp_ determination - insert_
with_ deterministic_ timestamps - Group commit will block writes until the current time has advanced. This can make performing inserts while using deterministic time difficult. This is a helper method to perform writes and advance the current time.
- make_
header - make_
pg_ tls - try_
get_ explain_ timestamp - wait_
for_ pg_ table_ population