foundationdb/tests/TestRunner
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
..
TestDirectory.py tests/ black code reformat 2022-04-27 17:01:20 +02:00
TestRunner.py Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
authz_util.py Fix function import 2023-05-02 10:07:21 -07:00
binary_download.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
cluster_args.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
fake_cluster.py Make client tests run in venv 2022-11-22 18:20:28 +01:00
fdb_version.py.cmake Define the old FDB release versions used for client testing in one place (#8888) 2022-11-25 13:16:33 +01:00
local_cluster.py EaR: Remove usage of ENABLE_CONFIGURABLE_ENCRYPTION knob (#10570) 2023-06-30 17:48:09 -07:00
requirements.txt Bump cryptography from 39.0.1 to 41.0.0 in /tests/TestRunner (#10397) 2023-06-09 10:38:58 -07:00
test_util.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
tmp_cluster.py Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks. 2023-04-28 11:46:41 -07:00
tmp_multi_cluster.py Fix several issues found by flake8. Ignore E402, which detects when we have import statements not at the top of the file, since we have many files that use this pattern and are not easy to fix. 2023-05-02 10:06:40 -07:00
upgrade_test.py another fix and changing the timeout back 2023-03-02 17:14:17 -06:00