├── .github ├── CODEOWNERS ├── actions │ └── run-validation │ │ └── action.yml ├── copilot-instructions.md ├── issue_template.md ├── pull_request_template.md ├── scripts │ ├── auto-backport.py │ └── search_commits.py └── workflows │ ├── add-label-when-promoted.yaml │ ├── auto_assign.yaml │ ├── build-docker-image.yaml │ ├── cache-issues.yaml │ ├── check-generated-code-updates.yaml │ ├── pr-require-backport-label.yaml │ ├── stale.yml │ └── test-hydra-macos.yaml ├── .gitignore ├── .pre-commit-config.yaml ├── .python-version ├── AGENTS.md ├── Dockerfile ├── Jenkinsfile ├── LICENSE.AGPL ├── README.md ├── argus ├── __init__.py ├── _version.py ├── client │ ├── __init__.py │ ├── base.py │ ├── driver_matrix_tests │ │ ├── cli.py │ │ └── client.py │ ├── generic │ │ ├── cli.py │ │ └── client.py │ ├── generic_result.py │ ├── sct │ │ ├── client.py │ │ └── types.py │ └── sirenada │ │ └── client.py ├── common │ ├── __init__.py │ ├── enums.py │ ├── sct_types.py │ └── sirenada_types.py ├── how_to_update.md └── version ├── artifacts_test.py ├── cdc_replication_test.py ├── cluster_configuration_tests.py ├── commitlint.config.js ├── configurations ├── advanced-rpc-compression.yaml ├── alternator │ ├── enforce-authorization.yaml │ └── streams-with-nemesis.yaml ├── arm │ ├── amazon2023.yaml │ ├── centos9.yaml │ ├── eks.yaml │ ├── rhel10.yaml │ ├── ubuntu2204.yaml │ └── ubuntu2404.yaml ├── arm_instance_types │ ├── i8g_2xlarge.yaml │ ├── im4gn_2xlarge.yaml │ ├── im4gn_4xlarge.yaml │ └── is4gen_4xlarge.yaml ├── audit.yaml ├── aws │ ├── i3en_2xlarge.yaml │ ├── i4i_2xlarge.yaml │ └── i4i_4xlarge.yaml ├── azure │ └── azure_rolling_upgrade.yaml ├── capacity_reservation.yaml ├── compression │ ├── lz4_dict_compression.yaml │ └── zstd_dict_compression.yaml ├── cs-compaction-strategy-lcs.yaml ├── cs-gauss-distribution.yaml ├── cs-uniform-distribution.yaml ├── custom-d1-workload2-repair.yaml ├── db-nodes-shards-random.yaml ├── disable_client_encrypt.yaml ├── disable_kms.yaml ├── disable_rbno.yaml ├── disable_shared_aware_drivers.yaml ├── disable_simulated_racks.yaml ├── disable_speculative_retry.yaml ├── ebs │ ├── ebs-gp2-2v-4tb.yaml │ ├── ebs-gp2-6v-1800gb.yaml │ ├── ebs-gp3-2v-4tb-16k-iops.yaml │ ├── longevity-100gb-4h-stress.yaml │ └── longevity-50GB-3days-authorization-and-tls-ssl-stress.yaml ├── enable_tablets_on_upgrade.yaml ├── enable_views_with_tablets_on_upgrade.yaml ├── es_mapping │ └── performance_index_mapping.json ├── force-gossip-topology-changes.yaml ├── gce │ ├── n2-highmem-16.yaml │ ├── n2-highmem-32.yaml │ ├── n2-highmem-48.yaml │ ├── n2-highmem-64.yaml │ ├── n2-highmem-8.yaml │ ├── new_ssh_key.yaml │ ├── preview_instance.yaml │ └── z3-highmem-8-highlssd.yaml ├── hytrust-kmip-ear.yaml ├── kafka │ ├── kafka-sink-avro.yaml │ └── kafka-sink-json.yaml ├── kmip-ear.yaml ├── kms-ear.yaml ├── ldap-authenticator.yaml ├── ldap-authorization-and-authentication.yaml ├── ldap-authorization.yaml ├── local-ear.yaml ├── longevity-100gb-2h-rackaware-validation.yaml ├── longevity-fips-and-encryptions.yaml ├── longevity-twcs-2h-rackaware-validation.yaml ├── manager │ ├── 100GB_dataset.yaml │ ├── 1TB_dataset.yaml │ ├── 200gb_dataset.yaml │ ├── 2TB_backup_dataset.yaml │ ├── 2TB_dataset.yaml │ ├── 500GB_dataset.yaml │ ├── 5TB_dataset.yaml │ ├── debian12.yaml │ ├── manager_native_backup_nemesis.yaml │ ├── manager_operations.yaml │ ├── manager_rclone_backup_nemesis.yaml │ ├── nodetool_refresh_las_and_prim_replica.yaml │ ├── rocky8.yaml │ ├── rocky9.yaml │ └── ubuntu24.yaml ├── ms-ad-ldap-authenticator.yaml ├── ms-ad-ldap-authorization-and-authentication.yaml ├── ms-ad-ldap.yaml ├── nemesis │ ├── AbortRepairMonkey.yaml │ ├── AddDropColumnMonkey.yaml │ ├── AddRemoveDCMonkey.yaml │ ├── AddRemoveDcNemesis.yaml │ ├── AddRemoveMvNemesis.yaml │ ├── AddRemoveRackNemesis.yaml │ ├── BlockNetworkMonkey.yaml │ ├── BootstrapStreamingErrorNemesis.yaml │ ├── CDCStressorMonkey.yaml │ ├── ClusterRollingRestart.yaml │ ├── ClusterRollingRestartRandomOrder.yaml │ ├── CorruptThenRebuildMonkey.yaml │ ├── CorruptThenRepairMonkey.yaml │ ├── CorruptThenScrubMonkey.yaml │ ├── CreateIndexNemesis.yaml │ ├── DecommissionMonkey.yaml │ ├── DecommissionSeedNode.yaml │ ├── DecommissionStreamingErrMonkey.yaml │ ├── DeleteByPartitionsMonkey.yaml │ ├── DeleteByRowsRangeMonkey.yaml │ ├── DeleteOverlappingRowRangesMonkey.yaml │ ├── DisableBinaryGossipExecuteMajorCompaction.yaml │ ├── DrainKubernetesNodeThenDecommissionAndAddScyllaNode.yaml │ ├── DrainKubernetesNodeThenReplaceScyllaNode.yaml │ ├── DrainerMonkey.yaml │ ├── EnableDisableTableEncryptionAwsKmsProviderWithRotationMonkey.yaml │ ├── EnableDisableTableEncryptionAwsKmsProviderWithoutRotationMonkey.yaml │ ├── EndOfQuotaNemesis.yaml │ ├── EnospcAllNodesMonkey.yaml │ ├── EnospcMonkey.yaml │ ├── GrowShrinkClusterNemesis.yaml │ ├── GrowShrinkZeroTokenNode.yaml │ ├── HardRebootNodeMonkey.yaml │ ├── IsolateNodeWithIptableRuleNemesis.yaml │ ├── IsolateNodeWithProcessSignalNemesis.yaml │ ├── KillMVBuildingCoordinator.yaml │ ├── LoadAndStreamMonkey.yaml │ ├── MajorCompactionMonkey.yaml │ ├── ManagerNativeBackup.yaml │ ├── ManagerRcloneBackup.yaml │ ├── MemoryStressMonkey.yaml │ ├── MgmtBackup.yaml │ ├── MgmtBackupSpecificKeyspaces.yaml │ ├── MgmtCorruptThenRepair.yaml │ ├── MgmtRepair.yaml │ ├── MgmtRestore.yaml │ ├── ModifyTableMonkey.yaml │ ├── MultipleHardRebootNodeMonkey.yaml │ ├── NemesisSequence.yaml │ ├── NoCorruptRepairMonkey.yaml │ ├── NodeRestartWithResharding.yaml │ ├── NodeTerminateAndReplace.yaml │ ├── NodeToolCleanupMonkey.yaml │ ├── OperatorNodeReplace.yaml │ ├── OperatorNodetoolFlushAndReshard.yaml │ ├── PauseLdapNemesis.yaml │ ├── RandomInterruptionNetworkMonkey.yaml │ ├── RebuildStreamingErrMonkey.yaml │ ├── RefreshBigMonkey.yaml │ ├── RefreshMonkey.yaml │ ├── RejectInterNodeNetworkMonkey.yaml │ ├── RejectNodeExporterNetworkMonkey.yaml │ ├── RejectThriftNetworkMonkey.yaml │ ├── RemoveServiceLevelMonkey.yaml │ ├── RepairStreamingErrMonkey.yaml │ ├── ResetLocalSchemaMonkey.yaml │ ├── RestartThenRepairNodeMonkey.yaml │ ├── RollingRestartConfigChangeInternodeCompression.yaml │ ├── ScyllaKillMonkey.yaml │ ├── SerialRestartOfElectedTopologyCoordinatorNemesis.yaml │ ├── SlaDecreaseSharesDuringLoad.yaml │ ├── SlaIncreaseSharesByAttachAnotherSlDuringLoad.yaml │ ├── SlaIncreaseSharesDuringLoad.yaml │ ├── SlaMaximumAllowedSlsWithMaxSharesDuringLoad.yaml │ ├── SlaReplaceUsingDetachDuringLoad.yaml │ ├── SlaReplaceUsingDropDuringLoad.yaml │ ├── SnapshotOperations.yaml │ ├── SoftRebootNodeMonkey.yaml │ ├── SslHotReloadingNemesis.yaml │ ├── StartStopCleanupCompaction.yaml │ ├── StartStopMajorCompaction.yaml │ ├── StartStopScrubCompaction.yaml │ ├── StartStopValidationCompaction.yaml │ ├── StopStartInterfacesNetworkMonkey.yaml │ ├── StopStartMonkey.yaml │ ├── StopWaitStartMonkey.yaml │ ├── SwitchBetweenPasswordAuthAndSaslauthdAuth.yaml │ ├── TerminateAndRemoveNodeMonkey.yaml │ ├── TerminateKubernetesHostThenDecommissionAndAddScyllaNode.yaml │ ├── TerminateKubernetesHostThenReplaceScyllaNode.yaml │ ├── ToggleAuditNemesisSyslog.yaml │ ├── ToggleCDCMonkey.yaml │ ├── ToggleGcModeMonkey.yaml │ ├── ToggleLdapConfiguration.yaml │ ├── ToggleTableIcsMonkey.yaml │ ├── TopPartitions.yaml │ ├── TruncateLargeParititionMonkey.yaml │ ├── TruncateMonkey.yaml │ ├── ValidateHintedHandoffShortDowntime.yaml │ ├── additional_configs │ │ ├── docker_backend.yaml │ │ ├── extra_interface_public.yaml │ │ └── sla_config.yaml │ └── longevity-5gb-1h-nemesis.yaml ├── network_config │ ├── all_addresses_ipv6_public.yaml │ ├── scylla_addresses_on_different_interfaces.yaml │ ├── test_communication_public.yaml │ └── two_interfaces.yaml ├── object_storage.yaml ├── operator │ ├── 1tb-7days-no-tls.yaml │ ├── 200GB-no-tls.yaml │ ├── 50GB-no-tls.yaml │ ├── cdc-3d-400gb.yaml │ ├── expose-pod-ips.yaml │ ├── functional-eks-arm.yaml │ ├── functional-eks.yaml │ ├── k8s-upgrade-gke.yaml │ ├── large-collections-12h.yaml │ ├── large-partition-200k-pks-4days.yaml │ ├── loader-run-type-dynamic.yaml │ ├── lwt-basic-24h.yaml │ ├── multidc-gke-12h.yaml │ ├── multidc-gke-3h.yaml │ ├── perf-regression-latency-and-throughput-multitenant-14-clients.yaml │ ├── perf-regression-latency-and-throughput-multitenant-2-clients.yaml │ ├── perf-regression-latency-and-throughput-multitenant-7-clients.yaml │ ├── perf-regression-latency-multitenant-14-clients.yaml │ ├── perf-regression-latency-multitenant-2-clients.yaml │ ├── perf-regression-latency-multitenant-7-clients.yaml │ ├── perf-regression-latency.yaml │ ├── perf-regression-throughput.yaml │ ├── perf-serverless-thrpt-1vcpu.yaml │ ├── perf-serverless-thrpt-2vcpu.yaml │ └── twcs-basic-48h.yaml ├── perf-loaders-non-shard-aware-config.yaml ├── perf-loaders-shard-aware-config.yaml ├── performance │ ├── cassandra-stress-650gb-8-col-i4i-80-percent-throughput-ent.yaml │ ├── cassandra-stress-650gb-8-col-i4i-80-percent-throughput-oss.yaml │ ├── cassandra_stress_gradual_load_reduced_steps_number.yaml │ ├── cassandra_stress_gradual_load_steps.yaml │ ├── cassandra_stress_gradual_load_steps_enterprise.yaml │ ├── cql-stress-650gb-8-col-i4i-80-percent-throughput-ent.yaml │ ├── cql-stress-650gb-8-col-i4i-80-percent-throughput-oss.yaml │ ├── cql-stress-6gb-8-col-i4i-mini-test-throughput.yaml │ ├── cql_stress_gradual_load_reduced_steps_number.yaml │ ├── latency-decorator-error-thresholds-nemesis-ent-tablets.yaml │ ├── latency-decorator-error-thresholds-nemesis-ent-vnodes.yaml │ ├── latency-decorator-error-thresholds-steps-ent-tablets-custom-d3-w1.yaml │ ├── latency-decorator-error-thresholds-steps-ent-tablets.yaml │ ├── latency-decorator-error-thresholds-steps-ent-vnodes.yaml │ ├── latte-perf-gradual-steps-custom-d3-w1.yaml │ ├── latte-perf-regression-latency-650gb-upgrade.yaml │ ├── latte-perf-regression-latency-steady-state-custom-d1-workload1.yaml │ ├── perf_simple │ │ ├── latency-decorator-error-thresholds-perf-simple-query-microbenchmark_arm64.yaml │ │ ├── latency-decorator-error-thresholds-perf-simple-query-microbenchmark_x86_64.yaml │ │ └── perf_simple_write_option.yaml │ └── rust-predefined-throughput-steps-cql-stress.yaml ├── raft │ ├── consistent_cluster_management_off.yaml │ └── enable_raft_experimental.yaml ├── raid │ └── raid5.yaml ├── replicated-ear.yaml ├── rf1-non-disruptive.yaml ├── rolling-upgrade-alternator.yaml ├── rolling-upgrade-artifacts.yaml ├── rolling-upgrade-with-null-inserts.yaml ├── rolling-upgrade-with-sla-no-shares.yaml ├── rolling-upgrade-with-sla.yaml ├── rolling-upgrade-with-tablets.yaml ├── run_db_node_benchmarks.yaml ├── rust │ └── cql-stress-100gb-4h.yaml ├── scale-up │ ├── c3-standard-22-lssd.yaml │ ├── c3-standard-44-lssd.yaml │ ├── c3-standard-8-lssd.yaml │ ├── c3-standard-88-lssd.yaml │ └── scale-up-base.yaml ├── scale │ ├── scale-180-200.yaml │ ├── scale-40-60.yaml │ └── scale-450-500.yaml ├── skip_test_stages.yaml ├── stress_images │ └── cs-java8.yaml ├── t3_micro.yaml ├── tablets-initial-32.yaml ├── tablets_disabled.yaml ├── tablets_multidc_multirack.yaml ├── toggle-audit-nemesis.yaml ├── vector_store_provision_test.yaml ├── web_install.yaml └── zerotoken_nodes │ ├── zero_nodes_nemesis_set.yaml │ ├── zeronodes_num_4.yaml │ └── zerotoken_node_i4ilarge_1_num_single_dc.yaml ├── conftest.py ├── data_dir ├── c-s_lwt_basic.yaml ├── c-s_lwt_big_data.yaml ├── c-s_lwt_big_data_multidc.yaml ├── c-s_null_inserts.yaml ├── c-s_profile_2mv_2queries.yaml ├── c-s_profile_2si_2queries.yaml ├── c-s_profile_3si_5queries.yaml ├── c-s_profile_4mv_5queries.yaml ├── c-s_uda_udf.yaml ├── cassandra-stress-custom-mixed-narrow-wide-row.yaml ├── cassandra-stress-custom.yaml ├── cdc_profile.yaml ├── cdc_profile_400gb.yaml ├── cdc_profile_400gb_postimage.yaml ├── cdc_profile_400gb_preimage.yaml ├── cdc_profile_400gb_preimage_postimage.yaml ├── cdc_profile_multidc.yaml ├── cdc_profile_multidc_postimage.yaml ├── cdc_profile_multidc_preimage.yaml ├── cdc_profile_multidc_preimage_postimage.yaml ├── cdc_profile_postimage.yaml ├── cdc_profile_preimage.yaml ├── cdc_profile_preimage_postimage.yaml ├── cdc_replication_profile.yaml ├── complex_schema.yaml ├── corrupt_sstables.sh ├── cs_lwt_perf_big.yaml ├── cs_lwt_perf_small.yaml ├── cs_multidc_mv_lcs.yaml ├── cs_multidc_si_lcs.yaml ├── cs_mv_basic_profile_by_firstname_id.yaml ├── cs_mv_basic_profile_by_id_firstname.yaml ├── cs_mv_profile.yaml ├── cs_mv_si_keyspace1.yaml ├── cs_no_mv_basic_profile.yaml ├── cs_profile_background_reads_overload.yaml ├── encrypt_conf │ └── system_key ├── ics_c-s_profile_2mv_2queries.yaml ├── ics_c-s_profile_2si_2queries.yaml ├── ics_c-s_profile_3si_5queries.yaml ├── ics_c-s_profile_4mv_5queries.yaml ├── large_collections.yaml ├── large_collections_update.yaml ├── latte │ ├── latte_cs_alike.rn │ ├── lwt_load.rn │ ├── validation.rn │ └── vector_search │ │ └── vector_search_recall.rn ├── latte_stress_output.log ├── logback-tools-debug.xml ├── lwt_builtin_functions.yaml ├── make_screenshot.js ├── monitoring-dash-template.json ├── mv_synchronous_updates.yaml ├── mv_synchronous_updates_lwt.yaml ├── mv_synchronous_updates_on_standard.yaml ├── nemesis.yml ├── nemesis_classes.yml ├── recover_system_tables.sh ├── scylla-dash-per-server-nemesis.master.json ├── share_snapshot.js ├── ssl_conf │ └── client │ │ ├── certificate.der │ │ └── cqlshrc └── templated-elasticity-tables.yaml ├── defaults ├── aws_config.yaml ├── azure_config.yaml ├── baremetal_config.yaml ├── cloud_config.yaml ├── docker_config.yaml ├── docker_images │ ├── alternator-dns │ │ └── values_alternator-dns.yaml │ ├── cassandra-stress │ │ └── values_cassandra-stress.yaml │ ├── cdc-stresser │ │ └── values_cdc-stresser.yaml │ ├── cql-stress-cassandra-stress │ │ └── values_cql-stress-cassandra-stress.yaml │ ├── gemini │ │ └── values_gemini.yaml │ ├── harry │ │ └── values_harry.yaml │ ├── kcl │ │ └── values_kcl.yaml │ ├── latte │ │ └── values_latte.yaml │ ├── ndbench │ │ └── values_ndbench.yaml │ ├── nosqlbench │ │ └── values_nosqlbench.yaml │ ├── scylla-bench │ │ └── values_scylla-bench.yaml │ └── ycsb │ │ └── values_ycsb.yaml ├── gce_config.yaml ├── k8s_eks_config.yaml ├── k8s_gke_config.yaml ├── k8s_local_kind_aws_config.yaml ├── k8s_local_kind_config.yaml ├── k8s_local_kind_gce_config.yaml ├── manager_persistent_snapshots.yaml ├── manager_restore_benchmark_snapshots.yaml ├── manager_versions.yaml ├── severities.yaml └── test_default.yaml ├── docker ├── alternator-dns │ ├── Dockerfile │ ├── dns_server.py │ └── image ├── cassandra-harry │ ├── Dockerfile │ ├── README.md │ └── image ├── cassandra-stress │ └── README.md ├── cdcstressor │ ├── Dockerfile │ ├── README.md │ └── image ├── cql-stress-cassandra-stress │ └── README.md ├── docker_mocked_as_podman ├── env │ ├── build_n_push.sh │ ├── hydra.sh │ └── version ├── gemini │ └── README.md ├── graphite-exporter │ └── graphite_mapping.conf ├── jepsen │ ├── .gitignore │ ├── Dockerfile │ ├── apt-preferences │ ├── bashrc │ └── init.sh ├── latte │ ├── README.md │ └── workloads │ │ └── workload.rn ├── ndbench │ ├── Dockerfile │ ├── README.md │ └── image ├── nosqlbench │ ├── Dockerfile │ ├── README.md │ ├── change-to-scylladb-driver.sh │ └── nosqlbench ├── scylla-bench │ └── README.md ├── scylla-sct │ ├── centos │ │ ├── Dockerfile │ │ └── etc │ │ │ ├── scylla-manager.conf │ │ │ ├── sshd-service.sh │ │ │ └── sshd.conf │ ├── entry.sh │ ├── entry_ssl.sh │ └── ubuntu │ │ ├── Dockerfile │ │ └── etc │ │ ├── scylla-manager.conf │ │ ├── sshd-service.sh │ │ └── sshd.conf └── ycsb │ ├── Dockerfile │ ├── README.md │ ├── image │ └── java.policy ├── docs ├── alternator-streams-test.plantuml ├── alternator_streams_test.png ├── artifacts_test.md ├── aws_configuration.md ├── bisecting-with-sct.md ├── configuration_options.md ├── contrib.md ├── docker-backend-nemesis.md ├── docker-backend-overview.md ├── docker-loaders.md ├── faq.md ├── gcp_create_new_project.md ├── hydra-create-es-index.md ├── install-local-env.md ├── job_defines_format.md ├── k8s-functional-test.md ├── kafka-setup.plantuml ├── kafka-setup.png ├── kafka.md ├── kubernetes_backend.md ├── loader_usage.md ├── longevity.md ├── microbenchmarking.md ├── monitoring-images.md ├── new-hydra-commands.md ├── new-test-configuration.md ├── new_loader_ami.md ├── node_benchmarks.md ├── performance-tests.md ├── reuse_cluster.md ├── sct-events.md ├── sct-pipelines.md ├── sct-runners.md ├── sct_events.plantuml ├── sct_events.png ├── sct_pipelines.plantuml ├── sct_pipelines.png ├── skip-test-stages.md ├── using-full-scan-and-full-partition-scan-in-longevity.md └── xcloud-backend.md ├── functional_tests ├── __init__.py └── scylla_operator │ ├── __init__.py │ ├── conftest.py │ ├── libs │ ├── __init__.py │ ├── auxiliary.py │ └── helpers.py │ ├── pytest.ini │ └── test_functional.py ├── gemini_test.py ├── grow_cluster_test.py ├── ics_space_amplification_goal_test.py ├── install-hydra.sh ├── install-prereqs.sh ├── jenkins-pipelines ├── manager │ ├── debian12-manager-install.jenkinsfile │ ├── debian12-manager-sanity.jenkinsfile │ ├── debian12-manager-upgrade.jenkinsfile │ ├── helpers │ │ └── prepare-backup-snapshot.jenkinsfile │ ├── longevities │ │ ├── longevity-50gb-ManagerOperationsMonkey-3days.jenkinsfile │ │ ├── longevity-alternator-ManagerOperationsMonkey-3h.jenkinsfile │ │ ├── longevity-cdc-100gb-ManagerOperationsMonkey-4h.jenkinsfile │ │ ├── longevity-counters-ManagerOperationsMonkey-3h.jenkinsfile │ │ ├── longevity-large-partition-ManagerOperationsMonkey-8h.jenkinsfile │ │ ├── longevity-large-partition-asymmetric-cluster-ManagerOperationsMonkey-3h.jenkinsfile │ │ └── longevity-mv-si-ManagerOperationsMonkey-24h-gce.jenkinsfile │ ├── restore_benchmark │ │ ├── ubuntu22-manager-1tb-1t-3nodes.jenkinsfile │ │ └── ubuntu22-manager-1tb-2t-9nodes.jenkinsfile │ ├── rhel-manager-backup-azure.jenkinsfile │ ├── rocky8-manager-install.jenkinsfile │ ├── rocky9-manager-install.jenkinsfile │ ├── ubuntu22-manager-install.jenkinsfile │ ├── ubuntu22-manager-sanity.jenkinsfile │ ├── ubuntu22-manager-upgrade.jenkinsfile │ ├── ubuntu24-manager-backup-alternator.jenkinsfile │ ├── ubuntu24-manager-backup-gce.jenkinsfile │ ├── ubuntu24-manager-backup-no-delta.jenkinsfile │ ├── ubuntu24-manager-backup-restore-custom-dataset.jenkinsfile │ ├── ubuntu24-manager-backup.jenkinsfile │ ├── ubuntu24-manager-install.jenkinsfile │ ├── ubuntu24-manager-older-enterprise-sanity.jenkinsfile │ ├── ubuntu24-manager-older-enterprise-upgrade.jenkinsfile │ ├── ubuntu24-manager-restore-data-outside-of-manager.jenkinsfile │ ├── ubuntu24-manager-sanity-ipv6.jenkinsfile │ ├── ubuntu24-manager-sanity.jenkinsfile │ ├── ubuntu24-manager-upgrade.jenkinsfile │ ├── ubuntu24-manager-vnodes-tablets-enterprise.jenkinsfile │ └── ubuntu24-manager-vnodes-tablets-oss.jenkinsfile ├── master-triggers │ └── sct_triggers │ │ ├── _display_name │ │ ├── nightly-%(sct_branch)s-nemesis-tests-trigger.xml │ │ ├── no_tablets_weekly_trigger.xml │ │ ├── perf-regression-trigger.jenkinsfile │ │ ├── tier1-custom-time-trigger.xml │ │ ├── tier2-custom-time-trigger.xml │ │ ├── weekly-master-images-rolling-upgrades-trigger.xml │ │ └── xcloud-weekly-provisioning-trigger.xml ├── operator │ ├── eks │ │ ├── longevity-scylla-operator-12h-multitenant-eks.jenkinsfile │ │ ├── longevity-scylla-operator-1tb-7days.jenkinsfile │ │ ├── longevity-scylla-operator-200gb-48h.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-add-remove-rack.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-arm.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-backup.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-cluster-rolling.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-grow-shrink.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-mgmt-restore.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-nodetool-flush-and-reshard.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-repair.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-replace.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-scylla-enterprise.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-stop-start.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-terminate-decommission-add.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks-terminate-replace.jenkinsfile │ │ ├── longevity-scylla-operator-3h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-3h-multitenant-eks.jenkinsfile │ │ ├── longevity-scylla-operator-50gb-3days.jenkinsfile │ │ ├── longevity-scylla-operator-alternator-http-3h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-alternator-https-3h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-basic-12h-eks-scylla-enterprise.jenkinsfile │ │ ├── longevity-scylla-operator-basic-12h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-cdc-3d-400gb.jenkinsfile │ │ ├── longevity-scylla-operator-large-collections-12h.jenkinsfile │ │ ├── longevity-scylla-operator-large-partition-200k-pks-4days.jenkinsfile │ │ ├── longevity-scylla-operator-lwt-24h.jenkinsfile │ │ ├── longevity-scylla-operator-multidc-12h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-multidc-3h-eks.jenkinsfile │ │ ├── longevity-scylla-operator-twcs-48h.jenkinsfile │ │ └── weekly-trigger.xml │ ├── functional │ │ ├── functional-eks-arm.jenkinsfile │ │ ├── functional-eks.jenkinsfile │ │ ├── functional-k8s-local-kind-aws.jenkinsfile │ │ ├── functional-k8s-local-kind-gce.jenkinsfile │ │ └── weekly-trigger.xml │ ├── gke │ │ ├── longevity-scylla-operator-3h-gke-add-remove-rack.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-backup.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-cluster-rolling.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-grow-shrink.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-nodetool-flush-and-reshard.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-repair.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-replace.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-scylla-enterprise.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-stop-start.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-terminate-decommission-add.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke-terminate-replace.jenkinsfile │ │ ├── longevity-scylla-operator-3h-gke.jenkinsfile │ │ ├── longevity-scylla-operator-basic-12h-gke-scylla-enterprise.jenkinsfile │ │ ├── longevity-scylla-operator-basic-12h-gke.jenkinsfile │ │ ├── longevity-scylla-operator-multidc-12h-gke.jenkinsfile │ │ ├── longevity-scylla-operator-multidc-3h-gke.jenkinsfile │ │ └── weekly-trigger.xml │ ├── performance │ │ ├── perf-regression-latency-and-throughput-eks-multitenant-14-clients.jenkinsfile │ │ ├── perf-regression-latency-and-throughput-eks-multitenant-2-clients.jenkinsfile │ │ ├── perf-regression-latency-and-throughput-eks-multitenant-7-clients.jenkinsfile │ │ ├── perf-regression-latency-eks-multitenant-14-clients.jenkinsfile │ │ ├── perf-regression-latency-eks-multitenant-2-clients.jenkinsfile │ │ ├── perf-regression-latency-eks-multitenant-7-clients.jenkinsfile │ │ ├── perf-regression-latency-eks.jenkinsfile │ │ └── perf-regression-throughput-eks.jenkinsfile │ ├── scale │ │ └── operator-scale-many-clients-4h.jenkinsfile │ └── upgrade │ │ ├── upgrade-major-scylla-k8s-eks.jenkinsfile │ │ ├── upgrade-major-scylla-k8s-gke.jenkinsfile │ │ ├── upgrade-major-scylla-podips-k8s-eks.jenkinsfile │ │ ├── upgrade-major-scylla-podips-k8s-gke.jenkinsfile │ │ ├── upgrade-operator-k8s-eks.jenkinsfile │ │ ├── upgrade-operator-k8s-gke.jenkinsfile │ │ ├── upgrade-platform-k8s-eks.jenkinsfile │ │ ├── upgrade-platform-k8s-gke.jenkinsfile │ │ ├── upgrade-scylla-k8s-eks.jenkinsfile │ │ └── upgrade-scylla-k8s-gke.jenkinsfile ├── oss │ ├── alternator │ │ ├── _display_name │ │ ├── longevity-alternator-1h-scan-12h-ttl-no-lwt-2h-grace-4loaders-sisyphus.jenkinsfile │ │ ├── longevity-alternator-200gb-48h-azure.jenkinsfile │ │ ├── longevity-alternator-200gb-48h-gce.jenkinsfile │ │ ├── longevity-alternator-200gb-48h.jenkinsfile │ │ ├── longevity-alternator-3h-multidc.jenkinsfile │ │ ├── longevity-alternator-3h.jenkinsfile │ │ ├── longevity-alternator-4m-scan-36m-ttl-8m-grace-sisyphus-rewrite-expired-data.jenkinsfile │ │ ├── longevity-alternator-4m-scan-multiple-ttl-8m-grace.jenkinsfile │ │ ├── longevity-alternator-disable-enable-ttl.jenkinsfile │ │ ├── longevity-alternator-lwt-ttl.jenkinsfile │ │ ├── longevity-alternator-multiple-ttl.jenkinsfile │ │ ├── longevity-alternator-streams-12h.jenkinsfile │ │ ├── longevity-alternator-streams-4h-nemesis.jenkinsfile │ │ ├── longevity-alternator-ttl-big-dataset.jenkinsfile │ │ ├── longevity-alternator-ttl-count-sstables.jenkinsfile │ │ └── longevity-alternator-ttl-large-writes.jenkinsfile │ ├── artifacts-offline-install │ │ ├── _display_name │ │ ├── artifacts-amazon2023-arm.jenkinsfile │ │ ├── artifacts-amazon2023-nonroot.jenkinsfile │ │ ├── artifacts-amazon2023.jenkinsfile │ │ ├── artifacts-centos7.jenkinsfile │ │ ├── artifacts-centos9-arm.jenkinsfile │ │ ├── artifacts-centos9-nonroot.jenkinsfile │ │ ├── artifacts-centos9-selinux.jenkinsfile │ │ ├── artifacts-centos9.jenkinsfile │ │ ├── artifacts-debian11-nonroot.jenkinsfile │ │ ├── artifacts-debian11.jenkinsfile │ │ ├── artifacts-debian12-nonroot.jenkinsfile │ │ ├── artifacts-debian12.jenkinsfile │ │ ├── artifacts-oel76.jenkinsfile │ │ ├── artifacts-oel8.jenkinsfile │ │ ├── artifacts-rocky8-nonroot.jenkinsfile │ │ ├── artifacts-rocky8.jenkinsfile │ │ ├── artifacts-rocky9-nonroot.jenkinsfile │ │ ├── artifacts-rocky9.jenkinsfile │ │ ├── artifacts-ubuntu2204-arm.jenkinsfile │ │ ├── artifacts-ubuntu2204-nonroot.jenkinsfile │ │ ├── artifacts-ubuntu2204.jenkinsfile │ │ ├── artifacts-ubuntu2404-arm.jenkinsfile │ │ ├── artifacts-ubuntu2404-nonroot.jenkinsfile │ │ └── artifacts-ubuntu2404.jenkinsfile │ ├── artifacts │ │ ├── _display_name │ │ ├── artifacts-amazon2023-arm.jenkinsfile │ │ ├── artifacts-amazon2023.jenkinsfile │ │ ├── artifacts-ami-arm.jenkinsfile │ │ ├── artifacts-ami-t3_micro.jenkinsfile │ │ ├── artifacts-ami.jenkinsfile │ │ ├── artifacts-azure-image.jenkinsfile │ │ ├── artifacts-centos7.jenkinsfile │ │ ├── artifacts-centos9-arm.jenkinsfile │ │ ├── artifacts-centos9-selinux.jenkinsfile │ │ ├── artifacts-centos9-web.jenkinsfile │ │ ├── artifacts-centos9.jenkinsfile │ │ ├── artifacts-debian11.jenkinsfile │ │ ├── artifacts-debian12.jenkinsfile │ │ ├── artifacts-docker-fips.jenkinsfile │ │ ├── artifacts-docker.jenkinsfile │ │ ├── artifacts-gce-image-persistent-disk.jenkinsfile │ │ ├── artifacts-gce-image.jenkinsfile │ │ ├── artifacts-oel76.jenkinsfile │ │ ├── artifacts-oel8.jenkinsfile │ │ ├── artifacts-oel9.jenkinsfile │ │ ├── artifacts-rhel10-arm.jenkinsfile │ │ ├── artifacts-rhel10.jenkinsfile │ │ ├── artifacts-rocky8.jenkinsfile │ │ ├── artifacts-rocky9-selinux.jenkinsfile │ │ ├── artifacts-rocky9.jenkinsfile │ │ ├── artifacts-ubuntu2004-fips.jenkinsfile │ │ ├── artifacts-ubuntu2204-arm.jenkinsfile │ │ ├── artifacts-ubuntu2204-gcp-preview.jenkinsfile │ │ ├── artifacts-ubuntu2204-web.jenkinsfile │ │ ├── artifacts-ubuntu2204.jenkinsfile │ │ ├── artifacts-ubuntu2404-arm.jenkinsfile │ │ └── artifacts-ubuntu2404.jenkinsfile │ ├── features │ │ ├── EncryptionAtRest │ │ │ ├── EaR-longevity-kmip-200gb-6h.jenkinsfile │ │ │ ├── EaR-longevity-kmip-50gb-4d.jenkinsfile │ │ │ ├── EaR-longevity-kms-200gb-6h.jenkinsfile │ │ │ ├── EaR-longevity-kms-20gb-6h-multidc.jenkinsfile │ │ │ ├── EaR-longevity-kms-50gb-1d.jenkinsfile │ │ │ ├── EaR-longevity-local-200gb-6h.jenkinsfile │ │ │ ├── EaR-longevity-local-50gb-4d.jenkinsfile │ │ │ ├── EaR-longevity-replicated-200gb-6h.jenkinsfile │ │ │ ├── EaR-longevity-replicated-50gb-4d.jenkinsfile │ │ │ └── _display_name │ │ ├── FIPS │ │ │ ├── _display_name │ │ │ └── longevity-100gb-4h-fips.jenkinsfile │ │ ├── ICS │ │ │ ├── _display_name │ │ │ ├── features-ics-space-amplification-goal-test.jenkinsfile │ │ │ ├── ics-longevity-100gb-4h.jenkinsfile │ │ │ ├── ics-longevity-10gb-3h.jenkinsfile │ │ │ ├── ics-longevity-1tb-7days.jenkinsfile │ │ │ ├── ics-longevity-200gb-48h.jenkinsfile │ │ │ ├── ics-longevity-50gb-4days.jenkinsfile │ │ │ ├── ics-longevity-large-partition-4days.jenkinsfile │ │ │ ├── ics-longevity-mv-si-4days.jenkinsfile │ │ │ └── ics-longevity-toggle-strategy-large-partitions-24h.jenkinsfile │ │ ├── LDAP │ │ │ ├── _display_name │ │ │ ├── features-ldap-authorization-add-remove-role-permissions.jenkinsfile │ │ │ ├── features-ldap-authorization-and-audit-longevity-100gb-4h.jenkinsfile │ │ │ ├── features-ldap-authorization-longevity-100gb-4h.jenkinsfile │ │ │ ├── features-ldap-authorization-longevity-200gb-48h.jenkinsfile │ │ │ ├── features-ldap-authorization-longevity-50gb-3days.jenkinsfile │ │ │ ├── features-ms-ad-ldap-longevity-100gb-4h.jenkinsfile │ │ │ ├── longevity-100gb-4h-ldap-authorization-authenticator-ms-ad.jenkinsfile │ │ │ ├── longevity-100gb-4h-ldap-authorization-authenticator.jenkinsfile │ │ │ ├── longevity-10gb-3h-saslauthd-authenticator-ms-ad.jenkinsfile │ │ │ └── longevity-10gb-3h-saslauthd-authenticator.jenkinsfile │ │ ├── Workload_Prioritization │ │ │ ├── _display_name │ │ │ ├── features-sla-read-50perc-write-50perc-load.jenkinsfile │ │ │ ├── features-sla-read-throughput-1to5-ratio.jenkinsfile │ │ │ ├── features-sla-read-throughput-vs-latency-cache-and-disk.jenkinsfile │ │ │ ├── features-sla-read-throughput-vs-latency-cache-only.jenkinsfile │ │ │ ├── features-sla-read-throughput-vs-latency-disk-only.jenkinsfile │ │ │ ├── features-sla-workload-types.jenkinsfile │ │ │ ├── longevity-sla-100gb-4h.jenkinsfile │ │ │ └── longevity-sla-system-24h.jenkinsfile │ │ ├── _display_name │ │ ├── audit │ │ │ ├── _display_name │ │ │ ├── longevity-100gb-4h-audit-nemesis.jenkinsfile │ │ │ ├── longevity-100gb-4h.jenkinsfile │ │ │ └── longevity-schema-changes-3h.jenkinsfile │ │ ├── elasticity │ │ │ ├── elasticity-90-percent-drop.jenkinsfile │ │ │ ├── elasticity-90-percent-scale-out-larger.jenkinsfile │ │ │ ├── elasticity-90-percent-scale-out-smaller.jenkinsfile │ │ │ ├── elasticity-90-percent-truncate.jenkinsfile │ │ │ ├── elasticity-90-percent-ttl.jenkinsfile │ │ │ ├── elasticity-90-percent-with-nemesis.jenkinsfile │ │ │ └── scale-elasticity-many-small-tables.jenkinsfile │ │ ├── features-2mv-backpressure-4days.jenkinsfile │ │ ├── features-compaction-throughput-limit.jenkinsfile │ │ ├── features-dns-cluster-5min.jenkinsfile │ │ ├── features-google-cloud-snitch-mutli-dc.jenkinsfile │ │ ├── features-limit-streaming-io.jenkinsfile │ │ ├── features-per-partition-limit.jenkinsfile │ │ ├── features-uda-and-udf-45m.jenkinsfile │ │ └── out-of-space-prevention │ │ │ ├── out-of-space-prevention-compaction.jenkinsfile │ │ │ ├── out-of-space-prevention-reject-writes.jenkinsfile │ │ │ ├── out-of-space-prevention-repair.jenkinsfile │ │ │ ├── out-of-space-prevention-restart.jenkinsfile │ │ │ └── out-of-space-prevention-secondary-index.jenkinsfile │ ├── gemini │ │ ├── _display_name │ │ ├── gemini-1tb-10h.jenkinsfile │ │ ├── gemini-3h-cdc-preimage-write.jenkinsfile │ │ ├── gemini-3h-cdc-write.jenkinsfile │ │ ├── gemini-3h-ics-cdc-with-nemesis.jenkinsfile │ │ ├── gemini-3h-ics-nondisruptive-nemesis.jenkinsfile │ │ ├── gemini-3h-ics.jenkinsfile │ │ ├── gemini-3h-nondisruptive-nemesis.jenkinsfile │ │ ├── gemini-3h-with-nemesis.jenkinsfile │ │ ├── gemini-3h.jenkinsfile │ │ └── gemini-8h-large-num-columns.jenkinsfile │ ├── kafka_connectors │ │ ├── _display_name │ │ ├── longevity-kafka-cdc-aws.jenkinsfile │ │ └── longevity-kafka-cdc-docker.jenkinsfile │ ├── load-test │ │ ├── _display_name │ │ └── admission_control_overload.jenkinsfile │ ├── longevity │ │ ├── _display_name │ │ ├── longevity-1-rf-test-12h.jenkinsfile │ │ ├── longevity-100gb-2h-rackaware.jenkinsfile │ │ ├── longevity-100gb-4h-arm.jenkinsfile │ │ ├── longevity-100gb-4h-ebs-gp3.jenkinsfile │ │ ├── longevity-100gb-4h-with-4-zerotoken-nodes.jenkinsfile │ │ ├── longevity-100gb-4h.jenkinsfile │ │ ├── longevity-100gb-splitted-networks-4h.jenkinsfile │ │ ├── longevity-10gb-3h-azure.jenkinsfile │ │ ├── longevity-10gb-3h-gce-raid-5.jenkinsfile │ │ ├── longevity-10gb-3h-gce.jenkinsfile │ │ ├── longevity-10gb-3h-ipv6.jenkinsfile │ │ ├── longevity-10gb-3h-nosqlbench.jenkinsfile │ │ ├── longevity-10gb-3h.jenkinsfile │ │ ├── longevity-150gb-asymmetric-cluster-12h-gce.jenkinsfile │ │ ├── longevity-1tb-3days-STCS.jenkinsfile │ │ ├── longevity-1tb-5days.jenkinsfile │ │ ├── longevity-1tb-7days-gce.jenkinsfile │ │ ├── longevity-200gb-48h-arm.jenkinsfile │ │ ├── longevity-200gb-48h-asymmetric.jenkinsfile │ │ ├── longevity-200gb-48h-azure.jenkinsfile │ │ ├── longevity-200gb-48h-gce.jenkinsfile │ │ ├── longevity-200gb-48h-rf1.jenkinsfile │ │ ├── longevity-200gb-48h.jenkinsfile │ │ ├── longevity-2TB-48h-authorization-and-tls-ssl-1dis-2nondis-nemesis.jenkinsfile │ │ ├── longevity-50gb-3days-arm.jenkinsfile │ │ ├── longevity-50gb-3days-aws-i4i.jenkinsfile │ │ ├── longevity-50gb-3days-ebs-gp3.jenkinsfile │ │ ├── longevity-5tb-1day-gce.jenkinsfile │ │ ├── longevity-aws-custom-d2-workload1-3dcs.jenkinsfile │ │ ├── longevity-aws-custom-d2-workload1-5dcs.jenkinsfile │ │ ├── longevity-cdc-100gb-4h.jenkinsfile │ │ ├── longevity-cdc-3d-400gb.jenkinsfile │ │ ├── longevity-cdc-8h-multi-dc-large-cluster.jenkinsfile │ │ ├── longevity-cdc-8h-multi-dc-topology-changes.jenkinsfile │ │ ├── longevity-counters-3h.jenkinsfile │ │ ├── longevity-custom-d1.jenkinsfile │ │ ├── longevity-gce-custom-d1-worklod1-hybrid-raid.jenkinsfile │ │ ├── longevity-gce-custom-d1-worklod2-hybrid-raid-repair.jenkinsfile │ │ ├── longevity-gce-custom-d1-worklod2-hybrid-raid.jenkinsfile │ │ ├── longevity-harry-2h.jenkinsfile │ │ ├── longevity-large-partition-200k-pks-4days.jenkinsfile │ │ ├── longevity-large-partition-4days-arm.jenkinsfile │ │ ├── longevity-large-partition-4days.jenkinsfile │ │ ├── longevity-large-partition-8h-aws-i4i.jenkinsfile │ │ ├── longevity-large-partition-8h-azure.jenkinsfile │ │ ├── longevity-large-partition-8h-ebs-gp3.jenkinsfile │ │ ├── longevity-large-partition-8h-gce.jenkinsfile │ │ ├── longevity-large-partition-8h.jenkinsfile │ │ ├── longevity-large-partition-asymmetric-cluster-3h-aws-i4i.jenkinsfile │ │ ├── longevity-large-partition-asymmetric-cluster-3h.jenkinsfile │ │ ├── longevity-large-partitions-with-network-nemesis-1h.jenkinsfile │ │ ├── longevity-lwt-1loader-3h.jenkinsfile │ │ ├── longevity-lwt-24h-1dis-2nondis.jenkinsfile │ │ ├── longevity-lwt-24h-multidc.jenkinsfile │ │ ├── longevity-lwt-24h.jenkinsfile │ │ ├── longevity-lwt-3h.jenkinsfile │ │ ├── longevity-lwt-500G-3d.jenkinsfile │ │ ├── longevity-lwt-parallel-schema-changes-with-disruptive-24h.jenkinsfile │ │ ├── longevity-mini-test-1h.jenkinsfile │ │ ├── longevity-multi-dc-rack-aware-with-znode-dc.jenkinsfile │ │ ├── longevity-multi-dc-rack-aware.jenkinsfile │ │ ├── longevity-multi-dc-rackaware-validation.jenkinsfile │ │ ├── longevity-multi-keyspaces-60h-gce.jenkinsfile │ │ ├── longevity-multidc-network-schema-changes-12h.jenkinsfile │ │ ├── longevity-mv-si-24h-gce.jenkinsfile │ │ ├── longevity-mv-si-4days-gce.jenkinsfile │ │ ├── longevity-mv-si-4days.jenkinsfile │ │ ├── longevity-ndbench-12-nodes-multidc-4h.jenkinsfile │ │ ├── longevity-ndbench-192-nodes-multidc-4h.jenkinsfile │ │ ├── longevity-scale-5dcs-cluster-xl.jenkinsfile │ │ ├── longevity-schema-changes-3h.jenkinsfile │ │ ├── longevity-scylla-cloud-sanity-30m.jenkinsfile │ │ ├── longevity-tombstone-gc-modes.jenkinsfile │ │ ├── longevity-topology-changes-24h-gce.jenkinsfile │ │ ├── longevity-topology-changes-3h-gce.jenkinsfile │ │ ├── longevity-topology-changes-3h.jenkinsfile │ │ ├── longevity-twcs-2h-rackaware.jenkinsfile │ │ ├── longevity-twcs-3h.jenkinsfile │ │ ├── longevity-user-profile-d.jenkinsfile │ │ └── rust │ │ │ ├── _display_name │ │ │ └── longevity-100gb-4h-cql-stress.jenkinsfile │ ├── nemesis │ │ ├── _display_name │ │ ├── longevity-5gb-1h-AbortRepairMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-AbortRepairMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-AbortRepairMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-AbortRepairMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-AddDropColumnMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-AddDropColumnMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-AddDropColumnMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-AddDropColumnMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveDcNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveDcNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveDcNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveDcNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveMvNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveMvNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveMvNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveMvNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveRackNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveRackNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveRackNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-AddRemoveRackNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-BlockNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-BlockNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-BlockNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-BlockNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-BootstrapStreamingErrorNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-BootstrapStreamingErrorNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-BootstrapStreamingErrorNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-BootstrapStreamingErrorNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-CDCStressorMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-CDCStressorMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-CDCStressorMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-CDCStressorMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestart-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestart-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestart-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestart-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestartRandomOrder-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestartRandomOrder-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestartRandomOrder-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ClusterRollingRestartRandomOrder-gce.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRebuildMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRebuildMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRebuildMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRebuildMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRepairMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRepairMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRepairMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenRepairMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenScrubMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenScrubMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenScrubMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-CorruptThenScrubMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-CreateIndexNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-CreateIndexNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-CreateIndexNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-CreateIndexNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionSeedNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionSeedNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionSeedNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionSeedNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionStreamingErrMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionStreamingErrMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionStreamingErrMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DecommissionStreamingErrMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByPartitionsMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByPartitionsMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByPartitionsMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByPartitionsMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByRowsRangeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByRowsRangeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByRowsRangeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteByRowsRangeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteOverlappingRowRangesMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteOverlappingRowRangesMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteOverlappingRowRangesMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DeleteOverlappingRowRangesMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DisableBinaryGossipExecuteMajorCompaction-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DisableBinaryGossipExecuteMajorCompaction-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DisableBinaryGossipExecuteMajorCompaction-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DisableBinaryGossipExecuteMajorCompaction-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenDecommissionAndAddScyllaNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenDecommissionAndAddScyllaNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenDecommissionAndAddScyllaNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenDecommissionAndAddScyllaNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenReplaceScyllaNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenReplaceScyllaNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenReplaceScyllaNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DrainKubernetesNodeThenReplaceScyllaNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-DrainerMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-DrainerMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-DrainerMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-DrainerMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithRotationMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithRotationMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithRotationMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithRotationMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithoutRotationMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithoutRotationMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithoutRotationMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-EnableDisableTableEncryptionAwsKmsProviderWithoutRotationMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-EndOfQuotaNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-EndOfQuotaNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-EndOfQuotaNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-EndOfQuotaNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcAllNodesMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcAllNodesMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcAllNodesMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcAllNodesMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-EnospcMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkClusterNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkClusterNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkClusterNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkClusterNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkZeroTokenNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkZeroTokenNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkZeroTokenNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-GrowShrinkZeroTokenNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-HardRebootNodeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-HardRebootNodeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-HardRebootNodeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-HardRebootNodeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithIptableRuleNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithIptableRuleNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithIptableRuleNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithIptableRuleNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithProcessSignalNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithProcessSignalNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithProcessSignalNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-IsolateNodeWithProcessSignalNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-KillMVBuildingCoordinator-aws.jenkinsfile │ │ ├── longevity-5gb-1h-KillMVBuildingCoordinator-azure.jenkinsfile │ │ ├── longevity-5gb-1h-KillMVBuildingCoordinator-docker.jenkinsfile │ │ ├── longevity-5gb-1h-KillMVBuildingCoordinator-gce.jenkinsfile │ │ ├── longevity-5gb-1h-LoadAndStreamMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-LoadAndStreamMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-LoadAndStreamMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-LoadAndStreamMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MajorCompactionMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MajorCompactionMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MajorCompactionMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MajorCompactionMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerNativeBackup-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerNativeBackup-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerNativeBackup-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerNativeBackup-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerRcloneBackup-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerRcloneBackup-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerRcloneBackup-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ManagerRcloneBackup-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MemoryStressMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MemoryStressMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MemoryStressMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MemoryStressMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackup-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackup-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackup-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackup-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackupSpecificKeyspaces-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackupSpecificKeyspaces-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackupSpecificKeyspaces-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtBackupSpecificKeyspaces-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtCorruptThenRepair-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtCorruptThenRepair-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtCorruptThenRepair-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtCorruptThenRepair-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRepair-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRepair-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRepair-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRepair-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRestore-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRestore-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRestore-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MgmtRestore-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ModifyTableMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ModifyTableMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ModifyTableMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ModifyTableMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-MultipleHardRebootNodeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-MultipleHardRebootNodeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-MultipleHardRebootNodeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-MultipleHardRebootNodeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-NemesisSequence-aws.jenkinsfile │ │ ├── longevity-5gb-1h-NemesisSequence-azure.jenkinsfile │ │ ├── longevity-5gb-1h-NemesisSequence-docker.jenkinsfile │ │ ├── longevity-5gb-1h-NemesisSequence-gce.jenkinsfile │ │ ├── longevity-5gb-1h-NoCorruptRepairMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-NoCorruptRepairMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-NoCorruptRepairMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-NoCorruptRepairMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-NodeRestartWithResharding-aws.jenkinsfile │ │ ├── longevity-5gb-1h-NodeRestartWithResharding-azure.jenkinsfile │ │ ├── longevity-5gb-1h-NodeRestartWithResharding-docker.jenkinsfile │ │ ├── longevity-5gb-1h-NodeRestartWithResharding-gce.jenkinsfile │ │ ├── longevity-5gb-1h-NodeTerminateAndReplace-aws.jenkinsfile │ │ ├── longevity-5gb-1h-NodeTerminateAndReplace-azure.jenkinsfile │ │ ├── longevity-5gb-1h-NodeTerminateAndReplace-docker.jenkinsfile │ │ ├── longevity-5gb-1h-NodeTerminateAndReplace-gce.jenkinsfile │ │ ├── longevity-5gb-1h-NodeToolCleanupMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-NodeToolCleanupMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-NodeToolCleanupMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-NodeToolCleanupMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodeReplace-aws.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodeReplace-azure.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodeReplace-docker.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodeReplace-gce.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodetoolFlushAndReshard-aws.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodetoolFlushAndReshard-azure.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodetoolFlushAndReshard-docker.jenkinsfile │ │ ├── longevity-5gb-1h-OperatorNodetoolFlushAndReshard-gce.jenkinsfile │ │ ├── longevity-5gb-1h-PauseLdapNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-PauseLdapNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-PauseLdapNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-PauseLdapNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RandomInterruptionNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RandomInterruptionNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RandomInterruptionNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RandomInterruptionNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RebuildStreamingErrMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RebuildStreamingErrMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RebuildStreamingErrMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RebuildStreamingErrMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshBigMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshBigMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshBigMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshBigMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RefreshMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RejectInterNodeNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RejectInterNodeNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RejectInterNodeNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RejectInterNodeNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RejectNodeExporterNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RejectNodeExporterNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RejectNodeExporterNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RejectNodeExporterNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RejectThriftNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RejectThriftNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RejectThriftNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RejectThriftNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RemoveServiceLevelMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RemoveServiceLevelMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RemoveServiceLevelMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RemoveServiceLevelMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RepairStreamingErrMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RepairStreamingErrMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RepairStreamingErrMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RepairStreamingErrMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ResetLocalSchemaMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ResetLocalSchemaMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ResetLocalSchemaMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ResetLocalSchemaMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RestartThenRepairNodeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RestartThenRepairNodeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RestartThenRepairNodeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RestartThenRepairNodeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-RollingRestartConfigChangeInternodeCompression-aws.jenkinsfile │ │ ├── longevity-5gb-1h-RollingRestartConfigChangeInternodeCompression-azure.jenkinsfile │ │ ├── longevity-5gb-1h-RollingRestartConfigChangeInternodeCompression-docker.jenkinsfile │ │ ├── longevity-5gb-1h-RollingRestartConfigChangeInternodeCompression-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ScyllaKillMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ScyllaKillMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ScyllaKillMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ScyllaKillMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SerialRestartOfElectedTopologyCoordinatorNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SerialRestartOfElectedTopologyCoordinatorNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SerialRestartOfElectedTopologyCoordinatorNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SerialRestartOfElectedTopologyCoordinatorNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaDecreaseSharesDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaDecreaseSharesDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaDecreaseSharesDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaDecreaseSharesDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesByAttachAnotherSlDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesByAttachAnotherSlDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesByAttachAnotherSlDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesByAttachAnotherSlDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaIncreaseSharesDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaMaximumAllowedSlsWithMaxSharesDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaMaximumAllowedSlsWithMaxSharesDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaMaximumAllowedSlsWithMaxSharesDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaMaximumAllowedSlsWithMaxSharesDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDetachDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDetachDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDetachDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDetachDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDropDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDropDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDropDuringLoad-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SlaReplaceUsingDropDuringLoad-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SlaSevenSlWithMaxSharesDuringLoad-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SlaSevenSlWithMaxSharesDuringLoad-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SnapshotOperations-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SnapshotOperations-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SnapshotOperations-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SnapshotOperations-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SoftRebootNodeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SoftRebootNodeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SoftRebootNodeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SoftRebootNodeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SslHotReloadingNemesis-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SslHotReloadingNemesis-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SslHotReloadingNemesis-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SslHotReloadingNemesis-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopCleanupCompaction-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopCleanupCompaction-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopCleanupCompaction-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopCleanupCompaction-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopMajorCompaction-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopMajorCompaction-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopMajorCompaction-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopMajorCompaction-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopScrubCompaction-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopScrubCompaction-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopScrubCompaction-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopScrubCompaction-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopValidationCompaction-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopValidationCompaction-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopValidationCompaction-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StartStopValidationCompaction-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartInterfacesNetworkMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartInterfacesNetworkMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartInterfacesNetworkMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartInterfacesNetworkMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StopStartMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-StopWaitStartMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-StopWaitStartMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-StopWaitStartMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-StopWaitStartMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-SwitchBetweenPasswordAuthAndSaslauthdAuth-aws.jenkinsfile │ │ ├── longevity-5gb-1h-SwitchBetweenPasswordAuthAndSaslauthdAuth-azure.jenkinsfile │ │ ├── longevity-5gb-1h-SwitchBetweenPasswordAuthAndSaslauthdAuth-docker.jenkinsfile │ │ ├── longevity-5gb-1h-SwitchBetweenPasswordAuthAndSaslauthdAuth-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateAndRemoveNodeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateAndRemoveNodeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateAndRemoveNodeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateAndRemoveNodeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenDecommissionAndAddScyllaNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenDecommissionAndAddScyllaNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenDecommissionAndAddScyllaNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenDecommissionAndAddScyllaNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenReplaceScyllaNode-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenReplaceScyllaNode-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenReplaceScyllaNode-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TerminateKubernetesHostThenReplaceScyllaNode-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleAuditNemesisSyslog-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleAuditNemesisSyslog-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleAuditNemesisSyslog-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleAuditNemesisSyslog-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleCDCMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleCDCMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleCDCMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleCDCMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleGcModeMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleGcModeMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleGcModeMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleGcModeMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleLdapConfiguration-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleLdapConfiguration-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleLdapConfiguration-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleLdapConfiguration-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleTableIcsMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleTableIcsMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleTableIcsMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-ToggleTableIcsMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TopPartitions-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TopPartitions-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TopPartitions-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TopPartitions-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateLargeParititionMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateLargeParititionMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateLargeParititionMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateLargeParititionMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateMonkey-aws.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateMonkey-azure.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateMonkey-docker.jenkinsfile │ │ ├── longevity-5gb-1h-TruncateMonkey-gce.jenkinsfile │ │ ├── longevity-5gb-1h-ValidateHintedHandoffShortDowntime-aws.jenkinsfile │ │ ├── longevity-5gb-1h-ValidateHintedHandoffShortDowntime-azure.jenkinsfile │ │ ├── longevity-5gb-1h-ValidateHintedHandoffShortDowntime-docker.jenkinsfile │ │ └── longevity-5gb-1h-ValidateHintedHandoffShortDowntime-gce.jenkinsfile │ ├── raft │ │ ├── _display_name │ │ ├── gemini-8h-large-num-columns.jenkinsfile │ │ ├── jepsen-with-raft.jenkinsfile │ │ ├── longevity-100gb-4h-with-raft.jenkinsfile │ │ ├── longevity-150gb-asymmetric-cluster-12h.jenkinsfile │ │ ├── longevity-1tb-7days.jenkinsfile │ │ ├── longevity-200gb-48h-network-monkey.jenkinsfile │ │ ├── longevity-2TB-48h-authorization-and-tls-ssl-1dis-2nondis-nemesis.jenkinsfile │ │ ├── longevity-5000-tables.jenkinsfile │ │ ├── longevity-50gb-3days-raft.jenkinsfile │ │ ├── longevity-50gb-asymmetric-cluster-12h.jenkinsfile │ │ ├── longevity-alternator-200gb-48h.jenkinsfile │ │ ├── longevity-cdc-3d-400gb.jenkinsfile │ │ ├── longevity-cdc-8h-multi-dc-topology-changes-raft.jenkinsfile │ │ ├── longevity-counters-6h-multidc.jenkinsfile │ │ ├── longevity-double-cluster-with-schema-changes-with-raft.jenkinsfile │ │ ├── longevity-large-collections-12h.jenkinsfile │ │ ├── longevity-large-partition-200k-pks-4days.jenkinsfile │ │ ├── longevity-large-partition-4days.jenkinsfile │ │ ├── longevity-large-partition-8h.jenkinsfile │ │ ├── longevity-lwt-24h-1dis-2nondis.jenkinsfile │ │ ├── longevity-lwt-24h-multidc.jenkinsfile │ │ ├── longevity-lwt-500G-3d.jenkinsfile │ │ ├── longevity-lwt-parallel-schema-changes-with-disruptive-24h-raft.jenkinsfile │ │ ├── longevity-multi-keyspaces-60h.jenkinsfile │ │ ├── longevity-multidc-network-schema-changes-12h-with-raft.jenkinsfile │ │ ├── longevity-multidc-schema-topology-changes-12h-with-raft.jenkinsfile │ │ ├── longevity-mv-si-4days.jenkinsfile │ │ ├── longevity-schema-changes-3h-with-raft.jenkinsfile │ │ ├── longevity-schema-topology-changes-12h-with-raft.jenkinsfile │ │ ├── longevity-topology-changes-3h-with-raft.jenkinsfile │ │ ├── longevity-twcs-48h.jenkinsfile │ │ └── scale-40-60-cluster-test.jenkinsfile │ ├── reproducers │ │ ├── _display_name │ │ └── byo-longevity.jenkinsfile │ ├── rolling-upgrade │ │ ├── _display_name │ │ ├── rolling-upgrade-alternator.jenkinsfile │ │ ├── rolling-upgrade-ami-arm.jenkinsfile │ │ ├── rolling-upgrade-ami.jenkinsfile │ │ ├── rolling-upgrade-azure-image.jenkinsfile │ │ ├── rolling-upgrade-debian11.jenkinsfile │ │ ├── rolling-upgrade-debian13.jenkinsfile │ │ ├── rolling-upgrade-gce-image.jenkinsfile │ │ ├── rolling-upgrade-multidc.jenkinsfile │ │ ├── rolling-upgrade-rocky10.jenkinsfile │ │ ├── rolling-upgrade-ubuntu22.04-ldap-authorization.jenkinsfile │ │ ├── rolling-upgrade-ubuntu2204.jenkinsfile │ │ ├── rolling-upgrade-ubuntu2404.jenkinsfile │ │ ├── rolling-upgrade-with-enable-tablets.jenkinsfile │ │ ├── rolling-upgrade-with-null-inserts.jenkinsfile │ │ ├── rolling-upgrade-with-sla-no-shares.jenkinsfile │ │ ├── rolling-upgrade-with-sla.jenkinsfile │ │ └── upgrade_custom │ │ │ ├── rolling-sequential-upgrade-custom_d1.jenkinsfile │ │ │ ├── rolling-upgrade-custom-d1-w2-latency-regression.jenkinsfile │ │ │ ├── rolling-upgrade-custom-d2-w1-latency-regression-expensive.jenkinsfile │ │ │ ├── rolling-upgrade-custom-d2-w1-latency-regression.jenkinsfile │ │ │ └── rolling-upgrade-custom_d1.jenkinsfile │ ├── scale │ │ ├── _display_name │ │ ├── scale-180-200-cluster-test.jenkinsfile │ │ ├── scale-40-60-cluster-test.jenkinsfile │ │ ├── scale-450-500-cluster-test.jenkinsfile │ │ ├── scale-base-test-15-25-cluster-test.jenkinsfile │ │ └── scale-many-clients-4h.jenkinsfile │ ├── sct_triggers │ │ ├── _display_name │ │ ├── additional-aws-trigger.jenkinsfile │ │ ├── sanity-aws-trigger.jenkinsfile │ │ ├── sanity-azure-trigger.jenkinsfile │ │ ├── sanity-gcp-trigger.jenkinsfile │ │ ├── tier1-aws-aarch64-custom-time-trigger.xml │ │ ├── tier1-aws-custom-time-trigger.xml │ │ ├── tier1-azure-custom-time-trigger.xml │ │ └── tier1-gce-custom-time-trigger.xml │ ├── tier1 │ │ ├── _display_name │ │ ├── gemini-1tb-10h.jenkinsfile │ │ ├── jepsen-all.jenkinsfile │ │ ├── longevity-150gb-asymmetric-cluster-12h.jenkinsfile │ │ ├── longevity-1tb-5days-azure.jenkinsfile │ │ ├── longevity-50gb-3days.jenkinsfile │ │ ├── longevity-large-partition-200k-pks-4days-gce.jenkinsfile │ │ ├── longevity-multidc-schema-topology-changes-12h.jenkinsfile │ │ ├── longevity-mv-si-4days-streaming.jenkinsfile │ │ ├── longevity-schema-topology-changes-12h.jenkinsfile │ │ └── longevity-twcs-48h.jenkinsfile │ ├── tier2 │ │ ├── _display_name │ │ ├── longevity-200gb-48h-network-monkey.jenkinsfile │ │ ├── longevity-cdc-8h-multi-dc-topology-changes-streaming.jenkinsfile │ │ ├── longevity-counters-multidc.jenkinsfile │ │ ├── longevity-double-cluster-with-schema-changes.jenkinsfile │ │ ├── longevity-large-collections-12h.jenkinsfile │ │ ├── longevity-lwt-24h-gce.jenkinsfile │ │ ├── longevity-multi-keyspaces-60h.jenkinsfile │ │ ├── longevity-mv-synchronous-updates-12h.jenkinsfile │ │ └── scale-5000-tables.jenkinsfile │ └── vnodes │ │ ├── backup │ │ ├── _display_name │ │ └── ubuntu22-manager-1tb-2t-9nodes-vnodes.jenkinsfile │ │ ├── enterprise_features │ │ ├── EaR-longevity-kms-20gb-6h-multidc-vnodes.jenkinsfile │ │ ├── _display_name │ │ ├── features-ldap-authorization-longevity-200gb-48h-vnodes.jenkinsfile │ │ ├── features-sla-read-throughput-1to5-ratio-vnodes.jenkinsfile │ │ ├── features-sla-read-throughput-vs-latency-cache-and-disk-vnodes.jenkinsfile │ │ ├── ics-longevity-200gb-48h-vnodes.jenkinsfile │ │ ├── longevity-100gb-4h-audit-nemesis-vnodes.jenkinsfile │ │ └── longevity-100gb-4h-fips-vnodes.jenkinsfile │ │ ├── longevity │ │ ├── _display_name │ │ ├── longevity-alternator-200gb-48h-azure.jenkinsfile │ │ ├── longevity-alternator-3h.jenkinsfile │ │ ├── longevity-cdc-3d-400gb.jenkinsfile │ │ ├── longevity-counters-3h.jenkinsfile │ │ ├── longevity-harry-2h.jenkinsfile │ │ ├── longevity-lwt-1loader-3h.jenkinsfile │ │ ├── longevity-lwt-24h.jenkinsfile │ │ ├── longevity-tombstone-gc-modes.jenkinsfile │ │ └── longevity-user-profile-d.jenkinsfile │ │ ├── rolling_upgrades │ │ ├── _display_name │ │ ├── rolling-upgrade-ami.jenkinsfile │ │ ├── rolling-upgrade-ubuntu2404.jenkinsfile │ │ └── rolling-upgrade-with-sla.jenkinsfile │ │ ├── tier1 │ │ ├── _display_name │ │ ├── gemini-1tb-10h.jenkinsfile │ │ ├── longevity-150gb-asymmetric-cluster-12h.jenkinsfile │ │ ├── longevity-1tb-5days-azure.jenkinsfile │ │ ├── longevity-50gb-3days.jenkinsfile │ │ ├── longevity-large-partition-200k-pks-4days-gce.jenkinsfile │ │ ├── longevity-multidc-schema-topology-changes-12h.jenkinsfile │ │ ├── longevity-mv-si-4days-streaming.jenkinsfile │ │ ├── longevity-schema-topology-changes-12h.jenkinsfile │ │ └── longevity-twcs-48h.jenkinsfile │ │ ├── tier2 │ │ ├── _display_name │ │ ├── longevity-200gb-48h-network-monkey-vnodes.jenkinsfile │ │ ├── longevity-cdc-8h-multi-dc-topology-changes-streaming-vnodes.jenkinsfile │ │ ├── longevity-counters-multidc-vnodes.jenkinsfile │ │ ├── longevity-double-cluster-with-schema-changes-vnodes.jenkinsfile │ │ ├── longevity-large-collections-12h-vnodes.jenkinsfile │ │ ├── longevity-lwt-24h-gce-vnodes.jenkinsfile │ │ ├── longevity-multi-keyspaces-60h-vnodes.jenkinsfile │ │ ├── longevity-mv-synchronous-updates-12h-vnodes.jenkinsfile │ │ └── scale-5000-tables-vnodes.jenkinsfile │ │ └── zero_nodes │ │ ├── _display_name │ │ └── longevity-multi-dc-rack-aware-with-znode-dc-vnodes.jenkinsfile ├── performance │ └── branch-perf-v17 │ │ ├── Perf-Regression │ │ └── _display_name │ │ ├── drivers │ │ ├── java-driver │ │ │ └── perf-regression-predefined-throughput-steps-vnodes.jenkinsfile │ │ └── rust │ │ │ └── perf-regression-predefined-throughput-steps-vnodes.jenkinsfile │ │ ├── scylla-enterprise │ │ └── perf-regression │ │ │ ├── _display_name │ │ │ ├── scylla-enterprise-perf-manager-native-backup-nemesis.jenkinsfile │ │ │ ├── scylla-enterprise-perf-manager-rclone-backup-nemesis.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-during-rolling-upgrade-tablets.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-during-rolling-upgrade.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-elasticity.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-with-nemesis-rbno-disabled.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-with-nemesis-tablets.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-latency-650gb-with-nemesis.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-predefined-throughput-steps-tablets.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-predefined-throughput-steps-vnodes.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-predefined-throughput-steps-write-tablets.jenkinsfile │ │ │ ├── scylla-enterprise-perf-regression-predefined-throughput-steps-write-vnodes.jenkinsfile │ │ │ ├── scylla-enterprise-perf-simple-query-weekly-microbenchmark_arm64-write.jenkinsfile │ │ │ ├── scylla-enterprise-perf-simple-query-weekly-microbenchmark_arm64.jenkinsfile │ │ │ ├── scylla-enterprise-perf-simple-query-weekly-microbenchmark_x86_64-write.jenkinsfile │ │ │ └── scylla-enterprise-perf-simple-query-weekly-microbenchmark_x86_64.jenkinsfile │ │ └── scylla-master │ │ ├── perf-features │ │ └── compression │ │ │ ├── _display_name │ │ │ ├── features-lz4-dict-compression.jenkinsfile │ │ │ └── features-zstd-dict-compression.jenkinsfile │ │ └── perf-regression │ │ ├── _display_name │ │ ├── latte-perf-regression-latency-steady-state-custom-d1-workload1-tablets.jenkinsfile │ │ ├── latte-perf-regression-latency-steady-state-custom-d1-workload1-vnodes.jenkinsfile │ │ ├── perf-regression-predefined-throughput-steps-sanity-vnodes.jenkinsfile │ │ └── scylla-release-perf-regression-alternator.jenkinsfile ├── performance_staging │ ├── perf-regression-alternator-latency-30min.jenkinsfile │ ├── perf-regression-alternator-throughput-30min.jenkinsfile │ ├── perf-regression-cdc-mixed-latency-60min.jenkinsfile │ ├── perf-regression-cdc-mixed-throughput-60min.jenkinsfile │ ├── perf-regression-cdc-write-latency-60min.jenkinsfile │ ├── perf-regression-cdc-write-throughput-60min.jenkinsfile │ ├── perf-regression-latency-125gb-with-ebs-gp3-volume.jenkinsfile │ ├── perf-regression-latency-125gb-with-ebs-volume.jenkinsfile │ ├── perf-regression-latency-125gb.jenkinsfile │ ├── perf-regression-latency-1TB-ebs-gp3-volumes.jenkinsfile │ ├── perf-regression-latency-1TB-ebs-volumes.jenkinsfile │ ├── perf-regression-latency-1TB.jenkinsfile │ ├── perf-regression-latency-250gb-with-nemesis-cs-docker.jenkinsfile │ ├── perf-regression-latency-250gb-with-nemesis-i3en.jenkinsfile │ ├── perf-regression-latency-250gb-with-nemesis.jenkinsfile │ ├── perf-regression-latency-30min-with-ear-kms.jenkinsfile │ ├── perf-regression-latency-30min.jenkinsfile │ ├── perf-regression-latency-650gb-during-rolling-upgrade-latte.jenkinsfile │ ├── perf-regression-latency-lwt-big.jenkinsfile │ ├── perf-regression-latency-lwt-small.jenkinsfile │ ├── perf-regression-latency-mv-read-concurrency.jenkinsfile │ ├── perf-regression-latency-non-shard-aware-125gb.jenkinsfile │ ├── perf-regression-latency-non-shard-aware-1TB.jenkinsfile │ ├── perf-regression-latency-non-shard-aware-250gb-with-nemesis.jenkinsfile │ ├── perf-regression-latency-shard-aware-125gb.jenkinsfile │ ├── perf-regression-latency-shard-aware-250gb-with-nemesis.jenkinsfile │ ├── perf-regression-latency-ycsb-100M-rows.jenkinsfile │ ├── perf-regression-latency-ycsb-10M-rows.jenkinsfile │ ├── perf-regression-latency-ycsb-1B-rows.jenkinsfile │ ├── perf-regression-latency-ycsb-1M-rows.jenkinsfile │ ├── perf-regression-scylla-gradual-throughput-grow-gauss-lcs.jenkinsfile │ ├── perf-regression-scylla-gradual-throughput-grow-uniform.jenkinsfile │ ├── perf-regression-throughput-125gb-with-ebs-gp3-volume.jenkinsfile │ ├── perf-regression-throughput-125gb-with-ebs-volume.jenkinsfile │ ├── perf-regression-throughput-125gb.jenkinsfile │ ├── perf-regression-throughput-30min-ebs-volumes.jenkinsfile │ ├── perf-regression-throughput-30min.jenkinsfile │ ├── perf-regression-throughput-baremetal-example.jenkinsfile │ ├── perf-regression-throughput-lwt-big.jenkinsfile │ ├── perf-regression-throughput-lwt-small.jenkinsfile │ ├── perf-regression-throughput-non-shard-aware-125gb.jenkinsfile │ ├── perf-regression-throughput-non-shard-aware-30min-i4i-enterprise-with-ear-kms.jenkinsfile │ ├── perf-regression-throughput-non-shard-aware-30min-i4i-enterprise.jenkinsfile │ ├── perf-regression-throughput-shard-aware-125gb.jenkinsfile │ ├── perf-regression-throughput-shard-aware-30min-gce-enterprise.jenkinsfile │ ├── perf-regression-throughput-shard-aware-30min-gce.jenkinsfile │ ├── perf-row-level-repair.jenkinsfile │ ├── scylla-enterprise-perf-regression-latency-650gb-grow-shrink-tablets.jenkinsfile │ ├── scylla-enterprise-perf-regression-latency-650gb-grow-shrink.jenkinsfile │ ├── scylla-enterprise-perf-regression-predefined-throughput-steps-tablets-custom-d3-w1.jenkinsfile │ ├── scylla-enterprise-perf-regression-throughput-shard-aware-gce-z3.jenkinsfile │ ├── scylla-master-perf-regression-latency-650gb-elasticity.jenkinsfile │ ├── scylla-master-perf-regression-latency-650gb-grow-shrink-tablets.jenkinsfile │ ├── scylla-master-perf-regression-latency-650gb-grow-shrink.jenkinsfile │ └── scylla-staging-perf-regression-predefined-throughput-steps-vnodes.jenkinsfile ├── qa │ ├── create-sct-test-jobs-for-branch.jenkinsfile │ ├── devops-cloud-resources-report.xml │ ├── hydra-clean-runner-instances.jenkinsfile │ ├── hydra-clean-test-resources.jenkinsfile │ ├── hydra-cleanup-cloud.jenkinsfile │ ├── hydra-show-jepsen-results.jenkinsfile │ ├── hydra-show-monitor.jenkinsfile │ ├── perf-search-throughput-best-config-gce.jenkinsfile │ └── perf-search-throughput-best-config.jenkinsfile ├── quarantined │ ├── README.md │ └── tier2 │ │ └── longevity-large-partition-2days-reversed-queries.jenkinsfile ├── scale-up-c3-standard-lssd.jenkinsfile └── vector-search │ ├── vector-search-in-cloud-aws.jenkinsfile │ └── vector-search-in-cloud-gce.jenkinsfile ├── jepsen_test.py ├── jupyter ├── functional-test.ipynb ├── provision-test.ipynb └── readme.md ├── longevity_alternator_ttl_test.py ├── longevity_large_partition_test.py ├── longevity_lwt_test.py ├── longevity_oos_test.py ├── longevity_operator_multi_tenant_test.py ├── longevity_sla_test.py ├── longevity_test.py ├── longevity_tombstone_gc_test.py ├── longevity_twcs_test.py ├── mgmt_cli_test.py ├── mgmt_upgrade_test.py ├── microbenchmarking_test.py ├── performance_regression_alternator_test.py ├── performance_regression_cdc_test.py ├── performance_regression_gradual_grow_throughput.py ├── performance_regression_lwt_test.py ├── performance_regression_manager_backup_test.py ├── performance_regression_operator_multi_tenant_test.py ├── performance_regression_row_level_repair_test.py ├── performance_regression_test.py ├── performance_regression_user_profiles_test.py ├── performance_scale_up_test.py ├── performance_search_max_throughput_test.py ├── pyproject.toml ├── renovate.json ├── sct.py ├── sct_scan_issues.py ├── sct_ssh.py ├── sdcm ├── __init__.py ├── argus_results.py ├── audit.py ├── cassandra_harry_thread.py ├── cdclog_reader_thread.py ├── cloud_api_client.py ├── cluster.py ├── cluster_aws.py ├── cluster_azure.py ├── cluster_baremetal.py ├── cluster_cloud.py ├── cluster_docker.py ├── cluster_gce.py ├── cluster_k8s │ ├── __init__.py │ ├── eks.py │ ├── gke.py │ ├── mini_k8s.py │ └── operator_monitoring.py ├── commit_log_check_thread.py ├── coredump.py ├── cql_stress_cassandra_stress_thread.py ├── db_log_reader.py ├── db_stats.py ├── ec2_client.py ├── es.py ├── exceptions.py ├── fill_db_data.py ├── gemini_thread.py ├── k8s_configs │ ├── cert-manager-test.yaml │ ├── chaos-mesh │ │ └── gke-auth-workaround.yaml │ ├── cni-calico.yaml │ ├── eks │ │ ├── node-config-crd.yaml │ │ ├── scylla-node-prepare.yaml │ │ └── storageclass_gp3.yaml │ ├── gke │ │ ├── node-config-crd.yaml │ │ └── scylla-node-prepare.yaml │ ├── ingress-controller │ │ ├── 00_haproxy.ingressclass.yaml │ │ ├── 00_namespace.yaml │ │ ├── 10_clusterrole.yaml │ │ ├── 10_clusterrolebinding.yaml │ │ ├── 10_haproxy-kubernetes-ingress.configmap.yaml │ │ ├── 10_haproxy-kubernetes-ingress.deploy.yaml │ │ ├── 10_haproxy-kubernetes-ingress.svc.yaml │ │ ├── 10_ingress-default-backend.deploy.yaml │ │ ├── 10_ingress-default-backend.svc.yaml │ │ ├── 10_ingress-default-ssl-certificate.secret.yaml │ │ └── 10_serviceaccount.yaml │ ├── loaders │ │ ├── pod.yaml │ │ └── sts.yaml │ ├── local-kind │ │ └── audit-policy.yaml │ ├── minio │ │ ├── Chart.yaml │ │ ├── templates │ │ │ ├── _helper_create_bucket.txt │ │ │ ├── _helpers.tpl │ │ │ ├── clusterroles.yaml │ │ │ ├── configmap.yaml │ │ │ ├── deployment.yaml │ │ │ ├── post-install-create-bucket-job.yaml │ │ │ ├── pvc.yaml │ │ │ ├── rolebindings.yaml │ │ │ ├── secrets.yaml │ │ │ ├── securitycontextconstraints.yaml │ │ │ ├── service.yaml │ │ │ └── serviceaccount.yaml │ │ └── values.yaml │ ├── monitoring │ │ ├── prometheus-operator │ │ │ ├── 00_monitoring.coreos.com_alertmanagerconfigs.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_alertmanagers.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_podmonitors.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_probes.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_prometheuses.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_prometheusrules.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_servicemonitors.crd.yaml │ │ │ ├── 00_monitoring.coreos.com_thanosrulers.crd.yaml │ │ │ ├── 00_namespace.yaml │ │ │ ├── 10_operator.clusterrole.yaml │ │ │ ├── 10_operator.clusterrolebinding.yaml │ │ │ ├── 40_operator.sa.yaml │ │ │ ├── 40_operator.service.yaml │ │ │ └── 50_operator.deployment.yaml │ │ └── scylladbmonitoring-template.yaml │ └── static-local-volume-provisioner.yaml ├── kafka │ ├── __init__.py │ ├── kafka_cluster.py │ ├── kafka_config.py │ ├── kafka_consumer.py │ └── kafka_producer.py ├── kcl_thread.py ├── keystore.py ├── loader.py ├── localhost.py ├── log.py ├── log_archive.sh ├── logcollector.py ├── mgmt │ ├── __init__.py │ ├── argus_report.py │ ├── cli.py │ ├── common.py │ ├── helpers.py │ ├── operations.py │ └── operator.py ├── microbenchmarking.py ├── monitorstack │ ├── __init__.py │ └── ui.py ├── ndbench_thread.py ├── nemesis.py ├── nemesis_publisher.py ├── nemesis_registry.py ├── node_exporter_setup.py ├── nosql_thread.py ├── parallel_timeline_report │ ├── generate_pt_report.py │ └── templates │ │ └── pt_report_template.html ├── paths.py ├── prometheus.py ├── provision │ ├── __init__.py │ ├── aws │ │ ├── capacity_reservation.py │ │ ├── configuration_script.py │ │ ├── constants.py │ │ ├── dedicated_host.py │ │ ├── instance_parameters.py │ │ ├── instance_parameters_builder.py │ │ ├── provisioner.py │ │ └── utils.py │ ├── azure │ │ ├── __init__.py │ │ ├── ip_provider.py │ │ ├── kms_provider.py │ │ ├── network_interface_provider.py │ │ ├── network_security_group_provider.py │ │ ├── provisioner.py │ │ ├── resource_group_provider.py │ │ ├── subnet_provider.py │ │ ├── utils.py │ │ ├── virtual_machine_provider.py │ │ └── virtual_network_provider.py │ ├── common │ │ ├── __init__.py │ │ ├── builders.py │ │ ├── configuration_script.py │ │ ├── provision_plan.py │ │ ├── provision_plan_builder.py │ │ ├── provisioner.py │ │ ├── user_data.py │ │ └── utils.py │ ├── gce │ │ ├── __init__.py │ │ └── kms_provider.py │ ├── helpers │ │ ├── __init__.py │ │ ├── certificate.py │ │ └── cloud_init.py │ ├── network_configuration.py │ ├── provisioner.py │ ├── scylla_yaml │ │ ├── __init__.py │ │ ├── auxiliaries.py │ │ ├── certificate_builder.py │ │ ├── cluster_builder.py │ │ ├── node_builder.py │ │ └── scylla_yaml.py │ ├── security.py │ └── user_data.py ├── remote │ ├── __init__.py │ ├── base.py │ ├── docker_cmd_runner.py │ ├── kubernetes_cmd_runner.py │ ├── libssh2_client │ │ ├── __init__.py │ │ ├── exceptions.py │ │ ├── result.py │ │ ├── session.py │ │ └── timings.py │ ├── local_cmd_runner.py │ ├── remote_base.py │ ├── remote_cmd_runner.py │ ├── remote_file.py │ ├── remote_libssh_cmd_runner.py │ └── remote_long_running.py ├── report_templates │ ├── results_aborted.html │ ├── results_artifacts.html │ ├── results_base.html │ ├── results_base_custom.html │ ├── results_base_new.html │ ├── results_cdcreplication.html │ ├── results_functional.html │ ├── results_gemini.html │ ├── results_issue_template.html │ ├── results_jepsen.html │ ├── results_latency_during_ops.html │ ├── results_latency_during_ops_details_hdr_report.html │ ├── results_latency_during_ops_short.html │ ├── results_longevity.html │ ├── results_manager.html │ ├── results_manager_upgrade.html │ ├── results_microbenchmark.html │ ├── results_nemesis_stats.html │ ├── results_perf_simple_query.html │ ├── results_performance.html │ ├── results_performance_baseline.html │ ├── results_performance_multi_baseline.html │ ├── results_performance_multi_baseline_single_metric.html │ ├── results_performance_predefined_steps.html │ ├── results_private_repo.html │ ├── results_reactor_stall_events_list.html │ ├── results_scale_up.html │ ├── results_search_best_throughput_config.html │ ├── results_sl_workloads.html │ └── results_upgrade.html ├── reporting │ ├── elastic_reporter.py │ └── tooling_reporter.py ├── rest │ ├── __init__.py │ ├── compaction_manager_client.py │ ├── raft_api.py │ ├── raft_upgrade_procedure.py │ ├── remote_curl_client.py │ ├── rest_client.py │ └── storage_service_client.py ├── results_analyze │ ├── __init__.py │ ├── base.py │ ├── metrics.py │ └── test.py ├── scan_operation_thread.py ├── sct_config.py ├── sct_events │ ├── __init__.py │ ├── argus.py │ ├── base.py │ ├── continuous_event.py │ ├── database.py │ ├── decorators.py │ ├── event_counter.py │ ├── event_handler.py │ ├── events_analyzer.py │ ├── events_device.py │ ├── events_processes.py │ ├── file_logger.py │ ├── filters.py │ ├── gce_events.py │ ├── grafana.py │ ├── group_common_events.py │ ├── handlers │ │ ├── __init__.py │ │ └── schema_disagreement.py │ ├── health.py │ ├── loaders.py │ ├── monitors.py │ ├── nemesis.py │ ├── nodetool.py │ ├── operator.py │ ├── prometheus.py │ ├── setup.py │ ├── stress_events.py │ ├── system.py │ ├── teardown_validators.py │ └── workload_prioritisation.py ├── sct_provision │ ├── __init__.py │ ├── aws │ │ ├── __init__.py │ │ ├── cluster.py │ │ ├── instance_parameters_builder.py │ │ ├── layout.py │ │ └── user_data.py │ ├── azure │ │ └── azure_region_definition_builder.py │ ├── common │ │ ├── layout.py │ │ ├── types.py │ │ └── utils.py │ ├── instances_provider.py │ ├── region_definition_builder.py │ └── user_data_objects │ │ ├── __init__.py │ │ ├── apt_daily_triggers.py │ │ ├── docker_service.py │ │ ├── scylla.py │ │ ├── sshd.py │ │ ├── syslog_ng.py │ │ ├── vector_dev.py │ │ └── walinuxagent.py ├── sct_runner.py ├── scylla_bench_thread.py ├── send_email.py ├── sla │ ├── __init__.py │ ├── libs │ │ ├── __init__.py │ │ └── sla_utils.py │ └── sla_tests.py ├── snitch_configuration.py ├── stress │ ├── __init__.py │ ├── base.py │ └── latte_thread.py ├── stress_thread.py ├── teardown_validators │ ├── __init__.py │ ├── base.py │ ├── events.py │ ├── rackaware.py │ └── sstables.py ├── test_config.py ├── tester.py ├── tombstone_gc_verification_thread.py ├── utils │ ├── __init__.py │ ├── action_logger.py │ ├── adaptive_timeouts │ │ ├── __init__.py │ │ └── load_info_store.py │ ├── alternator │ │ ├── __init__.py │ │ ├── api.py │ │ ├── consts.py │ │ ├── enums.py │ │ ├── schemas.py │ │ └── table_setup.py │ ├── argus.py │ ├── ast_utils.py │ ├── auth_context.py │ ├── auto_ssh.py │ ├── aws_builder.py │ ├── aws_kms.py │ ├── aws_okta.py │ ├── aws_peering.py │ ├── aws_region.py │ ├── aws_ssm_runner.py │ ├── aws_utils.py │ ├── azure_region.py │ ├── azure_utils.py │ ├── benchmarks.py │ ├── bisect_test.py │ ├── cdc │ │ ├── __init__.py │ │ └── options.py │ ├── ci_tools.py │ ├── cidr_pool.py │ ├── cloud_api_utils.py │ ├── cloud_monitor │ │ ├── __init__.py │ │ ├── cloud_monitor.py │ │ ├── common.py │ │ ├── report.py │ │ ├── resources │ │ │ ├── __init__.py │ │ │ ├── capacity_reservations.py │ │ │ ├── instances.py │ │ │ └── static_ips.py │ │ └── templates │ │ │ ├── base.html │ │ │ ├── cloud_resources.html │ │ │ ├── per_qa_user.html │ │ │ ├── per_user.html │ │ │ └── per_user_summary.html │ ├── cluster_tools.py │ ├── common.py │ ├── compaction_ops.py │ ├── context_managers.py │ ├── cql_utils.py │ ├── data_validator.py │ ├── database_query_utils.py │ ├── decorators.py │ ├── distro.py │ ├── docker_remote.py │ ├── docker_utils.py │ ├── es_index.py │ ├── es_queries.py │ ├── features.py │ ├── file.py │ ├── gce_builder.py │ ├── gce_region.py │ ├── gce_utils.py │ ├── gcp_kms.py │ ├── get_username.py │ ├── git.py │ ├── hdrhistogram.py │ ├── health_checker.py │ ├── housekeeping.py │ ├── install.py │ ├── internal_modules.py │ ├── issues.py │ ├── issues_by_keyword │ │ ├── find_known_issue.py │ │ └── issue_by_keyword.yaml │ ├── java.py │ ├── jepsen.py │ ├── k8s │ │ ├── __init__.py │ │ └── chaos_mesh.py │ ├── latency.py │ ├── ldap.py │ ├── loader_utils.py │ ├── log.py │ ├── log_time_consistency.py │ ├── metaclasses.py │ ├── microbenchmarking │ │ ├── __init__.py │ │ └── perf_simple_query_reporter.py │ ├── mp_start.py │ ├── nemesis_generation.py │ ├── nemesis_utils │ │ ├── __init__.py │ │ ├── indexes.py │ │ ├── node_allocator.py │ │ └── node_operations.py │ ├── net.py │ ├── node.py │ ├── open_with_diff.py │ ├── operations_thread.py │ ├── operator │ │ ├── __init__.py │ │ └── multitenant_common.py │ ├── parallel_object.py │ ├── perftune_validator.py │ ├── pricing.py │ ├── profiler.py │ ├── properties.py │ ├── quota.py │ ├── raft │ │ ├── __init__.py │ │ └── common.py │ ├── remote_logger.py │ ├── replication_strategy_utils.py │ ├── repo_parser.py │ ├── resources_cleanup.py │ ├── s3_remote_uploader.py │ ├── sct_cmd_helpers.py │ ├── scylla_args.py │ ├── scylla_metrics_ctrl.py │ ├── ssh_agent.py │ ├── sstable │ │ ├── __init__.py │ │ ├── load_inventory.py │ │ ├── load_utils.py │ │ ├── s3_uploader.py │ │ └── sstable_utils.py │ ├── subtest_utils.py │ ├── syslogng.py │ ├── tablets │ │ ├── __init__.py │ │ └── common.py │ ├── threads_and_processes_alive.py │ ├── time_utils.py │ ├── topology_ops.py │ ├── toppartition_util.py │ ├── uda.py │ ├── udas │ │ └── my_avg.yaml │ ├── udf.py │ ├── udf_scripts │ │ ├── lua_div_fin.yaml │ │ ├── lua_plus_acc.yaml │ │ ├── lua_var_length_counter.yaml │ │ ├── lua_var_length_counter_accumulator.yaml │ │ ├── wasm_div.yaml │ │ ├── wasm_div_fin.yaml │ │ ├── wasm_plus.yaml │ │ ├── wasm_plus_acc.yaml │ │ └── wasm_simple_return_int.yaml │ ├── user_profile.py │ ├── validators │ │ └── iotune.py │ ├── vector_dev.py │ ├── vector_store_client.py │ ├── vector_store_utils.py │ └── version_utils.py ├── wait.py └── ycsb_thread.py ├── sla_per_user_system_test.py ├── snitch_test.py ├── templates ├── job_pipeline │ └── template-longevity-5gb-1h.jenkinsfile.j2 └── test_config │ ├── template-longevity-5gb-1h-base.yaml.j2 │ └── template-nemesis-config.yaml.j2 ├── test-cases ├── PR-provision-test-docker.yaml ├── PR-provision-test.yaml ├── artifacts │ ├── amazon2023.yaml │ ├── ami.yaml │ ├── azure-image.yaml │ ├── centos7.yaml │ ├── centos9-selinux.yaml │ ├── centos9.yaml │ ├── debian11.yaml │ ├── debian12.yaml │ ├── docker.yaml │ ├── gce-image-persistent-disk.yaml │ ├── gce-image.yaml │ ├── oel76.yaml │ ├── oel8.yaml │ ├── oel9.yaml │ ├── rhel10.yaml │ ├── rhel7.yaml │ ├── rhel8.yaml │ ├── rocky8.yaml │ ├── rocky9-selinux.yaml │ ├── rocky9.yaml │ ├── ubuntu2004-fips.yaml │ ├── ubuntu2204.yaml │ └── ubuntu2404.yaml ├── cdc │ ├── cdc-15m-replication-gemini.yaml │ ├── cdc-15m-replication-postimage.yaml │ ├── cdc-15m-replication-preimage.yaml │ ├── cdc-15m-replication.yaml │ └── cdc-replication-longevity.yaml ├── enterprise-features │ ├── ics │ │ └── longevity │ │ │ ├── ics-longevity-100gb-4h.yaml │ │ │ ├── ics-longevity-10gb-3h.yaml │ │ │ ├── ics-longevity-1TB-7days-authorization-and-tls-ssl.yaml │ │ │ ├── ics-longevity-200GB-48h-verifier-LimitedMonkey-tls.yaml │ │ │ ├── ics-longevity-50GB-4days-authorization-and-tls-ssl.yaml │ │ │ ├── ics-longevity-large-partition-4days.yaml │ │ │ ├── ics-longevity-mv-si-4days.yaml │ │ │ └── ics-longevity-toggle-strategy-large-partitions-24h.yaml │ └── workload-prioritization │ │ └── longevity │ │ └── longevity-sla-system-24h.yaml ├── features │ ├── 2mv-backpressure-4d.yaml │ ├── alternator-ttl │ │ ├── longevity-alternator-1h-scan-12h-ttl-no-lwt-2h-grace-4loaders-sisyphus.yaml │ │ ├── longevity-alternator-4m-scan-36m-ttl-8m-grace-sisyphus-rewrite-expired-data.yaml │ │ ├── longevity-alternator-4m-scan-36m-ttl-no-lwt-8m-grace-sisyphus.yaml │ │ ├── longevity-alternator-4m-scan-multiple-ttl-8m-grace.yaml │ │ ├── longevity-alternator-disable-enable-ttl.yaml │ │ ├── longevity-alternator-ttl-big-dataset.yaml │ │ ├── longevity-alternator-ttl-large-writes.yaml │ │ └── longevity-alternator-ttl-lwt.yaml │ ├── compaction-throughput-limit.yaml │ ├── dns-cluster-5min.yaml │ ├── elasticity │ │ ├── elasticity-90-percent-i4i-2xlarge-drop.yaml │ │ ├── elasticity-90-percent-i4i-2xlarge-truncate.yaml │ │ ├── elasticity-90-percent-i4i-2xlarge-ttl.yaml │ │ ├── elasticity-90-percent-perf-i4i-4xlarge-grow-i4i-large.yaml │ │ ├── elasticity-90-percent-perf-i4i-large-grow-i4i-4xlarge.yaml │ │ ├── elasticity-90-percent-with-nemesis.yaml │ │ └── longevity-elasticity-many-small-tables.yaml │ ├── gce-multiple-dc-shutdown-30mins.yaml │ ├── google-cloud-snitch-multi-dc.yaml │ ├── ics_space_amplification_goal_test.yaml │ ├── limit-streaming-io.yaml │ ├── out-of-space-prevention │ │ ├── longevity-out-of-space-prevention-compaction.yaml │ │ ├── longevity-out-of-space-prevention-reject-writes.yaml │ │ ├── longevity-out-of-space-prevention-repair.yaml │ │ ├── longevity-out-of-space-prevention-restart.yaml │ │ └── longevity-out-of-space-prevention-secondary-index.yaml │ ├── per-partition-limit.yaml │ ├── sl-workloads-test.yaml │ ├── system-sla-test.yaml │ ├── test_add_remove_ldap_role_permission.yaml │ ├── tombstone_gc │ │ └── longevity-tombstone-gc-modes.yaml │ └── uda_udf.yaml ├── gemini │ ├── gemini-1tb-10h.yaml │ ├── gemini-3h-cdc-postimage-write.yaml │ ├── gemini-3h-cdc-preimage-write.yaml │ ├── gemini-3h-cdc-write.yaml │ ├── gemini-3h-ics-cdc-with-nemesis.yaml │ ├── gemini-3h-ics-with-nondisruptive-nemesis.yaml │ ├── gemini-3h-with-nemesis.yaml │ ├── gemini-3h-with-nondisruptive-nemesis.yaml │ ├── gemini-8h-large-num-columns.yaml │ ├── gemini-basic-3h-ics.yaml │ └── gemini-basic-3h.yaml ├── jepsen │ ├── jepsen.yaml │ └── jepsen_with_raft.yaml ├── kafka │ ├── longevity-kafka-cdc.yaml │ └── longevity-kafka-sink.yaml ├── load │ └── admission_control_overload_test.yaml ├── longevity │ ├── longevity-1-rf-test-12h.yaml │ ├── longevity-100GB-48h-cloud-CloudLimitedChaosMonkey-tls.yaml │ ├── longevity-100gb-4h-cql-stress.yaml │ ├── longevity-100gb-4h.yaml │ ├── longevity-10gb-3h.yaml │ ├── longevity-150GB-12h-autorization-LimitedMonkey-cql-stress.yaml │ ├── longevity-150GB-12h-autorization-LimitedMonkey.yaml │ ├── longevity-1TB-3days-authorization-and-tls-ssl.yaml │ ├── longevity-1TB-5days-authorization-and-tls-ssl.yaml │ ├── longevity-200GB-48h-network-monkey.yaml │ ├── longevity-200GB-48h-verifier-LimitedMonkey-tls.yaml │ ├── longevity-2TB-48h-authorization-and-tls-ssl-1dis-2nondis-nemesis.yaml │ ├── longevity-50GB-3days-authorization-and-tls-ssl.yaml │ ├── longevity-5TB-1day.yaml │ ├── longevity-alternator-200GB-48h.yaml │ ├── longevity-alternator-3h-multidc.yaml │ ├── longevity-alternator-3h.yaml │ ├── longevity-alternator-streams-100gb-12h.yaml │ ├── longevity-aws-custom-d2-workload1-3dcs.yaml │ ├── longevity-aws-custom-d2-workload1-5dcs.yaml │ ├── longevity-azure-kms-10gb-3h.yaml │ ├── longevity-cdc-100gb-4h.yaml │ ├── longevity-cdc-100gb-8h-multi-dc-large-cluster.yaml │ ├── longevity-cdc-100gb-8h-multi-dc-topology-changes.yaml │ ├── longevity-cdc-3d-400gb.yaml │ ├── longevity-change-cluster-size-by-2-times.yaml │ ├── longevity-counters-3h.yaml │ ├── longevity-counters-multidc.yaml │ ├── longevity-encryption-at-rest-200GB-6h.yaml │ ├── longevity-encryption-at-rest-20GB-6h-multidc.yaml │ ├── longevity-encryption-at-rest-50GB-1day-authorization-and-tls-ssl.yaml │ ├── longevity-gce-custom-d1-workload1-hybrid-raid.yaml │ ├── longevity-gce-custom-d1-workload2-hybrid-raid.yaml │ ├── longevity-gcp-kms-10gb-3h.yaml │ ├── longevity-harry-2h.yaml │ ├── longevity-large-collections-12h.yaml │ ├── longevity-large-partition-200k_pks-4days.yaml │ ├── longevity-large-partition-3h.yaml │ ├── longevity-large-partition-4days.yaml │ ├── longevity-large-partition-8h.yaml │ ├── longevity-large-partitions-with-network-nemesis-1h.yaml │ ├── longevity-lwt-1loader-3h.yaml │ ├── longevity-lwt-24h-multidc.yaml │ ├── longevity-lwt-500G-3d.yaml │ ├── longevity-lwt-basic-24h-1dis-2nondis.yaml │ ├── longevity-lwt-basic-24h.yaml │ ├── longevity-lwt-basic-3h.yaml │ ├── longevity-lwt-parallel-24h.yaml │ ├── longevity-mini-test-1h.yaml │ ├── longevity-multi-dc-rack-aware-with-znode-in-diff_dc.yaml │ ├── longevity-multi-dc-rack-aware.yaml │ ├── longevity-multi-dc-rackaware-validation.yaml │ ├── longevity-multi-keyspaces.yaml │ ├── longevity-multidc-parallel-network-schema-changes-12h.yaml │ ├── longevity-multidc-parallel-topology-schema-changes-12h.yaml │ ├── longevity-mv-si-4days.yaml │ ├── longevity-mv-synchronous-updates-12h.yaml │ ├── longevity-ndbench-12-nodes-multidc-4h.yaml │ ├── longevity-ndbench-192-nodes-multidc-4h.yaml │ ├── longevity-nosqlbench-3h.yaml │ ├── longevity-parallel-schema-changes-12h-cql-stress.yaml │ ├── longevity-parallel-schema-changes-12h.yaml │ ├── longevity-schema-changes-3h.yaml │ ├── longevity-scylla-cloud-sanity-30m.yaml │ ├── longevity-sla-100gb-4h.yaml │ ├── longevity-topology-changes-3h.yaml │ ├── longevity-twcs-3h.yaml │ ├── longevity-twcs-48h.yaml │ ├── longevity-user-profile-d.yaml │ ├── longevity-ycsb-a-100M.yaml │ ├── longevity-ycsb-a-10M.yaml │ ├── longevity-ycsb-a-1B.yaml │ ├── longevity-ycsb-a-1M.yaml │ └── longevity-ycsb.txt ├── manager │ ├── manager-backup-1TB-gce.yaml │ ├── manager-backup-and-restore-4TB-single-node.yaml │ ├── manager-backup-restore-set-dataset.yaml │ ├── manager-installation-set-distro.yaml │ ├── manager-multiple-restores-schema-and-data.yaml │ ├── manager-no-delta-backup-set-dataset.yaml │ ├── manager-regression-alternator-singleDC-set-distro.yaml │ ├── manager-regression-azure.yaml │ ├── manager-regression-ipv6.yaml │ ├── manager-regression-multiDC-gce.yaml │ ├── manager-regression-multiDC-set-distro.yaml │ ├── manager-regression-singleDC-set-distro.yaml │ ├── manager-repair-control.yaml │ ├── manager-repair-intensity-multiple-repaired-nodes.yaml │ ├── manager-repair-intensity-single-repaired-nodes.yaml │ ├── manager-restore-outside.yaml │ └── prepare_snapshot │ │ ├── 100GB_dataset.yaml │ │ ├── 10GB_dataset.yaml │ │ ├── 2TB_dataset.yaml │ │ └── 5GB_dataset.yaml ├── microbenchmarking │ ├── amazon_perf_simple_query_ARM.yaml │ └── amazon_perf_simple_query_x86.yaml ├── nemesis │ └── longevity-5gb-1h-EndOfQuotaNemesis.yaml ├── performance │ ├── perf-regression-2mv.yaml │ ├── perf-regression-alternator-basic.yaml │ ├── perf-regression-alternator-full.yaml │ ├── perf-regression-alternator.100threads.30M-keys.yaml │ ├── perf-regression-latency-125gb.yaml │ ├── perf-regression-latency-1TB.yaml │ ├── perf-regression-latency-250gb-with-nemesis.yaml │ ├── perf-regression-latency-500gb-30min.yaml │ ├── perf-regression-latency-650gb-elasticity.yaml │ ├── perf-regression-latency-650gb-grow-shrink.yaml │ ├── perf-regression-latency-650gb-upgrade.yaml │ ├── perf-regression-latency-650gb-with-nemesis.yaml │ ├── perf-regression-latency-backup-nemesis.yaml │ ├── perf-regression-latency-cdc-mixed-poll-batching.yaml │ ├── perf-regression-latency-k8s-multitenant.yaml │ ├── perf-regression-latency-lwt-big.yaml │ ├── perf-regression-latency-lwt-small.yaml │ ├── perf-regression-latency-mv-read-concurrency.yaml │ ├── perf-regression-predefined-throughput-steps-custom-d3-w1.yaml │ ├── perf-regression-predefined-throughput-steps.yaml │ ├── perf-regression-throughput-125gb.yaml │ ├── perf-regression-throughput-baremetal-5gb.yaml │ ├── perf-regression-throughput-cdc-mixed-poll-batching.yaml │ ├── perf-regression-throughput-lwt-big.yaml │ ├── perf-regression-throughput-lwt-small.yaml │ ├── perf-regression-user-profiles.yaml │ ├── perf-regression-write-latency-cdc.yaml │ ├── perf-regression-write-throughput-cdc.yaml │ ├── perf-regression.100threads.100M-keys-z3-enterprise.yaml │ ├── perf-regression.100threads.30M-keys-i4i-enterprise.yaml │ ├── perf-regression.100threads.30M-keys-i4i.yaml │ ├── perf-regression.100threads.30M-keys.yaml │ ├── perf-row-level-repair-1TB.yaml │ ├── perf-search-best-throughput-config.yaml │ └── ycsb │ │ └── perf-base.yaml ├── quarantined │ └── longevity-large-partitions-deletions-and-reversed-queries.yaml ├── scale │ ├── longevity-5000-tables.yaml │ ├── longevity-many-clients-4h.yaml │ ├── longevity-scale-5dcs-cluster-xl.yaml │ └── scale-cluster.yaml ├── scylla-operator │ ├── functional.yaml │ ├── kubernetes-operator-upgrade.yaml │ ├── kubernetes-platform-upgrade.yaml │ ├── kubernetes-scylla-upgrade.yaml │ ├── longevity-scylla-operator-12h-multitenant-14-clients.yaml │ ├── longevity-scylla-operator-3h-add-remove-rack.yaml │ ├── longevity-scylla-operator-3h-backup.yaml │ ├── longevity-scylla-operator-3h-cluster-rolling.yaml │ ├── longevity-scylla-operator-3h-grow-shrink.yaml │ ├── longevity-scylla-operator-3h-mgmt-restore.yaml │ ├── longevity-scylla-operator-3h-multitenant.yaml │ ├── longevity-scylla-operator-3h-nodetool-flush-and-reshard.yaml │ ├── longevity-scylla-operator-3h-repair.yaml │ ├── longevity-scylla-operator-3h-replace.yaml │ ├── longevity-scylla-operator-3h-stop-start.yaml │ ├── longevity-scylla-operator-3h-terminate-decommission-add.yaml │ ├── longevity-scylla-operator-3h-terminate-replace.yaml │ ├── longevity-scylla-operator-3h.yaml │ ├── longevity-scylla-operator-alternator-http-3h.yaml │ ├── longevity-scylla-operator-alternator-https-3h.yaml │ ├── longevity-scylla-operator-basic-12h.yaml │ ├── longevity-scylla-operator-many-clients-4h.yaml │ ├── longevity-scylla-operator-multidc-12h.yaml │ └── longevity-scylla-operator-multidc-3h.yaml ├── simple-data-validation-latte.yaml ├── upgrades │ ├── customer-profile │ │ └── rolling-upgrade-custom-d1.yaml │ ├── generic-rolling-upgrade.yaml │ ├── manager-upgrade.yaml │ ├── multi-dc-rolling-upgrade.yaml │ ├── rolling-upgrade-latency-regression-aws-custom-d2-workload1-5dcs-expensive.yaml │ ├── rolling-upgrade-latency-regression-aws-custom-d2-workload1-5dcs.yaml │ ├── rolling-upgrade-latency-regression.yaml │ └── rolling-upgrade.yaml └── vector-search │ └── vector-search-sanity.yaml ├── test_add_remove_ldap_role_permission.py ├── test_lib ├── __init__.py ├── compaction.py ├── cql_types.py ├── scylla_bench_tools.py ├── sla.py └── utils.py ├── throughput_limit_test.py ├── uda_udf_test.py ├── unit_tests ├── __init__.py ├── conftest.py ├── dummy_remote.py ├── gen_ami_list.py ├── k8s │ └── test_remote_scylla_yaml.py ├── lib │ ├── __init__.py │ ├── alternator_utils.py │ ├── data_pickle.py │ ├── events_utils.py │ ├── fake_provisioner.py │ ├── fake_region_definition_builder.py │ ├── fake_remoter.py │ ├── fake_resources.py │ ├── mock_remoter.py │ ├── remoter_recorder.py │ └── test_profiler │ │ ├── __init__.py │ │ ├── lib.py │ │ └── lib2.py ├── nemesis │ ├── __init__.py │ ├── fake_cluster.py │ ├── test_node_allocator.py │ ├── test_registry.py │ ├── test_sisyphus.py │ └── test_specific_nemesis.py ├── provisioner │ ├── __init__.py │ ├── azure_default_config.yaml │ ├── conftest.py │ ├── fake_azure_service.py │ ├── test_azure_get_scylla_images.py │ ├── test_azure_region_definition_builder.py │ ├── test_capacity_reservation.py │ ├── test_data │ │ └── SCYLLA-IMAGES │ │ │ └── azure_images_list.json │ ├── test_provision_sct_resources.py │ ├── test_provisioner.py │ ├── test_scylla_machine_image_payload.py │ └── test_user_data_builder.py ├── pytest.ini ├── rest │ └── test_compaction_manager_client.py ├── test_adaptive_timeouts.py ├── test_alternator_streams_kcl.py ├── test_argus_results.py ├── test_audit.py ├── test_aws_services.py ├── test_aws_spot_provisioning.py ├── test_aws_ssm_runner.py ├── test_azure_rate_limiting_fix.py ├── test_azure_vm_provider_reboot.py ├── test_base_version.py ├── test_cassandra_harry.py ├── test_cassandra_stress_thread.py ├── test_chaos_mesh.py ├── test_clean_cloud_resources_func.py ├── test_cluster.py ├── test_cluster_aws.py ├── test_cluster_cloud.py ├── test_common_get_db_tables.py ├── test_config.py ├── test_config_get_version_based_on_conf.py ├── test_configs │ ├── complex_test_case_with_version.yaml │ ├── cs_user_profile.yaml │ ├── minimal_test_case.yaml │ ├── multi_region_dc_test_case.yaml │ ├── negative_fullscan_param.yaml │ ├── nemesis_selector_list.yaml │ ├── nemesis_selector_list_of_list.yaml │ ├── network_config_interface_not_defined.yaml │ ├── network_config_interface_param_not_defined.yaml │ ├── network_config_interface_param_public_not_primary.yaml │ ├── positive_fullscan_param.yaml │ ├── simple_test_case.yaml │ ├── stress_cmd_with_bad_profile.yaml │ └── unknown_param_in_config.yaml ├── test_coredump.py ├── test_cql_stress_cassandra_stress_thread.py ├── test_cql_utils.py ├── test_data │ ├── compaction_event_end.log │ ├── compaction_event_start.log │ ├── compaction_stopped_exception.log │ ├── gate_closed_ignored_exception.log │ ├── kafka_connectors │ │ ├── kafka-connect-scylladb.yaml │ │ └── scylla-cdc-source-connector.yaml │ ├── kernel_callstack.log │ ├── latency_decorator_result.json │ ├── load_and_stream.log │ ├── mocked_ami_data.json │ ├── power_off.log │ ├── reactor_stalls_with_known_issue.log │ ├── schema_with_internals.log │ ├── scylla.yaml │ ├── scylla_yaml_update.yaml │ ├── stress_image_extra_config.yaml │ ├── system.log │ ├── system_cdc_invalid_request.log │ ├── system_core.log │ ├── system_interlace_stall.log │ ├── system_one_line_backtrace.log │ ├── system_status_events.log │ ├── system_suppressed_messages.log │ ├── test_audit.log │ ├── test_audit_comma_sep.log │ ├── test_config │ │ └── multitenant │ │ │ ├── shared_option_values.yaml │ │ │ └── unique_option_values.yaml │ ├── test_coredump │ │ ├── filebased │ │ │ ├── fail_get_list_test_remoter.json │ │ │ ├── fail_get_list_test_results.json │ │ │ ├── fail_upload_test_remoter.json │ │ │ ├── fail_upload_test_results.json │ │ │ ├── success_test_remoter.json │ │ │ └── success_test_results.json │ │ └── systemd │ │ │ ├── exceptions_limit_not_reached_test_remoter.json │ │ │ ├── exceptions_limit_not_reached_test_results.json │ │ │ ├── exceptions_limit_reached_test_remoter.json │ │ │ ├── exceptions_limit_reached_test_results.json │ │ │ ├── fail_get_list_test_remoter.json │ │ │ ├── fail_get_list_test_results.json │ │ │ ├── fail_upload_test_remoter.json │ │ │ ├── fail_upload_test_results.json │ │ │ ├── success_test_remoter.json │ │ │ ├── success_test_results.json │ │ │ ├── success_test_systemd_248_remoter.json │ │ │ └── success_test_systemd_248_results.json │ ├── test_data_validator │ │ ├── lwt-basic-3h.yaml │ │ └── no-validation-views-lwt-basic-3h.yaml │ ├── test_microbenchmarking │ │ ├── PFF_2_datasets │ │ │ └── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ ├── large-part-ds1 │ │ │ │ │ ├── no.1.json │ │ │ │ │ └── yes.1.json │ │ │ │ └── large-part-ds2 │ │ │ │ │ ├── no.1.json │ │ │ │ │ └── yes.1.json │ │ │ │ └── small-partition-slicing │ │ │ │ ├── small-part-1 │ │ │ │ ├── 0-256.1.json │ │ │ │ └── 500000-4096.1.json │ │ │ │ └── small-part │ │ │ │ ├── 0-256.1.json │ │ │ │ └── 500000-4096.1.json │ │ ├── PFF_empty_dataset_folders │ │ │ └── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ └── large-part-ds1 │ │ │ │ │ └── .gitignore │ │ │ │ └── small-partition-slicing │ │ │ │ └── small-part │ │ │ │ └── .gitignore │ │ ├── PFF_empty_folder │ │ │ └── perf_fast_forward_output │ │ │ │ └── .gitignore │ │ ├── PFF_empty_tests_folders │ │ │ └── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ └── .gitignore │ │ │ │ └── small-partition-slicing │ │ │ │ └── .gitignore │ │ ├── PFF_with_AVGAIO │ │ │ ├── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ │ └── large-part-ds1 │ │ │ │ │ │ ├── no.1.json │ │ │ │ │ │ └── yes.1.json │ │ │ │ └── small-partition-slicing │ │ │ │ │ └── small-part │ │ │ │ │ ├── 0-256.1.json │ │ │ │ │ └── 500000-4096.1.json │ │ │ ├── report_obj │ │ │ └── result_obj │ │ ├── PFF_with_AVGAIO_0 │ │ │ └── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ └── large-part-ds1 │ │ │ │ │ ├── no.1.json │ │ │ │ │ └── yes.1.json │ │ │ │ └── small-partition-slicing │ │ │ │ └── small-part │ │ │ │ ├── 0-256.1.json │ │ │ │ └── 500000-4096.1.json │ │ ├── PFF_with_new_metric │ │ │ ├── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ │ └── large-part-ds1 │ │ │ │ │ │ ├── no.1.json │ │ │ │ │ │ └── yes.1.json │ │ │ │ └── small-partition-slicing │ │ │ │ │ └── small-part │ │ │ │ │ ├── 0-1.1.json │ │ │ │ │ └── 500000-4096.1.json │ │ │ └── result_obj │ │ ├── PFF_without_AVGAIO │ │ │ ├── perf_fast_forward_output │ │ │ │ ├── large-partition-forwarding │ │ │ │ │ └── large-part-ds1 │ │ │ │ │ │ ├── no.1.json │ │ │ │ │ │ └── yes.1.json │ │ │ │ └── large-partition-slicing-single-key-reader │ │ │ │ │ └── large-part-ds1 │ │ │ │ │ ├── 0-4096.1.json │ │ │ │ │ └── 500000-1.1.json │ │ │ ├── report_obj │ │ │ └── result_obj │ │ └── mock_response │ │ │ └── _get_prior_tests │ │ │ └── 8a7b5f63aab849744a9acde36d944999.zip │ ├── test_prometheus │ │ ├── test_alert_manager_listener_artificial_run.yaml │ │ └── test_alert_manager_listener_real_run.json │ ├── test_scylla_yaml_builders │ │ ├── PR-provision-test.result.json │ │ ├── PR-provision-test.yaml │ │ ├── functional.result.json │ │ ├── functional.yaml │ │ ├── jepsen.result.json │ │ ├── jepsen.yaml │ │ ├── longevity-10gb-3h.result.json │ │ ├── longevity-10gb-3h.yaml │ │ ├── manager-backup-1TB-gce.result.json │ │ ├── manager-backup-1TB-gce.yaml │ │ ├── multi_network_interfaces │ │ │ ├── cdc-replication-longevity.result.json │ │ │ ├── cdc-replication-longevity.yaml │ │ │ ├── longevity-10gb-3h.result.json │ │ │ └── longevity-10gb-3h.yaml │ │ ├── perf-regression.100threads.30M-keys.result.json │ │ ├── perf-regression.100threads.30M-keys.yaml │ │ ├── rolling-upgrade.result.json │ │ └── rolling-upgrade.yaml │ └── test_send_email │ │ └── LongevityEmailReporter │ │ └── big_report.zip ├── test_decode_backtrace.py ├── test_dedicated_hosts.py ├── test_docker_cmd_runner.py ├── test_events.py ├── test_find_ami_equivalent.py ├── test_gce_log_monitor.py ├── test_gemini_thread.py ├── test_get_columns_for_primary_cluster_keys.py ├── test_hydra_sh.py ├── test_kafka.py ├── test_latte_thread.py ├── test_lib_utils.py ├── test_log_collector.py ├── test_longevity.py ├── test_manual.py ├── test_mgmt_operations_stress_load.py ├── test_microbenchmarking.py ├── test_ndbench_thread.py ├── test_network_config.py ├── test_parallelobject.py ├── test_perftune_validator_count_bits.py ├── test_profiler.py ├── test_prometheus.py ├── test_python_driver.py ├── test_remote_long_running.py ├── test_remoter.py ├── test_replication_strategy_utils.py ├── test_run_cqlsh.py ├── test_s3_remote_uploader.py ├── test_scan_operation_thread.py ├── test_sct_clean_commands.py ├── test_sct_events_base.py ├── test_sct_events_continuous_events_registry.py ├── test_sct_events_database.py ├── test_sct_events_events_analyzer.py ├── test_sct_events_events_device.py ├── test_sct_events_events_handler.py ├── test_sct_events_events_processes.py ├── test_sct_events_file_logger.py ├── test_sct_events_filters.py ├── test_sct_events_grafana.py ├── test_sct_events_health.py ├── test_sct_events_loaders.py ├── test_sct_events_monitors.py ├── test_sct_events_nodetool.py ├── test_sct_events_operator.py ├── test_sct_events_system.py ├── test_sct_runner.py ├── test_scylla_bench_thread.py ├── test_scylla_yaml.py ├── test_scylla_yaml_builders.py ├── test_sdcm_mgmt_cli.py ├── test_sdcm_mgmt_common.py ├── test_seed_selector.py ├── test_send_email.py ├── test_sla_utils.py ├── test_stress_thread_functions.py ├── test_sync.py ├── test_teardown_validator.py ├── test_test_lib_cql_types.py ├── test_tester.py ├── test_uda.py ├── test_udf.py ├── test_user_data_builders.py ├── test_utils__operator__multitenant_common.py ├── test_utils_cidr_pool.py ├── test_utils_cluster_tools.py ├── test_utils_common.py ├── test_utils_data_validator.py ├── test_utils_database_query_utils.py ├── test_utils_decorators.py ├── test_utils_distro.py ├── test_utils_docker.py ├── test_utils_health_checker.py ├── test_utils_issues.py ├── test_utils_k8s.py ├── test_utils_scylla_args.py ├── test_vector_store.py ├── test_version_utils.py ├── test_wait.py └── test_ycsb_thread.py ├── upgrade_schema_test.py ├── upgrade_test.py ├── utils ├── .bash_completion ├── __init__.py ├── backport.sh ├── backport_sct.sh ├── build_system │ ├── __init__.py │ ├── create_test_release_jobs.py │ ├── folder-template.xml │ └── template.xml ├── cloud_cleanup │ ├── __init__.py │ ├── aws │ │ ├── __init__.py │ │ └── clean_aws.py │ ├── azure │ │ ├── __init__.py │ │ └── clean_azure.py │ ├── gce │ │ ├── __init__.py │ │ └── clean_gce.py │ └── xcloud │ │ ├── __init__.py │ │ └── clean_xcloud.py ├── copy_ami_to_all_regions.py ├── copy_ami_to_all_regions.sh ├── create_aws_region_data.py ├── decode_kallsyms.py ├── fetch_and_decode_stalls_from_job_database_logs.sh ├── fetch_and_decode_stalls_from_journalctl_logs_all_nodes.sh ├── fetch_and_decode_stalls_from_one_journalctl_log.sh ├── fix_es_mapping.py ├── get_supported_scylla_base_versions.py ├── lint_test_cases.sh ├── migrate_latency_results_to_argus.py ├── migrate_nemesis_data.py ├── scylla_doctor.py ├── split_sct_log.py ├── update_argus_client.py ├── update_field.py └── upload_sct_coredump.sh ├── uv.lock ├── vars ├── artifactsPipeline.groovy ├── byoLongevityPipeline.groovy ├── byoScylladb.groovy ├── checkoutQaInternal.groovy ├── cleanSctRunners.groovy ├── collectBuilderLogs.groovy ├── collectTestCoredumps.groovy ├── copyLogsFromSctRunner.groovy ├── createArgusTestRun.groovy ├── createSctRunner.groovy ├── createTestJobPipeline.groovy ├── dockerLogin.groovy ├── finishArgusTestRun.groovy ├── getCloudProviderFromBackend.groovy ├── getJenkinsLabels.groovy ├── getJobTimeouts.groovy ├── getLatestScyllaRelease.groovy ├── initAwsRegionParam.groovy ├── jepsenPipeline.groovy ├── loadEnvFromString.groovy ├── longevityPipeline.groovy ├── managerPipeline.groovy ├── perfRegressionParallelPipeline.groovy ├── perfRegressionParallelPipelinebyRegion.groovy ├── perfSearchBestConfigParallelPipeline.groovy ├── provisionResources.groovy ├── pullRequestContainsLabels.groovy ├── pullRequestSetResult.groovy ├── rollingOperatorUpgradePipeline.groovy ├── rollingUpgradePipeline.groovy ├── runCleanupResource.groovy ├── runCollectLogs.groovy ├── runGeneratePTReport.groovy ├── runSctTest.groovy ├── runSendEmail.groovy ├── sctScript.groovy ├── simpleTrigger.groovy └── supportedUpgradeFromVersions.groovy └── ycsb_performance_regression_test.py /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/actions/run-validation/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/actions/run-validation/action.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/scripts/auto-backport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/scripts/auto-backport.py -------------------------------------------------------------------------------- /.github/scripts/search_commits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/scripts/search_commits.py -------------------------------------------------------------------------------- /.github/workflows/auto_assign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/workflows/auto_assign.yaml -------------------------------------------------------------------------------- /.github/workflows/build-docker-image.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/workflows/build-docker-image.yaml -------------------------------------------------------------------------------- /.github/workflows/cache-issues.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/workflows/cache-issues.yaml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/test-hydra-macos.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.github/workflows/test-hydra-macos.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.python-version: -------------------------------------------------------------------------------- 1 | 3.14 2 | -------------------------------------------------------------------------------- /AGENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/AGENTS.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/Dockerfile -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /LICENSE.AGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/LICENSE.AGPL -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/README.md -------------------------------------------------------------------------------- /argus/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argus/_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/_version.py -------------------------------------------------------------------------------- /argus/client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/__init__.py -------------------------------------------------------------------------------- /argus/client/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/base.py -------------------------------------------------------------------------------- /argus/client/driver_matrix_tests/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/driver_matrix_tests/cli.py -------------------------------------------------------------------------------- /argus/client/generic/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/generic/cli.py -------------------------------------------------------------------------------- /argus/client/generic/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/generic/client.py -------------------------------------------------------------------------------- /argus/client/generic_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/generic_result.py -------------------------------------------------------------------------------- /argus/client/sct/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/sct/client.py -------------------------------------------------------------------------------- /argus/client/sct/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/sct/types.py -------------------------------------------------------------------------------- /argus/client/sirenada/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/client/sirenada/client.py -------------------------------------------------------------------------------- /argus/common/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /argus/common/enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/common/enums.py -------------------------------------------------------------------------------- /argus/common/sct_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/common/sct_types.py -------------------------------------------------------------------------------- /argus/common/sirenada_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/common/sirenada_types.py -------------------------------------------------------------------------------- /argus/how_to_update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/argus/how_to_update.md -------------------------------------------------------------------------------- /argus/version: -------------------------------------------------------------------------------- 1 | 0.15.6 2 | -------------------------------------------------------------------------------- /artifacts_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/artifacts_test.py -------------------------------------------------------------------------------- /cdc_replication_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/cdc_replication_test.py -------------------------------------------------------------------------------- /cluster_configuration_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/cluster_configuration_tests.py -------------------------------------------------------------------------------- /commitlint.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/commitlint.config.js -------------------------------------------------------------------------------- /configurations/arm/amazon2023.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/amazon2023.yaml -------------------------------------------------------------------------------- /configurations/arm/centos9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/centos9.yaml -------------------------------------------------------------------------------- /configurations/arm/eks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/eks.yaml -------------------------------------------------------------------------------- /configurations/arm/rhel10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/rhel10.yaml -------------------------------------------------------------------------------- /configurations/arm/ubuntu2204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/ubuntu2204.yaml -------------------------------------------------------------------------------- /configurations/arm/ubuntu2404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/arm/ubuntu2404.yaml -------------------------------------------------------------------------------- /configurations/audit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/audit.yaml -------------------------------------------------------------------------------- /configurations/aws/i3en_2xlarge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/aws/i3en_2xlarge.yaml -------------------------------------------------------------------------------- /configurations/aws/i4i_2xlarge.yaml: -------------------------------------------------------------------------------- 1 | instance_type_db: 'i4i.2xlarge' 2 | -------------------------------------------------------------------------------- /configurations/aws/i4i_4xlarge.yaml: -------------------------------------------------------------------------------- 1 | instance_type_db: 'i4i.4xlarge' 2 | -------------------------------------------------------------------------------- /configurations/capacity_reservation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/capacity_reservation.yaml -------------------------------------------------------------------------------- /configurations/cs-gauss-distribution.yaml: -------------------------------------------------------------------------------- 1 | cs_populating_distribution: "gauss" 2 | -------------------------------------------------------------------------------- /configurations/cs-uniform-distribution.yaml: -------------------------------------------------------------------------------- 1 | cs_populating_distribution: "uniform" 2 | -------------------------------------------------------------------------------- /configurations/db-nodes-shards-random.yaml: -------------------------------------------------------------------------------- 1 | db_nodes_shards_selection: "random" 2 | -------------------------------------------------------------------------------- /configurations/disable_client_encrypt.yaml: -------------------------------------------------------------------------------- 1 | client_encrypt: false 2 | -------------------------------------------------------------------------------- /configurations/disable_kms.yaml: -------------------------------------------------------------------------------- 1 | enterprise_disable_kms: true 2 | -------------------------------------------------------------------------------- /configurations/disable_rbno.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/disable_rbno.yaml -------------------------------------------------------------------------------- /configurations/disable_speculative_retry.yaml: -------------------------------------------------------------------------------- 1 | post_prepare_cql_cmds: "ALTER TABLE keyspace1.standard1 WITH speculative_retry = 'NONE'" 2 | -------------------------------------------------------------------------------- /configurations/ebs/ebs-gp2-2v-4tb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/ebs/ebs-gp2-2v-4tb.yaml -------------------------------------------------------------------------------- /configurations/ebs/ebs-gp2-6v-1800gb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/ebs/ebs-gp2-6v-1800gb.yaml -------------------------------------------------------------------------------- /configurations/enable_views_with_tablets_on_upgrade.yaml: -------------------------------------------------------------------------------- 1 | enable_views_with_tablets_on_upgrade: true 2 | -------------------------------------------------------------------------------- /configurations/gce/n2-highmem-16.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/gce/n2-highmem-16.yaml -------------------------------------------------------------------------------- /configurations/gce/n2-highmem-32.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/gce/n2-highmem-32.yaml -------------------------------------------------------------------------------- /configurations/gce/n2-highmem-48.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/gce/n2-highmem-48.yaml -------------------------------------------------------------------------------- /configurations/gce/n2-highmem-64.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/gce/n2-highmem-64.yaml -------------------------------------------------------------------------------- /configurations/gce/n2-highmem-8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/gce/n2-highmem-8.yaml -------------------------------------------------------------------------------- /configurations/gce/new_ssh_key.yaml: -------------------------------------------------------------------------------- 1 | user_credentials_path: '~/.ssh/scylla_test_id_ed25519' 2 | -------------------------------------------------------------------------------- /configurations/gce/preview_instance.yaml: -------------------------------------------------------------------------------- 1 | gce_n_local_ssd_disk_db: 0 2 | -------------------------------------------------------------------------------- /configurations/hytrust-kmip-ear.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/hytrust-kmip-ear.yaml -------------------------------------------------------------------------------- /configurations/kafka/kafka-sink-avro.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/kafka/kafka-sink-avro.yaml -------------------------------------------------------------------------------- /configurations/kafka/kafka-sink-json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/kafka/kafka-sink-json.yaml -------------------------------------------------------------------------------- /configurations/kmip-ear.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/kmip-ear.yaml -------------------------------------------------------------------------------- /configurations/kms-ear.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/kms-ear.yaml -------------------------------------------------------------------------------- /configurations/ldap-authenticator.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/ldap-authenticator.yaml -------------------------------------------------------------------------------- /configurations/ldap-authorization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/ldap-authorization.yaml -------------------------------------------------------------------------------- /configurations/local-ear.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/local-ear.yaml -------------------------------------------------------------------------------- /configurations/manager/100GB_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/100GB_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/1TB_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/1TB_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/200gb_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/200gb_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/2TB_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/2TB_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/500GB_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/500GB_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/5TB_dataset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/5TB_dataset.yaml -------------------------------------------------------------------------------- /configurations/manager/debian12.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/debian12.yaml -------------------------------------------------------------------------------- /configurations/manager/manager_native_backup_nemesis.yaml: -------------------------------------------------------------------------------- 1 | nemesis_class_name: 'ManagerNativeBackup' 2 | -------------------------------------------------------------------------------- /configurations/manager/manager_rclone_backup_nemesis.yaml: -------------------------------------------------------------------------------- 1 | nemesis_class_name: 'ManagerRcloneBackup' 2 | -------------------------------------------------------------------------------- /configurations/manager/rocky8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/rocky8.yaml -------------------------------------------------------------------------------- /configurations/manager/rocky9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/rocky9.yaml -------------------------------------------------------------------------------- /configurations/manager/ubuntu24.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/manager/ubuntu24.yaml -------------------------------------------------------------------------------- /configurations/ms-ad-ldap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/ms-ad-ldap.yaml -------------------------------------------------------------------------------- /configurations/nemesis/DrainerMonkey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/DrainerMonkey.yaml -------------------------------------------------------------------------------- /configurations/nemesis/EnospcMonkey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/EnospcMonkey.yaml -------------------------------------------------------------------------------- /configurations/nemesis/MgmtBackup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/MgmtBackup.yaml -------------------------------------------------------------------------------- /configurations/nemesis/MgmtRepair.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/MgmtRepair.yaml -------------------------------------------------------------------------------- /configurations/nemesis/MgmtRestore.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/MgmtRestore.yaml -------------------------------------------------------------------------------- /configurations/nemesis/RefreshMonkey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/RefreshMonkey.yaml -------------------------------------------------------------------------------- /configurations/nemesis/TopPartitions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/nemesis/TopPartitions.yaml -------------------------------------------------------------------------------- /configurations/object_storage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/object_storage.yaml -------------------------------------------------------------------------------- /configurations/operator/200GB-no-tls.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/operator/200GB-no-tls.yaml -------------------------------------------------------------------------------- /configurations/operator/50GB-no-tls.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/operator/50GB-no-tls.yaml -------------------------------------------------------------------------------- /configurations/operator/cdc-3d-400gb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/operator/cdc-3d-400gb.yaml -------------------------------------------------------------------------------- /configurations/operator/functional-eks.yaml: -------------------------------------------------------------------------------- 1 | instance_type_db: 'i4i.xlarge' 2 | k8s_scylla_disk_gi: 800 3 | -------------------------------------------------------------------------------- /configurations/operator/loader-run-type-dynamic.yaml: -------------------------------------------------------------------------------- 1 | k8s_loader_run_type: 'dynamic' 2 | -------------------------------------------------------------------------------- /configurations/raft/enable_raft_experimental.yaml: -------------------------------------------------------------------------------- 1 | experimental_features: 2 | - consistent-topology-changes 3 | -------------------------------------------------------------------------------- /configurations/raid/raid5.yaml: -------------------------------------------------------------------------------- 1 | raid_level: 5 2 | -------------------------------------------------------------------------------- /configurations/replicated-ear.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/replicated-ear.yaml -------------------------------------------------------------------------------- /configurations/rf1-non-disruptive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/rf1-non-disruptive.yaml -------------------------------------------------------------------------------- /configurations/scale/scale-180-200.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/scale/scale-180-200.yaml -------------------------------------------------------------------------------- /configurations/scale/scale-40-60.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/scale/scale-40-60.yaml -------------------------------------------------------------------------------- /configurations/scale/scale-450-500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/scale/scale-450-500.yaml -------------------------------------------------------------------------------- /configurations/skip_test_stages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/skip_test_stages.yaml -------------------------------------------------------------------------------- /configurations/t3_micro.yaml: -------------------------------------------------------------------------------- 1 | instance_type_db: 't3.micro' 2 | -------------------------------------------------------------------------------- /configurations/tablets-initial-32.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/tablets-initial-32.yaml -------------------------------------------------------------------------------- /configurations/tablets_disabled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/tablets_disabled.yaml -------------------------------------------------------------------------------- /configurations/toggle-audit-nemesis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/toggle-audit-nemesis.yaml -------------------------------------------------------------------------------- /configurations/web_install.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/configurations/web_install.yaml -------------------------------------------------------------------------------- /conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/conftest.py -------------------------------------------------------------------------------- /data_dir/c-s_lwt_basic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_lwt_basic.yaml -------------------------------------------------------------------------------- /data_dir/c-s_lwt_big_data.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_lwt_big_data.yaml -------------------------------------------------------------------------------- /data_dir/c-s_lwt_big_data_multidc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_lwt_big_data_multidc.yaml -------------------------------------------------------------------------------- /data_dir/c-s_null_inserts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_null_inserts.yaml -------------------------------------------------------------------------------- /data_dir/c-s_profile_2mv_2queries.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_profile_2mv_2queries.yaml -------------------------------------------------------------------------------- /data_dir/c-s_profile_2si_2queries.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_profile_2si_2queries.yaml -------------------------------------------------------------------------------- /data_dir/c-s_profile_3si_5queries.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_profile_3si_5queries.yaml -------------------------------------------------------------------------------- /data_dir/c-s_profile_4mv_5queries.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_profile_4mv_5queries.yaml -------------------------------------------------------------------------------- /data_dir/c-s_uda_udf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/c-s_uda_udf.yaml -------------------------------------------------------------------------------- /data_dir/cassandra-stress-custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cassandra-stress-custom.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_400gb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_400gb.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_400gb_postimage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_400gb_postimage.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_400gb_preimage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_400gb_preimage.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_multidc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_multidc.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_postimage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_postimage.yaml -------------------------------------------------------------------------------- /data_dir/cdc_profile_preimage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_profile_preimage.yaml -------------------------------------------------------------------------------- /data_dir/cdc_replication_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cdc_replication_profile.yaml -------------------------------------------------------------------------------- /data_dir/complex_schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/complex_schema.yaml -------------------------------------------------------------------------------- /data_dir/corrupt_sstables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/corrupt_sstables.sh -------------------------------------------------------------------------------- /data_dir/cs_lwt_perf_big.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_lwt_perf_big.yaml -------------------------------------------------------------------------------- /data_dir/cs_lwt_perf_small.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_lwt_perf_small.yaml -------------------------------------------------------------------------------- /data_dir/cs_multidc_mv_lcs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_multidc_mv_lcs.yaml -------------------------------------------------------------------------------- /data_dir/cs_multidc_si_lcs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_multidc_si_lcs.yaml -------------------------------------------------------------------------------- /data_dir/cs_mv_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_mv_profile.yaml -------------------------------------------------------------------------------- /data_dir/cs_mv_si_keyspace1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_mv_si_keyspace1.yaml -------------------------------------------------------------------------------- /data_dir/cs_no_mv_basic_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/cs_no_mv_basic_profile.yaml -------------------------------------------------------------------------------- /data_dir/encrypt_conf/system_key: -------------------------------------------------------------------------------- 1 | AES/ECB/PKCS5Padding:128:E0zewvdUx81Ka9HGGVMhWg== 2 | -------------------------------------------------------------------------------- /data_dir/large_collections.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/large_collections.yaml -------------------------------------------------------------------------------- /data_dir/large_collections_update.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/large_collections_update.yaml -------------------------------------------------------------------------------- /data_dir/latte/latte_cs_alike.rn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/latte/latte_cs_alike.rn -------------------------------------------------------------------------------- /data_dir/latte/lwt_load.rn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/latte/lwt_load.rn -------------------------------------------------------------------------------- /data_dir/latte/validation.rn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/latte/validation.rn -------------------------------------------------------------------------------- /data_dir/latte_stress_output.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/latte_stress_output.log -------------------------------------------------------------------------------- /data_dir/logback-tools-debug.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/logback-tools-debug.xml -------------------------------------------------------------------------------- /data_dir/lwt_builtin_functions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/lwt_builtin_functions.yaml -------------------------------------------------------------------------------- /data_dir/make_screenshot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/make_screenshot.js -------------------------------------------------------------------------------- /data_dir/monitoring-dash-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/monitoring-dash-template.json -------------------------------------------------------------------------------- /data_dir/mv_synchronous_updates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/mv_synchronous_updates.yaml -------------------------------------------------------------------------------- /data_dir/mv_synchronous_updates_lwt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/mv_synchronous_updates_lwt.yaml -------------------------------------------------------------------------------- /data_dir/nemesis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/nemesis.yml -------------------------------------------------------------------------------- /data_dir/nemesis_classes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/nemesis_classes.yml -------------------------------------------------------------------------------- /data_dir/recover_system_tables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/recover_system_tables.sh -------------------------------------------------------------------------------- /data_dir/share_snapshot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/share_snapshot.js -------------------------------------------------------------------------------- /data_dir/ssl_conf/client/certificate.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/ssl_conf/client/certificate.der -------------------------------------------------------------------------------- /data_dir/ssl_conf/client/cqlshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/ssl_conf/client/cqlshrc -------------------------------------------------------------------------------- /data_dir/templated-elasticity-tables.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/data_dir/templated-elasticity-tables.yaml -------------------------------------------------------------------------------- /defaults/aws_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/aws_config.yaml -------------------------------------------------------------------------------- /defaults/azure_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/azure_config.yaml -------------------------------------------------------------------------------- /defaults/baremetal_config.yaml: -------------------------------------------------------------------------------- 1 | user_credentials_path: '~/.ssh/scylla-test' 2 | -------------------------------------------------------------------------------- /defaults/cloud_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/cloud_config.yaml -------------------------------------------------------------------------------- /defaults/docker_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/docker_config.yaml -------------------------------------------------------------------------------- /defaults/docker_images/kcl/values_kcl.yaml: -------------------------------------------------------------------------------- 1 | kcl: 2 | image: scylladb/hydra-loaders:kcl-jdk8-20210526-ShardSyncStrategyType-PERIODIC 3 | -------------------------------------------------------------------------------- /defaults/docker_images/ycsb/values_ycsb.yaml: -------------------------------------------------------------------------------- 1 | ycsb: 2 | image: docker.io/scylladb/ycsb:1.0.0 3 | -------------------------------------------------------------------------------- /defaults/gce_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/gce_config.yaml -------------------------------------------------------------------------------- /defaults/k8s_eks_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/k8s_eks_config.yaml -------------------------------------------------------------------------------- /defaults/k8s_gke_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/k8s_gke_config.yaml -------------------------------------------------------------------------------- /defaults/k8s_local_kind_aws_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/k8s_local_kind_aws_config.yaml -------------------------------------------------------------------------------- /defaults/k8s_local_kind_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/k8s_local_kind_config.yaml -------------------------------------------------------------------------------- /defaults/k8s_local_kind_gce_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/k8s_local_kind_gce_config.yaml -------------------------------------------------------------------------------- /defaults/manager_versions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/manager_versions.yaml -------------------------------------------------------------------------------- /defaults/severities.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/severities.yaml -------------------------------------------------------------------------------- /defaults/test_default.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/defaults/test_default.yaml -------------------------------------------------------------------------------- /docker/alternator-dns/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/alternator-dns/Dockerfile -------------------------------------------------------------------------------- /docker/alternator-dns/dns_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/alternator-dns/dns_server.py -------------------------------------------------------------------------------- /docker/alternator-dns/image: -------------------------------------------------------------------------------- 1 | scylladb/hydra-loaders:alternator-dns-0.1 2 | -------------------------------------------------------------------------------- /docker/cassandra-harry/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/cassandra-harry/Dockerfile -------------------------------------------------------------------------------- /docker/cassandra-harry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/cassandra-harry/README.md -------------------------------------------------------------------------------- /docker/cassandra-harry/image: -------------------------------------------------------------------------------- 1 | scylladb/hydra-loaders:cassandra-harry-jdk21-20250904 2 | -------------------------------------------------------------------------------- /docker/cassandra-stress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/cassandra-stress/README.md -------------------------------------------------------------------------------- /docker/cdcstressor/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM golang:1.13 2 | 3 | RUN go get -u github.com/piodul/cdc-stressor 4 | -------------------------------------------------------------------------------- /docker/cdcstressor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/cdcstressor/README.md -------------------------------------------------------------------------------- /docker/cdcstressor/image: -------------------------------------------------------------------------------- 1 | scylladb/hydra-loaders:cdc-stresser-20210630 2 | -------------------------------------------------------------------------------- /docker/docker_mocked_as_podman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/docker_mocked_as_podman -------------------------------------------------------------------------------- /docker/env/build_n_push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/env/build_n_push.sh -------------------------------------------------------------------------------- /docker/env/hydra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/env/hydra.sh -------------------------------------------------------------------------------- /docker/env/version: -------------------------------------------------------------------------------- 1 | 1.113-python3.14_9 2 | -------------------------------------------------------------------------------- /docker/gemini/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/gemini/README.md -------------------------------------------------------------------------------- /docker/jepsen/.gitignore: -------------------------------------------------------------------------------- 1 | jepsen 2 | -------------------------------------------------------------------------------- /docker/jepsen/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/jepsen/Dockerfile -------------------------------------------------------------------------------- /docker/jepsen/apt-preferences: -------------------------------------------------------------------------------- 1 | Package: * 2 | Pin: release a=testing 3 | Pin-Priority: 499 4 | -------------------------------------------------------------------------------- /docker/jepsen/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/jepsen/bashrc -------------------------------------------------------------------------------- /docker/jepsen/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/jepsen/init.sh -------------------------------------------------------------------------------- /docker/latte/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/latte/README.md -------------------------------------------------------------------------------- /docker/latte/workloads/workload.rn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/latte/workloads/workload.rn -------------------------------------------------------------------------------- /docker/ndbench/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/ndbench/Dockerfile -------------------------------------------------------------------------------- /docker/ndbench/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/ndbench/README.md -------------------------------------------------------------------------------- /docker/ndbench/image: -------------------------------------------------------------------------------- 1 | scylladb/hydra-loaders:ndbench-jdk8-20200209 2 | -------------------------------------------------------------------------------- /docker/nosqlbench/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/nosqlbench/Dockerfile -------------------------------------------------------------------------------- /docker/nosqlbench/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/nosqlbench/README.md -------------------------------------------------------------------------------- /docker/nosqlbench/nosqlbench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/nosqlbench/nosqlbench -------------------------------------------------------------------------------- /docker/scylla-bench/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-bench/README.md -------------------------------------------------------------------------------- /docker/scylla-sct/centos/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/centos/Dockerfile -------------------------------------------------------------------------------- /docker/scylla-sct/centos/etc/sshd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/centos/etc/sshd.conf -------------------------------------------------------------------------------- /docker/scylla-sct/entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/entry.sh -------------------------------------------------------------------------------- /docker/scylla-sct/entry_ssl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/entry_ssl.sh -------------------------------------------------------------------------------- /docker/scylla-sct/ubuntu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/ubuntu/Dockerfile -------------------------------------------------------------------------------- /docker/scylla-sct/ubuntu/etc/sshd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/scylla-sct/ubuntu/etc/sshd.conf -------------------------------------------------------------------------------- /docker/ycsb/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/ycsb/Dockerfile -------------------------------------------------------------------------------- /docker/ycsb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/ycsb/README.md -------------------------------------------------------------------------------- /docker/ycsb/image: -------------------------------------------------------------------------------- 1 | scylladb/hydra-loaders:ycsb-jdk8-20220915 2 | -------------------------------------------------------------------------------- /docker/ycsb/java.policy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docker/ycsb/java.policy -------------------------------------------------------------------------------- /docs/alternator-streams-test.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/alternator-streams-test.plantuml -------------------------------------------------------------------------------- /docs/alternator_streams_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/alternator_streams_test.png -------------------------------------------------------------------------------- /docs/artifacts_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/artifacts_test.md -------------------------------------------------------------------------------- /docs/aws_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/aws_configuration.md -------------------------------------------------------------------------------- /docs/bisecting-with-sct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/bisecting-with-sct.md -------------------------------------------------------------------------------- /docs/configuration_options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/configuration_options.md -------------------------------------------------------------------------------- /docs/contrib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/contrib.md -------------------------------------------------------------------------------- /docs/docker-backend-nemesis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/docker-backend-nemesis.md -------------------------------------------------------------------------------- /docs/docker-backend-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/docker-backend-overview.md -------------------------------------------------------------------------------- /docs/docker-loaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/docker-loaders.md -------------------------------------------------------------------------------- /docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/faq.md -------------------------------------------------------------------------------- /docs/gcp_create_new_project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/gcp_create_new_project.md -------------------------------------------------------------------------------- /docs/hydra-create-es-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/hydra-create-es-index.md -------------------------------------------------------------------------------- /docs/install-local-env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/install-local-env.md -------------------------------------------------------------------------------- /docs/job_defines_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/job_defines_format.md -------------------------------------------------------------------------------- /docs/k8s-functional-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/k8s-functional-test.md -------------------------------------------------------------------------------- /docs/kafka-setup.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/kafka-setup.plantuml -------------------------------------------------------------------------------- /docs/kafka-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/kafka-setup.png -------------------------------------------------------------------------------- /docs/kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/kafka.md -------------------------------------------------------------------------------- /docs/kubernetes_backend.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/loader_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/loader_usage.md -------------------------------------------------------------------------------- /docs/longevity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/longevity.md -------------------------------------------------------------------------------- /docs/microbenchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/microbenchmarking.md -------------------------------------------------------------------------------- /docs/monitoring-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/monitoring-images.md -------------------------------------------------------------------------------- /docs/new-hydra-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/new-hydra-commands.md -------------------------------------------------------------------------------- /docs/new-test-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/new-test-configuration.md -------------------------------------------------------------------------------- /docs/new_loader_ami.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/new_loader_ami.md -------------------------------------------------------------------------------- /docs/node_benchmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/node_benchmarks.md -------------------------------------------------------------------------------- /docs/performance-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/performance-tests.md -------------------------------------------------------------------------------- /docs/reuse_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/reuse_cluster.md -------------------------------------------------------------------------------- /docs/sct-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct-events.md -------------------------------------------------------------------------------- /docs/sct-pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct-pipelines.md -------------------------------------------------------------------------------- /docs/sct-runners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct-runners.md -------------------------------------------------------------------------------- /docs/sct_events.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct_events.plantuml -------------------------------------------------------------------------------- /docs/sct_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct_events.png -------------------------------------------------------------------------------- /docs/sct_pipelines.plantuml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct_pipelines.plantuml -------------------------------------------------------------------------------- /docs/sct_pipelines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/sct_pipelines.png -------------------------------------------------------------------------------- /docs/skip-test-stages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/skip-test-stages.md -------------------------------------------------------------------------------- /docs/xcloud-backend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/docs/xcloud-backend.md -------------------------------------------------------------------------------- /functional_tests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/functional_tests/__init__.py -------------------------------------------------------------------------------- /gemini_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/gemini_test.py -------------------------------------------------------------------------------- /grow_cluster_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/grow_cluster_test.py -------------------------------------------------------------------------------- /ics_space_amplification_goal_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/ics_space_amplification_goal_test.py -------------------------------------------------------------------------------- /install-hydra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/install-hydra.sh -------------------------------------------------------------------------------- /install-prereqs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/install-prereqs.sh -------------------------------------------------------------------------------- /jenkins-pipelines/master-triggers/sct_triggers/_display_name: -------------------------------------------------------------------------------- 1 | SCT Triggers 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/alternator/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Alternator Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/artifacts-offline-install/_display_name: -------------------------------------------------------------------------------- 1 | Artifacts Tests - Offline Install 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/artifacts/_display_name: -------------------------------------------------------------------------------- 1 | Artifacts Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/EncryptionAtRest/_display_name: -------------------------------------------------------------------------------- 1 | Enterprise Features - Encryption At Rest 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/FIPS/_display_name: -------------------------------------------------------------------------------- 1 | Enterprise Features - FIPS Encryption tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/ICS/_display_name: -------------------------------------------------------------------------------- 1 | Enterprise Features - ICS 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/Workload_Prioritization/_display_name: -------------------------------------------------------------------------------- 1 | Enterprise Features - Workload Prioritization 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/_display_name: -------------------------------------------------------------------------------- 1 | Scylla Feature Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/features/audit/_display_name: -------------------------------------------------------------------------------- 1 | Enterprise Features - Audit 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/gemini/_display_name: -------------------------------------------------------------------------------- 1 | Gemini Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/kafka_connectors/_display_name: -------------------------------------------------------------------------------- 1 | Kafka Connectors Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/load-test/_display_name: -------------------------------------------------------------------------------- 1 | SCT Load Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/longevity/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Longevity Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/longevity/rust/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Rust based Longevity Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/nemesis/_display_name: -------------------------------------------------------------------------------- 1 | Individual Nemesis 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/raft/_display_name: -------------------------------------------------------------------------------- 1 | SCT Raft Experimental 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/reproducers/_display_name: -------------------------------------------------------------------------------- 1 | SCT Reproducers 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/rolling-upgrade/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Rolling Upgrades 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/scale/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Scale Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/sct_triggers/_display_name: -------------------------------------------------------------------------------- 1 | SCT Triggers 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/tier1/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Tier1 Longevities 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/tier2/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Tier2 Longevities 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/backup/_display_name: -------------------------------------------------------------------------------- 1 | Manager - Restore benchmarks (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/enterprise_features/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Enterprise Features (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/longevity/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Longevities (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/rolling_upgrades/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Rolling Upgrades (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/tier1/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Tier1 Longevities (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/oss/vnodes/tier2/_display_name: -------------------------------------------------------------------------------- 1 | Cluster - Tier2 Longevities (Vnodes) 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/performance/branch-perf-v17/Perf-Regression/_display_name: -------------------------------------------------------------------------------- 1 | Performance Regression 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/performance/branch-perf-v17/scylla-enterprise/perf-regression/_display_name: -------------------------------------------------------------------------------- 1 | SCT Performance Regression 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/performance/branch-perf-v17/scylla-master/perf-features/compression/_display_name: -------------------------------------------------------------------------------- 1 | Scylla Dictionary Compression Feature Tests 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/performance/branch-perf-v17/scylla-master/perf-regression/_display_name: -------------------------------------------------------------------------------- 1 | SCT Performance Regression 2 | -------------------------------------------------------------------------------- /jenkins-pipelines/quarantined/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/jenkins-pipelines/quarantined/README.md -------------------------------------------------------------------------------- /jepsen_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/jepsen_test.py -------------------------------------------------------------------------------- /jupyter/functional-test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/jupyter/functional-test.ipynb -------------------------------------------------------------------------------- /jupyter/provision-test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/jupyter/provision-test.ipynb -------------------------------------------------------------------------------- /jupyter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/jupyter/readme.md -------------------------------------------------------------------------------- /longevity_alternator_ttl_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_alternator_ttl_test.py -------------------------------------------------------------------------------- /longevity_large_partition_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_large_partition_test.py -------------------------------------------------------------------------------- /longevity_lwt_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_lwt_test.py -------------------------------------------------------------------------------- /longevity_oos_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_oos_test.py -------------------------------------------------------------------------------- /longevity_operator_multi_tenant_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_operator_multi_tenant_test.py -------------------------------------------------------------------------------- /longevity_sla_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_sla_test.py -------------------------------------------------------------------------------- /longevity_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_test.py -------------------------------------------------------------------------------- /longevity_tombstone_gc_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_tombstone_gc_test.py -------------------------------------------------------------------------------- /longevity_twcs_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/longevity_twcs_test.py -------------------------------------------------------------------------------- /mgmt_cli_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/mgmt_cli_test.py -------------------------------------------------------------------------------- /mgmt_upgrade_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/mgmt_upgrade_test.py -------------------------------------------------------------------------------- /microbenchmarking_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/microbenchmarking_test.py -------------------------------------------------------------------------------- /performance_regression_alternator_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_regression_alternator_test.py -------------------------------------------------------------------------------- /performance_regression_cdc_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_regression_cdc_test.py -------------------------------------------------------------------------------- /performance_regression_lwt_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_regression_lwt_test.py -------------------------------------------------------------------------------- /performance_regression_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_regression_test.py -------------------------------------------------------------------------------- /performance_scale_up_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_scale_up_test.py -------------------------------------------------------------------------------- /performance_search_max_throughput_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/performance_search_max_throughput_test.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/pyproject.toml -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/renovate.json -------------------------------------------------------------------------------- /sct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sct.py -------------------------------------------------------------------------------- /sct_scan_issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sct_scan_issues.py -------------------------------------------------------------------------------- /sct_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sct_ssh.py -------------------------------------------------------------------------------- /sdcm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/__init__.py -------------------------------------------------------------------------------- /sdcm/argus_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/argus_results.py -------------------------------------------------------------------------------- /sdcm/audit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/audit.py -------------------------------------------------------------------------------- /sdcm/cassandra_harry_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cassandra_harry_thread.py -------------------------------------------------------------------------------- /sdcm/cdclog_reader_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cdclog_reader_thread.py -------------------------------------------------------------------------------- /sdcm/cloud_api_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cloud_api_client.py -------------------------------------------------------------------------------- /sdcm/cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster.py -------------------------------------------------------------------------------- /sdcm/cluster_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_aws.py -------------------------------------------------------------------------------- /sdcm/cluster_azure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_azure.py -------------------------------------------------------------------------------- /sdcm/cluster_baremetal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_baremetal.py -------------------------------------------------------------------------------- /sdcm/cluster_cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_cloud.py -------------------------------------------------------------------------------- /sdcm/cluster_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_docker.py -------------------------------------------------------------------------------- /sdcm/cluster_gce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_gce.py -------------------------------------------------------------------------------- /sdcm/cluster_k8s/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_k8s/__init__.py -------------------------------------------------------------------------------- /sdcm/cluster_k8s/eks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_k8s/eks.py -------------------------------------------------------------------------------- /sdcm/cluster_k8s/gke.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_k8s/gke.py -------------------------------------------------------------------------------- /sdcm/cluster_k8s/mini_k8s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_k8s/mini_k8s.py -------------------------------------------------------------------------------- /sdcm/cluster_k8s/operator_monitoring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/cluster_k8s/operator_monitoring.py -------------------------------------------------------------------------------- /sdcm/commit_log_check_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/commit_log_check_thread.py -------------------------------------------------------------------------------- /sdcm/coredump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/coredump.py -------------------------------------------------------------------------------- /sdcm/db_log_reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/db_log_reader.py -------------------------------------------------------------------------------- /sdcm/db_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/db_stats.py -------------------------------------------------------------------------------- /sdcm/ec2_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/ec2_client.py -------------------------------------------------------------------------------- /sdcm/es.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/es.py -------------------------------------------------------------------------------- /sdcm/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/exceptions.py -------------------------------------------------------------------------------- /sdcm/fill_db_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/fill_db_data.py -------------------------------------------------------------------------------- /sdcm/gemini_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/gemini_thread.py -------------------------------------------------------------------------------- /sdcm/k8s_configs/cert-manager-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/cert-manager-test.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/cni-calico.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/cni-calico.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/eks/node-config-crd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/eks/node-config-crd.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/gke/node-config-crd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/gke/node-config-crd.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/ingress-controller/00_namespace.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: haproxy-controller 5 | -------------------------------------------------------------------------------- /sdcm/k8s_configs/loaders/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/loaders/pod.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/loaders/sts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/loaders/sts.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/local-kind/audit-policy.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: audit.k8s.io/v1 2 | kind: Policy 3 | rules: 4 | - level: RequestResponse 5 | -------------------------------------------------------------------------------- /sdcm/k8s_configs/minio/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/minio/Chart.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/minio/templates/pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/minio/templates/pvc.yaml -------------------------------------------------------------------------------- /sdcm/k8s_configs/minio/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/k8s_configs/minio/values.yaml -------------------------------------------------------------------------------- /sdcm/kafka/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/kafka/kafka_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/kafka/kafka_cluster.py -------------------------------------------------------------------------------- /sdcm/kafka/kafka_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/kafka/kafka_config.py -------------------------------------------------------------------------------- /sdcm/kafka/kafka_consumer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/kafka/kafka_consumer.py -------------------------------------------------------------------------------- /sdcm/kafka/kafka_producer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/kafka/kafka_producer.py -------------------------------------------------------------------------------- /sdcm/kcl_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/kcl_thread.py -------------------------------------------------------------------------------- /sdcm/keystore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/keystore.py -------------------------------------------------------------------------------- /sdcm/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/loader.py -------------------------------------------------------------------------------- /sdcm/localhost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/localhost.py -------------------------------------------------------------------------------- /sdcm/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/log.py -------------------------------------------------------------------------------- /sdcm/log_archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/log_archive.sh -------------------------------------------------------------------------------- /sdcm/logcollector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/logcollector.py -------------------------------------------------------------------------------- /sdcm/mgmt/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/__init__.py -------------------------------------------------------------------------------- /sdcm/mgmt/argus_report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/argus_report.py -------------------------------------------------------------------------------- /sdcm/mgmt/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/cli.py -------------------------------------------------------------------------------- /sdcm/mgmt/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/common.py -------------------------------------------------------------------------------- /sdcm/mgmt/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/helpers.py -------------------------------------------------------------------------------- /sdcm/mgmt/operations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/operations.py -------------------------------------------------------------------------------- /sdcm/mgmt/operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/mgmt/operator.py -------------------------------------------------------------------------------- /sdcm/microbenchmarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/microbenchmarking.py -------------------------------------------------------------------------------- /sdcm/monitorstack/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/monitorstack/__init__.py -------------------------------------------------------------------------------- /sdcm/monitorstack/ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/monitorstack/ui.py -------------------------------------------------------------------------------- /sdcm/ndbench_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/ndbench_thread.py -------------------------------------------------------------------------------- /sdcm/nemesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/nemesis.py -------------------------------------------------------------------------------- /sdcm/nemesis_publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/nemesis_publisher.py -------------------------------------------------------------------------------- /sdcm/nemesis_registry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/nemesis_registry.py -------------------------------------------------------------------------------- /sdcm/node_exporter_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/node_exporter_setup.py -------------------------------------------------------------------------------- /sdcm/nosql_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/nosql_thread.py -------------------------------------------------------------------------------- /sdcm/paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/paths.py -------------------------------------------------------------------------------- /sdcm/prometheus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/prometheus.py -------------------------------------------------------------------------------- /sdcm/provision/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/__init__.py -------------------------------------------------------------------------------- /sdcm/provision/aws/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/aws/constants.py -------------------------------------------------------------------------------- /sdcm/provision/aws/dedicated_host.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/aws/dedicated_host.py -------------------------------------------------------------------------------- /sdcm/provision/aws/instance_parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/aws/instance_parameters.py -------------------------------------------------------------------------------- /sdcm/provision/aws/provisioner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/aws/provisioner.py -------------------------------------------------------------------------------- /sdcm/provision/aws/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/aws/utils.py -------------------------------------------------------------------------------- /sdcm/provision/azure/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/provision/azure/ip_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/azure/ip_provider.py -------------------------------------------------------------------------------- /sdcm/provision/azure/kms_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/azure/kms_provider.py -------------------------------------------------------------------------------- /sdcm/provision/azure/provisioner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/azure/provisioner.py -------------------------------------------------------------------------------- /sdcm/provision/azure/subnet_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/azure/subnet_provider.py -------------------------------------------------------------------------------- /sdcm/provision/azure/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/azure/utils.py -------------------------------------------------------------------------------- /sdcm/provision/common/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/__init__.py -------------------------------------------------------------------------------- /sdcm/provision/common/builders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/builders.py -------------------------------------------------------------------------------- /sdcm/provision/common/provision_plan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/provision_plan.py -------------------------------------------------------------------------------- /sdcm/provision/common/provisioner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/provisioner.py -------------------------------------------------------------------------------- /sdcm/provision/common/user_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/user_data.py -------------------------------------------------------------------------------- /sdcm/provision/common/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/common/utils.py -------------------------------------------------------------------------------- /sdcm/provision/gce/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/provision/gce/kms_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/gce/kms_provider.py -------------------------------------------------------------------------------- /sdcm/provision/helpers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/helpers/__init__.py -------------------------------------------------------------------------------- /sdcm/provision/helpers/certificate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/helpers/certificate.py -------------------------------------------------------------------------------- /sdcm/provision/helpers/cloud_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/helpers/cloud_init.py -------------------------------------------------------------------------------- /sdcm/provision/network_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/network_configuration.py -------------------------------------------------------------------------------- /sdcm/provision/provisioner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/provisioner.py -------------------------------------------------------------------------------- /sdcm/provision/scylla_yaml/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/scylla_yaml/__init__.py -------------------------------------------------------------------------------- /sdcm/provision/scylla_yaml/auxiliaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/scylla_yaml/auxiliaries.py -------------------------------------------------------------------------------- /sdcm/provision/scylla_yaml/scylla_yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/scylla_yaml/scylla_yaml.py -------------------------------------------------------------------------------- /sdcm/provision/security.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/security.py -------------------------------------------------------------------------------- /sdcm/provision/user_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/provision/user_data.py -------------------------------------------------------------------------------- /sdcm/remote/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/__init__.py -------------------------------------------------------------------------------- /sdcm/remote/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/base.py -------------------------------------------------------------------------------- /sdcm/remote/docker_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/docker_cmd_runner.py -------------------------------------------------------------------------------- /sdcm/remote/kubernetes_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/kubernetes_cmd_runner.py -------------------------------------------------------------------------------- /sdcm/remote/libssh2_client/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/libssh2_client/__init__.py -------------------------------------------------------------------------------- /sdcm/remote/libssh2_client/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/libssh2_client/exceptions.py -------------------------------------------------------------------------------- /sdcm/remote/libssh2_client/result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/libssh2_client/result.py -------------------------------------------------------------------------------- /sdcm/remote/libssh2_client/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/libssh2_client/session.py -------------------------------------------------------------------------------- /sdcm/remote/libssh2_client/timings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/libssh2_client/timings.py -------------------------------------------------------------------------------- /sdcm/remote/local_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/local_cmd_runner.py -------------------------------------------------------------------------------- /sdcm/remote/remote_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/remote_base.py -------------------------------------------------------------------------------- /sdcm/remote/remote_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/remote_cmd_runner.py -------------------------------------------------------------------------------- /sdcm/remote/remote_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/remote_file.py -------------------------------------------------------------------------------- /sdcm/remote/remote_libssh_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/remote_libssh_cmd_runner.py -------------------------------------------------------------------------------- /sdcm/remote/remote_long_running.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/remote/remote_long_running.py -------------------------------------------------------------------------------- /sdcm/report_templates/results_base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/report_templates/results_base.html -------------------------------------------------------------------------------- /sdcm/report_templates/results_gemini.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/report_templates/results_gemini.html -------------------------------------------------------------------------------- /sdcm/report_templates/results_jepsen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/report_templates/results_jepsen.html -------------------------------------------------------------------------------- /sdcm/report_templates/results_private_repo.html: -------------------------------------------------------------------------------- 1 | {% extends 'results_base.html' %} 2 | -------------------------------------------------------------------------------- /sdcm/reporting/elastic_reporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/reporting/elastic_reporter.py -------------------------------------------------------------------------------- /sdcm/reporting/tooling_reporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/reporting/tooling_reporter.py -------------------------------------------------------------------------------- /sdcm/rest/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/__init__.py -------------------------------------------------------------------------------- /sdcm/rest/compaction_manager_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/compaction_manager_client.py -------------------------------------------------------------------------------- /sdcm/rest/raft_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/raft_api.py -------------------------------------------------------------------------------- /sdcm/rest/raft_upgrade_procedure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/raft_upgrade_procedure.py -------------------------------------------------------------------------------- /sdcm/rest/remote_curl_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/remote_curl_client.py -------------------------------------------------------------------------------- /sdcm/rest/rest_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/rest_client.py -------------------------------------------------------------------------------- /sdcm/rest/storage_service_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/rest/storage_service_client.py -------------------------------------------------------------------------------- /sdcm/results_analyze/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/results_analyze/__init__.py -------------------------------------------------------------------------------- /sdcm/results_analyze/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/results_analyze/base.py -------------------------------------------------------------------------------- /sdcm/results_analyze/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/results_analyze/metrics.py -------------------------------------------------------------------------------- /sdcm/results_analyze/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/results_analyze/test.py -------------------------------------------------------------------------------- /sdcm/scan_operation_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/scan_operation_thread.py -------------------------------------------------------------------------------- /sdcm/sct_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_config.py -------------------------------------------------------------------------------- /sdcm/sct_events/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/__init__.py -------------------------------------------------------------------------------- /sdcm/sct_events/argus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/argus.py -------------------------------------------------------------------------------- /sdcm/sct_events/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/base.py -------------------------------------------------------------------------------- /sdcm/sct_events/continuous_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/continuous_event.py -------------------------------------------------------------------------------- /sdcm/sct_events/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/database.py -------------------------------------------------------------------------------- /sdcm/sct_events/decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/decorators.py -------------------------------------------------------------------------------- /sdcm/sct_events/event_counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/event_counter.py -------------------------------------------------------------------------------- /sdcm/sct_events/event_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/event_handler.py -------------------------------------------------------------------------------- /sdcm/sct_events/events_analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/events_analyzer.py -------------------------------------------------------------------------------- /sdcm/sct_events/events_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/events_device.py -------------------------------------------------------------------------------- /sdcm/sct_events/events_processes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/events_processes.py -------------------------------------------------------------------------------- /sdcm/sct_events/file_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/file_logger.py -------------------------------------------------------------------------------- /sdcm/sct_events/filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/filters.py -------------------------------------------------------------------------------- /sdcm/sct_events/gce_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/gce_events.py -------------------------------------------------------------------------------- /sdcm/sct_events/grafana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/grafana.py -------------------------------------------------------------------------------- /sdcm/sct_events/group_common_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/group_common_events.py -------------------------------------------------------------------------------- /sdcm/sct_events/handlers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/handlers/__init__.py -------------------------------------------------------------------------------- /sdcm/sct_events/health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/health.py -------------------------------------------------------------------------------- /sdcm/sct_events/loaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/loaders.py -------------------------------------------------------------------------------- /sdcm/sct_events/monitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/monitors.py -------------------------------------------------------------------------------- /sdcm/sct_events/nemesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/nemesis.py -------------------------------------------------------------------------------- /sdcm/sct_events/nodetool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/nodetool.py -------------------------------------------------------------------------------- /sdcm/sct_events/operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/operator.py -------------------------------------------------------------------------------- /sdcm/sct_events/prometheus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/prometheus.py -------------------------------------------------------------------------------- /sdcm/sct_events/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/setup.py -------------------------------------------------------------------------------- /sdcm/sct_events/stress_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/stress_events.py -------------------------------------------------------------------------------- /sdcm/sct_events/system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/system.py -------------------------------------------------------------------------------- /sdcm/sct_events/teardown_validators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_events/teardown_validators.py -------------------------------------------------------------------------------- /sdcm/sct_provision/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/__init__.py -------------------------------------------------------------------------------- /sdcm/sct_provision/aws/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/aws/__init__.py -------------------------------------------------------------------------------- /sdcm/sct_provision/aws/cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/aws/cluster.py -------------------------------------------------------------------------------- /sdcm/sct_provision/aws/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/aws/layout.py -------------------------------------------------------------------------------- /sdcm/sct_provision/aws/user_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/aws/user_data.py -------------------------------------------------------------------------------- /sdcm/sct_provision/common/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/common/layout.py -------------------------------------------------------------------------------- /sdcm/sct_provision/common/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/common/types.py -------------------------------------------------------------------------------- /sdcm/sct_provision/common/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/common/utils.py -------------------------------------------------------------------------------- /sdcm/sct_provision/instances_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_provision/instances_provider.py -------------------------------------------------------------------------------- /sdcm/sct_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sct_runner.py -------------------------------------------------------------------------------- /sdcm/scylla_bench_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/scylla_bench_thread.py -------------------------------------------------------------------------------- /sdcm/send_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/send_email.py -------------------------------------------------------------------------------- /sdcm/sla/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/sla/libs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/sla/libs/sla_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sla/libs/sla_utils.py -------------------------------------------------------------------------------- /sdcm/sla/sla_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/sla/sla_tests.py -------------------------------------------------------------------------------- /sdcm/snitch_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/snitch_configuration.py -------------------------------------------------------------------------------- /sdcm/stress/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/stress/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/stress/base.py -------------------------------------------------------------------------------- /sdcm/stress/latte_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/stress/latte_thread.py -------------------------------------------------------------------------------- /sdcm/stress_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/stress_thread.py -------------------------------------------------------------------------------- /sdcm/teardown_validators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/teardown_validators/__init__.py -------------------------------------------------------------------------------- /sdcm/teardown_validators/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/teardown_validators/base.py -------------------------------------------------------------------------------- /sdcm/teardown_validators/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/teardown_validators/events.py -------------------------------------------------------------------------------- /sdcm/teardown_validators/rackaware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/teardown_validators/rackaware.py -------------------------------------------------------------------------------- /sdcm/teardown_validators/sstables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/teardown_validators/sstables.py -------------------------------------------------------------------------------- /sdcm/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/test_config.py -------------------------------------------------------------------------------- /sdcm/tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/tester.py -------------------------------------------------------------------------------- /sdcm/tombstone_gc_verification_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/tombstone_gc_verification_thread.py -------------------------------------------------------------------------------- /sdcm/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/utils/action_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/action_logger.py -------------------------------------------------------------------------------- /sdcm/utils/adaptive_timeouts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/adaptive_timeouts/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/api.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/consts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/consts.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/enums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/enums.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/schemas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/schemas.py -------------------------------------------------------------------------------- /sdcm/utils/alternator/table_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/alternator/table_setup.py -------------------------------------------------------------------------------- /sdcm/utils/argus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/argus.py -------------------------------------------------------------------------------- /sdcm/utils/ast_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/ast_utils.py -------------------------------------------------------------------------------- /sdcm/utils/auth_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/auth_context.py -------------------------------------------------------------------------------- /sdcm/utils/auto_ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/auto_ssh.py -------------------------------------------------------------------------------- /sdcm/utils/aws_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_builder.py -------------------------------------------------------------------------------- /sdcm/utils/aws_kms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_kms.py -------------------------------------------------------------------------------- /sdcm/utils/aws_okta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_okta.py -------------------------------------------------------------------------------- /sdcm/utils/aws_peering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_peering.py -------------------------------------------------------------------------------- /sdcm/utils/aws_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_region.py -------------------------------------------------------------------------------- /sdcm/utils/aws_ssm_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_ssm_runner.py -------------------------------------------------------------------------------- /sdcm/utils/aws_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/aws_utils.py -------------------------------------------------------------------------------- /sdcm/utils/azure_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/azure_region.py -------------------------------------------------------------------------------- /sdcm/utils/azure_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/azure_utils.py -------------------------------------------------------------------------------- /sdcm/utils/benchmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/benchmarks.py -------------------------------------------------------------------------------- /sdcm/utils/bisect_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/bisect_test.py -------------------------------------------------------------------------------- /sdcm/utils/cdc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cdc/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/cdc/options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cdc/options.py -------------------------------------------------------------------------------- /sdcm/utils/ci_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/ci_tools.py -------------------------------------------------------------------------------- /sdcm/utils/cidr_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cidr_pool.py -------------------------------------------------------------------------------- /sdcm/utils/cloud_api_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cloud_api_utils.py -------------------------------------------------------------------------------- /sdcm/utils/cloud_monitor/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cloud_monitor/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/cloud_monitor/cloud_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cloud_monitor/cloud_monitor.py -------------------------------------------------------------------------------- /sdcm/utils/cloud_monitor/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cloud_monitor/common.py -------------------------------------------------------------------------------- /sdcm/utils/cloud_monitor/report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cloud_monitor/report.py -------------------------------------------------------------------------------- /sdcm/utils/cluster_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cluster_tools.py -------------------------------------------------------------------------------- /sdcm/utils/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/common.py -------------------------------------------------------------------------------- /sdcm/utils/compaction_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/compaction_ops.py -------------------------------------------------------------------------------- /sdcm/utils/context_managers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/context_managers.py -------------------------------------------------------------------------------- /sdcm/utils/cql_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/cql_utils.py -------------------------------------------------------------------------------- /sdcm/utils/data_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/data_validator.py -------------------------------------------------------------------------------- /sdcm/utils/database_query_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/database_query_utils.py -------------------------------------------------------------------------------- /sdcm/utils/decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/decorators.py -------------------------------------------------------------------------------- /sdcm/utils/distro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/distro.py -------------------------------------------------------------------------------- /sdcm/utils/docker_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/docker_remote.py -------------------------------------------------------------------------------- /sdcm/utils/docker_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/docker_utils.py -------------------------------------------------------------------------------- /sdcm/utils/es_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/es_index.py -------------------------------------------------------------------------------- /sdcm/utils/es_queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/es_queries.py -------------------------------------------------------------------------------- /sdcm/utils/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/features.py -------------------------------------------------------------------------------- /sdcm/utils/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/file.py -------------------------------------------------------------------------------- /sdcm/utils/gce_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/gce_builder.py -------------------------------------------------------------------------------- /sdcm/utils/gce_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/gce_region.py -------------------------------------------------------------------------------- /sdcm/utils/gce_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/gce_utils.py -------------------------------------------------------------------------------- /sdcm/utils/gcp_kms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/gcp_kms.py -------------------------------------------------------------------------------- /sdcm/utils/get_username.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/get_username.py -------------------------------------------------------------------------------- /sdcm/utils/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/git.py -------------------------------------------------------------------------------- /sdcm/utils/hdrhistogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/hdrhistogram.py -------------------------------------------------------------------------------- /sdcm/utils/health_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/health_checker.py -------------------------------------------------------------------------------- /sdcm/utils/housekeeping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/housekeeping.py -------------------------------------------------------------------------------- /sdcm/utils/install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/install.py -------------------------------------------------------------------------------- /sdcm/utils/internal_modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/internal_modules.py -------------------------------------------------------------------------------- /sdcm/utils/issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/issues.py -------------------------------------------------------------------------------- /sdcm/utils/java.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/java.py -------------------------------------------------------------------------------- /sdcm/utils/jepsen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/jepsen.py -------------------------------------------------------------------------------- /sdcm/utils/k8s/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/k8s/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/k8s/chaos_mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/k8s/chaos_mesh.py -------------------------------------------------------------------------------- /sdcm/utils/latency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/latency.py -------------------------------------------------------------------------------- /sdcm/utils/ldap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/ldap.py -------------------------------------------------------------------------------- /sdcm/utils/loader_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/loader_utils.py -------------------------------------------------------------------------------- /sdcm/utils/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/log.py -------------------------------------------------------------------------------- /sdcm/utils/log_time_consistency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/log_time_consistency.py -------------------------------------------------------------------------------- /sdcm/utils/metaclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/metaclasses.py -------------------------------------------------------------------------------- /sdcm/utils/microbenchmarking/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/utils/mp_start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/mp_start.py -------------------------------------------------------------------------------- /sdcm/utils/nemesis_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/nemesis_generation.py -------------------------------------------------------------------------------- /sdcm/utils/nemesis_utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/nemesis_utils/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/nemesis_utils/indexes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/nemesis_utils/indexes.py -------------------------------------------------------------------------------- /sdcm/utils/net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/net.py -------------------------------------------------------------------------------- /sdcm/utils/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/node.py -------------------------------------------------------------------------------- /sdcm/utils/open_with_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/open_with_diff.py -------------------------------------------------------------------------------- /sdcm/utils/operations_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/operations_thread.py -------------------------------------------------------------------------------- /sdcm/utils/operator/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/utils/operator/multitenant_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/operator/multitenant_common.py -------------------------------------------------------------------------------- /sdcm/utils/parallel_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/parallel_object.py -------------------------------------------------------------------------------- /sdcm/utils/perftune_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/perftune_validator.py -------------------------------------------------------------------------------- /sdcm/utils/pricing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/pricing.py -------------------------------------------------------------------------------- /sdcm/utils/profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/profiler.py -------------------------------------------------------------------------------- /sdcm/utils/properties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/properties.py -------------------------------------------------------------------------------- /sdcm/utils/quota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/quota.py -------------------------------------------------------------------------------- /sdcm/utils/raft/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/raft/__init__.py -------------------------------------------------------------------------------- /sdcm/utils/raft/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/raft/common.py -------------------------------------------------------------------------------- /sdcm/utils/remote_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/remote_logger.py -------------------------------------------------------------------------------- /sdcm/utils/replication_strategy_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/replication_strategy_utils.py -------------------------------------------------------------------------------- /sdcm/utils/repo_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/repo_parser.py -------------------------------------------------------------------------------- /sdcm/utils/resources_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/resources_cleanup.py -------------------------------------------------------------------------------- /sdcm/utils/s3_remote_uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/s3_remote_uploader.py -------------------------------------------------------------------------------- /sdcm/utils/sct_cmd_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/sct_cmd_helpers.py -------------------------------------------------------------------------------- /sdcm/utils/scylla_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/scylla_args.py -------------------------------------------------------------------------------- /sdcm/utils/scylla_metrics_ctrl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/scylla_metrics_ctrl.py -------------------------------------------------------------------------------- /sdcm/utils/ssh_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/ssh_agent.py -------------------------------------------------------------------------------- /sdcm/utils/sstable/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/utils/sstable/load_inventory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/sstable/load_inventory.py -------------------------------------------------------------------------------- /sdcm/utils/sstable/load_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/sstable/load_utils.py -------------------------------------------------------------------------------- /sdcm/utils/sstable/s3_uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/sstable/s3_uploader.py -------------------------------------------------------------------------------- /sdcm/utils/sstable/sstable_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/sstable/sstable_utils.py -------------------------------------------------------------------------------- /sdcm/utils/subtest_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/subtest_utils.py -------------------------------------------------------------------------------- /sdcm/utils/syslogng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/syslogng.py -------------------------------------------------------------------------------- /sdcm/utils/tablets/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sdcm/utils/tablets/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/tablets/common.py -------------------------------------------------------------------------------- /sdcm/utils/threads_and_processes_alive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/threads_and_processes_alive.py -------------------------------------------------------------------------------- /sdcm/utils/time_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/time_utils.py -------------------------------------------------------------------------------- /sdcm/utils/topology_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/topology_ops.py -------------------------------------------------------------------------------- /sdcm/utils/toppartition_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/toppartition_util.py -------------------------------------------------------------------------------- /sdcm/utils/uda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/uda.py -------------------------------------------------------------------------------- /sdcm/utils/udas/my_avg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udas/my_avg.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf.py -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/lua_div_fin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/lua_div_fin.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/lua_plus_acc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/lua_plus_acc.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/wasm_div.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/wasm_div.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/wasm_div_fin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/wasm_div_fin.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/wasm_plus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/wasm_plus.yaml -------------------------------------------------------------------------------- /sdcm/utils/udf_scripts/wasm_plus_acc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/udf_scripts/wasm_plus_acc.yaml -------------------------------------------------------------------------------- /sdcm/utils/user_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/user_profile.py -------------------------------------------------------------------------------- /sdcm/utils/validators/iotune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/validators/iotune.py -------------------------------------------------------------------------------- /sdcm/utils/vector_dev.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/vector_dev.py -------------------------------------------------------------------------------- /sdcm/utils/vector_store_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/vector_store_client.py -------------------------------------------------------------------------------- /sdcm/utils/vector_store_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/vector_store_utils.py -------------------------------------------------------------------------------- /sdcm/utils/version_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/utils/version_utils.py -------------------------------------------------------------------------------- /sdcm/wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/wait.py -------------------------------------------------------------------------------- /sdcm/ycsb_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sdcm/ycsb_thread.py -------------------------------------------------------------------------------- /sla_per_user_system_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/sla_per_user_system_test.py -------------------------------------------------------------------------------- /snitch_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/snitch_test.py -------------------------------------------------------------------------------- /test-cases/PR-provision-test-docker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/PR-provision-test-docker.yaml -------------------------------------------------------------------------------- /test-cases/PR-provision-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/PR-provision-test.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/amazon2023.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/amazon2023.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/ami.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/ami.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/azure-image.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/azure-image.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/centos7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/centos7.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/centos9-selinux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/centos9-selinux.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/centos9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/centos9.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/debian11.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/debian11.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/debian12.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/debian12.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/docker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/docker.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/gce-image.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/gce-image.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/oel76.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/oel76.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/oel8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/oel8.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/oel9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/oel9.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rhel10.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rhel10.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rhel7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rhel7.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rhel8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rhel8.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rocky8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rocky8.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rocky9-selinux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rocky9-selinux.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/rocky9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/rocky9.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/ubuntu2204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/ubuntu2204.yaml -------------------------------------------------------------------------------- /test-cases/artifacts/ubuntu2404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/artifacts/ubuntu2404.yaml -------------------------------------------------------------------------------- /test-cases/cdc/cdc-15m-replication.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/cdc/cdc-15m-replication.yaml -------------------------------------------------------------------------------- /test-cases/features/uda_udf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/features/uda_udf.yaml -------------------------------------------------------------------------------- /test-cases/gemini/gemini-1tb-10h.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/gemini/gemini-1tb-10h.yaml -------------------------------------------------------------------------------- /test-cases/gemini/gemini-basic-3h.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/gemini/gemini-basic-3h.yaml -------------------------------------------------------------------------------- /test-cases/jepsen/jepsen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/jepsen/jepsen.yaml -------------------------------------------------------------------------------- /test-cases/jepsen/jepsen_with_raft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/jepsen/jepsen_with_raft.yaml -------------------------------------------------------------------------------- /test-cases/longevity/longevity-ycsb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/longevity/longevity-ycsb.txt -------------------------------------------------------------------------------- /test-cases/scale/scale-cluster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test-cases/scale/scale-cluster.yaml -------------------------------------------------------------------------------- /test_add_remove_ldap_role_permission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_add_remove_ldap_role_permission.py -------------------------------------------------------------------------------- /test_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test_lib/compaction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_lib/compaction.py -------------------------------------------------------------------------------- /test_lib/cql_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_lib/cql_types.py -------------------------------------------------------------------------------- /test_lib/scylla_bench_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_lib/scylla_bench_tools.py -------------------------------------------------------------------------------- /test_lib/sla.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_lib/sla.py -------------------------------------------------------------------------------- /test_lib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/test_lib/utils.py -------------------------------------------------------------------------------- /throughput_limit_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/throughput_limit_test.py -------------------------------------------------------------------------------- /uda_udf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/uda_udf_test.py -------------------------------------------------------------------------------- /unit_tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unit_tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/conftest.py -------------------------------------------------------------------------------- /unit_tests/dummy_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/dummy_remote.py -------------------------------------------------------------------------------- /unit_tests/gen_ami_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/gen_ami_list.py -------------------------------------------------------------------------------- /unit_tests/lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/__init__.py -------------------------------------------------------------------------------- /unit_tests/lib/alternator_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/alternator_utils.py -------------------------------------------------------------------------------- /unit_tests/lib/data_pickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/data_pickle.py -------------------------------------------------------------------------------- /unit_tests/lib/events_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/events_utils.py -------------------------------------------------------------------------------- /unit_tests/lib/fake_provisioner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/fake_provisioner.py -------------------------------------------------------------------------------- /unit_tests/lib/fake_remoter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/fake_remoter.py -------------------------------------------------------------------------------- /unit_tests/lib/fake_resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/fake_resources.py -------------------------------------------------------------------------------- /unit_tests/lib/mock_remoter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/mock_remoter.py -------------------------------------------------------------------------------- /unit_tests/lib/remoter_recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/remoter_recorder.py -------------------------------------------------------------------------------- /unit_tests/lib/test_profiler/lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/test_profiler/lib.py -------------------------------------------------------------------------------- /unit_tests/lib/test_profiler/lib2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/lib/test_profiler/lib2.py -------------------------------------------------------------------------------- /unit_tests/nemesis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /unit_tests/nemesis/fake_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/nemesis/fake_cluster.py -------------------------------------------------------------------------------- /unit_tests/nemesis/test_registry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/nemesis/test_registry.py -------------------------------------------------------------------------------- /unit_tests/nemesis/test_sisyphus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/nemesis/test_sisyphus.py -------------------------------------------------------------------------------- /unit_tests/provisioner/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/provisioner/__init__.py -------------------------------------------------------------------------------- /unit_tests/provisioner/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/provisioner/conftest.py -------------------------------------------------------------------------------- /unit_tests/pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/pytest.ini -------------------------------------------------------------------------------- /unit_tests/test_adaptive_timeouts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_adaptive_timeouts.py -------------------------------------------------------------------------------- /unit_tests/test_argus_results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_argus_results.py -------------------------------------------------------------------------------- /unit_tests/test_audit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_audit.py -------------------------------------------------------------------------------- /unit_tests/test_aws_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_aws_services.py -------------------------------------------------------------------------------- /unit_tests/test_aws_ssm_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_aws_ssm_runner.py -------------------------------------------------------------------------------- /unit_tests/test_base_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_base_version.py -------------------------------------------------------------------------------- /unit_tests/test_cassandra_harry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_cassandra_harry.py -------------------------------------------------------------------------------- /unit_tests/test_chaos_mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_chaos_mesh.py -------------------------------------------------------------------------------- /unit_tests/test_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_cluster.py -------------------------------------------------------------------------------- /unit_tests/test_cluster_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_cluster_aws.py -------------------------------------------------------------------------------- /unit_tests/test_cluster_cloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_cluster_cloud.py -------------------------------------------------------------------------------- /unit_tests/test_common_get_db_tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_common_get_db_tables.py -------------------------------------------------------------------------------- /unit_tests/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_config.py -------------------------------------------------------------------------------- /unit_tests/test_configs/unknown_param_in_config.yaml: -------------------------------------------------------------------------------- 1 | WTF: this shouldn't be here 2 | user_credentials_path: abc 3 | n_db_nodes: 3 4 | -------------------------------------------------------------------------------- /unit_tests/test_coredump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_coredump.py -------------------------------------------------------------------------------- /unit_tests/test_cql_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_cql_utils.py -------------------------------------------------------------------------------- /unit_tests/test_data/power_off.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_data/power_off.log -------------------------------------------------------------------------------- /unit_tests/test_data/scylla.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_data/scylla.yaml -------------------------------------------------------------------------------- /unit_tests/test_data/system.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_data/system.log -------------------------------------------------------------------------------- /unit_tests/test_data/system_core.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_data/system_core.log -------------------------------------------------------------------------------- /unit_tests/test_data/test_audit.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_data/test_audit.log -------------------------------------------------------------------------------- /unit_tests/test_decode_backtrace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_decode_backtrace.py -------------------------------------------------------------------------------- /unit_tests/test_dedicated_hosts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_dedicated_hosts.py -------------------------------------------------------------------------------- /unit_tests/test_docker_cmd_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_docker_cmd_runner.py -------------------------------------------------------------------------------- /unit_tests/test_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_events.py -------------------------------------------------------------------------------- /unit_tests/test_find_ami_equivalent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_find_ami_equivalent.py -------------------------------------------------------------------------------- /unit_tests/test_gce_log_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_gce_log_monitor.py -------------------------------------------------------------------------------- /unit_tests/test_gemini_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_gemini_thread.py -------------------------------------------------------------------------------- /unit_tests/test_hydra_sh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_hydra_sh.py -------------------------------------------------------------------------------- /unit_tests/test_kafka.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_kafka.py -------------------------------------------------------------------------------- /unit_tests/test_latte_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_latte_thread.py -------------------------------------------------------------------------------- /unit_tests/test_lib_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_lib_utils.py -------------------------------------------------------------------------------- /unit_tests/test_log_collector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_log_collector.py -------------------------------------------------------------------------------- /unit_tests/test_longevity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_longevity.py -------------------------------------------------------------------------------- /unit_tests/test_manual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_manual.py -------------------------------------------------------------------------------- /unit_tests/test_microbenchmarking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_microbenchmarking.py -------------------------------------------------------------------------------- /unit_tests/test_ndbench_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_ndbench_thread.py -------------------------------------------------------------------------------- /unit_tests/test_network_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_network_config.py -------------------------------------------------------------------------------- /unit_tests/test_parallelobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_parallelobject.py -------------------------------------------------------------------------------- /unit_tests/test_profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_profiler.py -------------------------------------------------------------------------------- /unit_tests/test_prometheus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_prometheus.py -------------------------------------------------------------------------------- /unit_tests/test_python_driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_python_driver.py -------------------------------------------------------------------------------- /unit_tests/test_remote_long_running.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_remote_long_running.py -------------------------------------------------------------------------------- /unit_tests/test_remoter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_remoter.py -------------------------------------------------------------------------------- /unit_tests/test_run_cqlsh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_run_cqlsh.py -------------------------------------------------------------------------------- /unit_tests/test_s3_remote_uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_s3_remote_uploader.py -------------------------------------------------------------------------------- /unit_tests/test_sct_clean_commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_clean_commands.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_base.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_database.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_filters.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_grafana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_grafana.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_health.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_loaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_loaders.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_monitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_monitors.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_nodetool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_nodetool.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_operator.py -------------------------------------------------------------------------------- /unit_tests/test_sct_events_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_events_system.py -------------------------------------------------------------------------------- /unit_tests/test_sct_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sct_runner.py -------------------------------------------------------------------------------- /unit_tests/test_scylla_bench_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_scylla_bench_thread.py -------------------------------------------------------------------------------- /unit_tests/test_scylla_yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_scylla_yaml.py -------------------------------------------------------------------------------- /unit_tests/test_scylla_yaml_builders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_scylla_yaml_builders.py -------------------------------------------------------------------------------- /unit_tests/test_sdcm_mgmt_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sdcm_mgmt_cli.py -------------------------------------------------------------------------------- /unit_tests/test_sdcm_mgmt_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sdcm_mgmt_common.py -------------------------------------------------------------------------------- /unit_tests/test_seed_selector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_seed_selector.py -------------------------------------------------------------------------------- /unit_tests/test_send_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_send_email.py -------------------------------------------------------------------------------- /unit_tests/test_sla_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sla_utils.py -------------------------------------------------------------------------------- /unit_tests/test_sync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_sync.py -------------------------------------------------------------------------------- /unit_tests/test_teardown_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_teardown_validator.py -------------------------------------------------------------------------------- /unit_tests/test_test_lib_cql_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_test_lib_cql_types.py -------------------------------------------------------------------------------- /unit_tests/test_tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_tester.py -------------------------------------------------------------------------------- /unit_tests/test_uda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_uda.py -------------------------------------------------------------------------------- /unit_tests/test_udf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_udf.py -------------------------------------------------------------------------------- /unit_tests/test_user_data_builders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_user_data_builders.py -------------------------------------------------------------------------------- /unit_tests/test_utils_cidr_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_cidr_pool.py -------------------------------------------------------------------------------- /unit_tests/test_utils_cluster_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_cluster_tools.py -------------------------------------------------------------------------------- /unit_tests/test_utils_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_common.py -------------------------------------------------------------------------------- /unit_tests/test_utils_data_validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_data_validator.py -------------------------------------------------------------------------------- /unit_tests/test_utils_decorators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_decorators.py -------------------------------------------------------------------------------- /unit_tests/test_utils_distro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_distro.py -------------------------------------------------------------------------------- /unit_tests/test_utils_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_docker.py -------------------------------------------------------------------------------- /unit_tests/test_utils_health_checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_health_checker.py -------------------------------------------------------------------------------- /unit_tests/test_utils_issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_issues.py -------------------------------------------------------------------------------- /unit_tests/test_utils_k8s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_k8s.py -------------------------------------------------------------------------------- /unit_tests/test_utils_scylla_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_utils_scylla_args.py -------------------------------------------------------------------------------- /unit_tests/test_vector_store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_vector_store.py -------------------------------------------------------------------------------- /unit_tests/test_version_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_version_utils.py -------------------------------------------------------------------------------- /unit_tests/test_wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_wait.py -------------------------------------------------------------------------------- /unit_tests/test_ycsb_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/unit_tests/test_ycsb_thread.py -------------------------------------------------------------------------------- /upgrade_schema_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/upgrade_schema_test.py -------------------------------------------------------------------------------- /upgrade_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/upgrade_test.py -------------------------------------------------------------------------------- /utils/.bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/.bash_completion -------------------------------------------------------------------------------- /utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/__init__.py -------------------------------------------------------------------------------- /utils/backport.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/backport.sh -------------------------------------------------------------------------------- /utils/backport_sct.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/backport_sct.sh -------------------------------------------------------------------------------- /utils/build_system/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/build_system/__init__.py -------------------------------------------------------------------------------- /utils/build_system/folder-template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/build_system/folder-template.xml -------------------------------------------------------------------------------- /utils/build_system/template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/build_system/template.xml -------------------------------------------------------------------------------- /utils/cloud_cleanup/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/cloud_cleanup/__init__.py -------------------------------------------------------------------------------- /utils/cloud_cleanup/aws/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/cloud_cleanup/aws/clean_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/cloud_cleanup/aws/clean_aws.py -------------------------------------------------------------------------------- /utils/cloud_cleanup/azure/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/cloud_cleanup/gce/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/cloud_cleanup/gce/clean_gce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/cloud_cleanup/gce/clean_gce.py -------------------------------------------------------------------------------- /utils/cloud_cleanup/xcloud/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/copy_ami_to_all_regions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/copy_ami_to_all_regions.py -------------------------------------------------------------------------------- /utils/copy_ami_to_all_regions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/copy_ami_to_all_regions.sh -------------------------------------------------------------------------------- /utils/create_aws_region_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/create_aws_region_data.py -------------------------------------------------------------------------------- /utils/decode_kallsyms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/decode_kallsyms.py -------------------------------------------------------------------------------- /utils/fix_es_mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/fix_es_mapping.py -------------------------------------------------------------------------------- /utils/lint_test_cases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/lint_test_cases.sh -------------------------------------------------------------------------------- /utils/migrate_nemesis_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/migrate_nemesis_data.py -------------------------------------------------------------------------------- /utils/scylla_doctor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/scylla_doctor.py -------------------------------------------------------------------------------- /utils/split_sct_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/split_sct_log.py -------------------------------------------------------------------------------- /utils/update_argus_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/update_argus_client.py -------------------------------------------------------------------------------- /utils/update_field.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/update_field.py -------------------------------------------------------------------------------- /utils/upload_sct_coredump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/utils/upload_sct_coredump.sh -------------------------------------------------------------------------------- /uv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/uv.lock -------------------------------------------------------------------------------- /vars/artifactsPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/artifactsPipeline.groovy -------------------------------------------------------------------------------- /vars/byoLongevityPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/byoLongevityPipeline.groovy -------------------------------------------------------------------------------- /vars/byoScylladb.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/byoScylladb.groovy -------------------------------------------------------------------------------- /vars/checkoutQaInternal.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/checkoutQaInternal.groovy -------------------------------------------------------------------------------- /vars/cleanSctRunners.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/cleanSctRunners.groovy -------------------------------------------------------------------------------- /vars/collectBuilderLogs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/collectBuilderLogs.groovy -------------------------------------------------------------------------------- /vars/collectTestCoredumps.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/collectTestCoredumps.groovy -------------------------------------------------------------------------------- /vars/copyLogsFromSctRunner.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/copyLogsFromSctRunner.groovy -------------------------------------------------------------------------------- /vars/createArgusTestRun.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/createArgusTestRun.groovy -------------------------------------------------------------------------------- /vars/createSctRunner.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/createSctRunner.groovy -------------------------------------------------------------------------------- /vars/createTestJobPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/createTestJobPipeline.groovy -------------------------------------------------------------------------------- /vars/dockerLogin.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/dockerLogin.groovy -------------------------------------------------------------------------------- /vars/finishArgusTestRun.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/finishArgusTestRun.groovy -------------------------------------------------------------------------------- /vars/getCloudProviderFromBackend.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/getCloudProviderFromBackend.groovy -------------------------------------------------------------------------------- /vars/getJenkinsLabels.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/getJenkinsLabels.groovy -------------------------------------------------------------------------------- /vars/getJobTimeouts.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/getJobTimeouts.groovy -------------------------------------------------------------------------------- /vars/getLatestScyllaRelease.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/getLatestScyllaRelease.groovy -------------------------------------------------------------------------------- /vars/initAwsRegionParam.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/initAwsRegionParam.groovy -------------------------------------------------------------------------------- /vars/jepsenPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/jepsenPipeline.groovy -------------------------------------------------------------------------------- /vars/loadEnvFromString.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/loadEnvFromString.groovy -------------------------------------------------------------------------------- /vars/longevityPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/longevityPipeline.groovy -------------------------------------------------------------------------------- /vars/managerPipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/managerPipeline.groovy -------------------------------------------------------------------------------- /vars/provisionResources.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/provisionResources.groovy -------------------------------------------------------------------------------- /vars/pullRequestContainsLabels.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/pullRequestContainsLabels.groovy -------------------------------------------------------------------------------- /vars/pullRequestSetResult.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/pullRequestSetResult.groovy -------------------------------------------------------------------------------- /vars/rollingUpgradePipeline.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/rollingUpgradePipeline.groovy -------------------------------------------------------------------------------- /vars/runCleanupResource.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/runCleanupResource.groovy -------------------------------------------------------------------------------- /vars/runCollectLogs.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/runCollectLogs.groovy -------------------------------------------------------------------------------- /vars/runGeneratePTReport.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/runGeneratePTReport.groovy -------------------------------------------------------------------------------- /vars/runSctTest.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/runSctTest.groovy -------------------------------------------------------------------------------- /vars/runSendEmail.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/runSendEmail.groovy -------------------------------------------------------------------------------- /vars/sctScript.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/sctScript.groovy -------------------------------------------------------------------------------- /vars/simpleTrigger.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/vars/simpleTrigger.groovy -------------------------------------------------------------------------------- /ycsb_performance_regression_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scylladb/scylla-cluster-tests/HEAD/ycsb_performance_regression_test.py --------------------------------------------------------------------------------