Skip to content

Files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 28, 2024
Jul 16, 2024
Aug 2, 2023
Apr 7, 2023
Jul 16, 2024
Jul 16, 2024
Jan 28, 2025
Mar 17, 2022
Jan 9, 2025
Jun 1, 2021

This directory contains test cases for use in developing new features in the operator. These are not guaranteed to be representative of how you would run FoundationDB in a real environment. For basic examples of how to configure a real FoundationDB installation, see the samples directory. For more examples of how to customize a deployment, see the user manual.

Most of these test cases are built using kustomize, and you can apply them by using kubectl. Example: kubectl apply -k config/tests/base. The multi_kc and multi_dc test cases have special test scripts to support a multi-stage creation process. Example: bash config/tests/multi_dc/create.bash. Those directories also contain apply.bash and delete.bash scripts.