mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
* Implemented AuditUtils.actor.cpp Moved AuditUtils to fdbserver/ * Persist AuditStorageState. * Passed persisted AuditStorageState test. * Added audit_storage_error to indicate a corruption is caught. Throw/Send audit_storage_error when there is a data corruption. Added doAuditStorage() for resuming Audit. * Load and resume AuditStorage when DD restarts. * Generate audit id monotonically. * Fixed minor issue AuditId/Type was not set. * Adding getLatestAuditStates. * Improved persisted errors and added AuditStorageCommand.actor.cpp for fdbcli. * Added `audit_storage` fdbcli command. * fmt. * Fixed null shared_ptr issue. * Improve audit data. * Change DDAuditFailed to SevWarn. * Sev. * set SERVE_AUDIT_STORAGE_PARALLELISM to 1. * Moved AuditUtils* to fdbclient/. * Added getAuditStatus fdbcli command. * Refactor audit storage fdb cli commands. * Added auditStorage in sim. * Cleanup. * Resolved comments. * Resolved comments. * Test disabling audit for sims. * Cleanup. Co-authored-by: He Liu <heliu@apple.com>
16 lines
277 B
TOML
16 lines
277 B
TOML
[configuration]
|
|
config = 'triple'
|
|
generateFearless = true
|
|
allowDefaultTenant = false
|
|
machineCount = 18
|
|
|
|
[[knobs]]
|
|
shard_encode_location_metadata = true
|
|
|
|
[[test]]
|
|
testTitle = 'ValidateStorageWorkload'
|
|
useDB = true
|
|
|
|
[[test.workload]]
|
|
testName = 'ValidateStorageWorkload'
|