Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
107618: engineccl: add randomized error injector test for encryptedFS r=jbowens a=sumeerbhola The encryptedFS can return an error after doing part of the work, as modifying the encryption metadata and the underlying FS is not atomic. This makes some operations (rename, link, remove) non-idempotent, which is harmless for the CockroachDB use cases (since they don't retry on the same files). The test works around these by retrying in a way that makes them idempotent. Additionally, the test catches panics caused by FS errors, in order to test a node that crashes because of a panic caused by a transient error, and is subsequently restarted. Epic: none Informs: #96670 Release note: None 107927: roachtest: ignore some ORM tests r=rafiss a=rafiss fixes #107698 fixes #107849 fixes #107861 fixes #107869 Release note: None Co-authored-by: sumeerbhola <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information