cassandra/.build/docker
Branimir Lambov 06ed1afc34 Add an optimized default configuration to tests and make it available for new users
This patch adds a new configuration file, cassandra_latest.yaml, which changes
some of the settings to use new features we usually recommend to users,
including:
- Big Trie-Indexed SSTables
- Trie memtables
- Unified Compaction Strategy
- Storage Attached Index
- Off-heap objects memtables
- Direct-write commit log
- No storage compatibility

These changes are applied in new test targets for unit, in-jvm and python dtests that are
run pre-commit. When changes are made to the new config file, python dtest will use it
directly, but unit and in-jvm dtests require updates, respectively, to latest_diff.yaml
and InstanceConfig.java.

patch by Branimir Lambov; reviewed by Berenguer Blasi for CASSANDRA-18753
2024-03-07 11:08:44 +02:00
..
_build-debian.sh ninja-fix – building debian packages when on a git tag and the version contains -alphaN, -betaN, -rcN 2023-08-21 15:08:22 +02:00
_build-redhat.sh Run checks in a separate task and fix build warnings 2023-07-21 05:57:37 +02:00
_create_user.sh Move build and test scripts in-tree, under .build/ 2023-07-12 12:59:37 +02:00
_docker_init_tests.sh Docker test container fixes: remove unused files/folders in image, and use envs instead of env-file 2024-01-17 15:23:25 +01:00
_docker_run.sh Write ccm clusters under test's TMPDIR 2023-12-04 13:26:57 +01:00
_set_java.sh Fixes for in-tree scripts: offline mode, maybe-build for fqltool-test, jvm-dtest-upgrade 2023-10-16 16:01:28 +02:00
almalinux-build.docker Fixes for in-tree scripts: offline mode, maybe-build for fqltool-test, jvm-dtest-upgrade 2023-10-16 16:01:28 +02:00
build-artifacts.sh Move build and test scripts in-tree, under .build/ 2023-07-12 12:59:37 +02:00
build-debian.sh Move build and test scripts in-tree, under .build/ 2023-07-12 12:59:37 +02:00
build-redhat.sh Move build and test scripts in-tree, under .build/ 2023-07-12 12:59:37 +02:00
bullseye-build.docker Fixes for in-tree scripts: offline mode, maybe-build for fqltool-test, jvm-dtest-upgrade 2023-10-16 16:01:28 +02:00
centos7-build.docker Fixes for in-tree scripts: offline mode, maybe-build for fqltool-test, jvm-dtest-upgrade 2023-10-16 16:01:28 +02:00
check-code.sh Move build and test scripts in-tree, under .build/ 2023-07-12 12:59:37 +02:00
run-tests.sh Add an optimized default configuration to tests and make it available for new users 2024-03-07 11:08:44 +02:00
ubuntu2004_test.docker Upgrade Python driver to 3.29.0 2024-01-19 17:14:57 +00:00