Module mz_environmentd::test_util
source · Structs§
- A certificate authority for use in tests.
- A builder struct to configure a pgwire connection to a running
TestServer
. - Type parameter that denotes we will not return the
mz_ore::task::JoinHandle
in the result of aConnectBuilder
. - Entry point for creating and configuring an
environmentd
test harness. - A running instance of
environmentd
. - A running instance of
environmentd
, that exposes blocking/synchronous test helpers. - Type parameter that denotes we will return the
mz_ore::task::JoinHandle
in the result of aConnectBuilder
.
Statics§
Traits§
- This trait enables us to either include or omit the
mz_ore::task::JoinHandle
in the result of a client connection.
Functions§
- Helper function to create a Postgres source.
- 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.