Kicks off a test suite to validate that the provided checkpointer conforms to the specification for classes that extend
specTest<
T extends BaseCheckpointSaver<number>
>(
initializer: CheckpointSaverTestInitializer<T>,
filters: "getTuple" | "list" | "put" | "putWrites" | "deleteThread"[]
)| Name | Type | Description |
|---|---|---|
initializer* | CheckpointSaverTestInitializer<T> | A |
filters | "getTuple" | "list" | "put" | "putWrites" | "deleteThread"[] | If specified, only the test suites in this list will be executed. |