Skip to content

Commit

Permalink
fix(testing): use UUID based SSTables for testing
Browse files Browse the repository at this point in the history
UUID SSTables are the default in newer Scylla version,
so we should focus on testing them and mock integer
based SSTables when needed.

Ref #4182
  • Loading branch information
Michal-Leszczynski committed Jan 10, 2025
1 parent de6fefe commit 9382637
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testing/scylla/config/scylla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,4 @@ api_doc_dir: /usr/lib/scylla/api/api-doc/
alternator_port: 8000
alternator_write_isolation: only_rmw_uses_lwt
alternator_enforce_authorization: true
enable_ipv6_dns_lookup: true

uuid_sstable_identifiers_enabled: false
enable_ipv6_dns_lookup: true

0 comments on commit 9382637

Please sign in to comment.