Files
apple-foundationdb/tests/fast/EncryptionOps.toml
Ata E Husain Bohra 7779c908b3 EaR: Remove usage of ENABLE_CONFIGURABLE_ENCRYPTION knob (#10570)
Description

Given Configurable encryption has been checked in and being tested via
simulation for more than a month and also to avoid penalty of accessing
KNOBS in inline commit path, patch retires the KNOB and make
ConfigurationEncryption default EaR mode for FDB.

BlobCipher still supports the old format header and encryption semantics,
will remove the dead code as a followup PR.

Testing

devRunCorrectness - 100K
2023-06-30 17:48:09 -07:00

23 lines
407 B
TOML

[configuration]
buggify = false
testClass = "Encryption"
encryptModes = ['disabled']
[[test]]
testTitle = 'EncryptDecrypt'
[[test.workload]]
testName = 'EncryptionOps'
pageSize = 4096
maxBufSize = 524288
numIterations = 25000
fixedSize = 1
[[test.workload]]
testName = 'EncryptionOps'
pageSize = 4096
maxBufSize = 524288
numIterations = 400
fixedSize = 0