This section is empty.
This section is empty.
func Exercise[TTx any](ctx context.Context, t *testing.T, driverWithSchema func(ctx context.Context, t *testing.T, opts *riverdbtest.TestSchemaOpts) (riverprodriver.ProDriver[TTx], string), executorWithTx func(ctx context.Context, t *testing.T) (riverprodriver.ProExecutor, riverprodriver.ProDriver[TTx]), )
Exercise fully exercises a driver. The driver's listener is exercised if supported.
This section is empty.