You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
143583: storage: test that batch commit doesn't touch SSTs r=iskettaneh a=iskettaneh
This commit adds simple test where it injects errors on any operation touching any SSTable file before attempting to commit a batch, and asserts that the batch can commit successfully without needing any SSTable.
References: #143135
Release note: None
143599: batcheval: prevent excising non-user keys r=iskettaneh a=iskettaneh
This commit performs some checks in the Excise command evaluation. It prevents the command to run against non-user keys. Excising non-global keys is not allowed as it would leave the replica in a bad state. For example, we don't want to allow excising a range descriptor.
References: #143135
Release note: None
Co-authored-by: Ibrahim Kettaneh <[email protected]>
0 commit comments