Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion defaults/test_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ kafka_backend: null
kafka_connectors: []

run_scylla_doctor: true
scylla_doctor_version: "1.12"
scylla_doctor_version: "1.13"
scylla_doctor_full_tarball_url: null
run_scylla_doctor_only: false
scylla_doctor_edition: "basic"
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ Flag to run Scylla Doctor tool

Scylla Doctor version to use for artifact tests. Set to specific version (e.g., '1.10')<br>to hardcode the version, or leave empty to use the latest available version. For stability,<br>artifact tests should use a hardcoded version to avoid issues from newer scylla-doctor releases.

**default:** 1.12
**default:** 1.13

**type:** str (appendable)

Expand Down