Skip to content
Snippets Groups Projects
Commit 4b8bbe87 authored by Alexander Turenko's avatar Alexander Turenko Committed by Alexander Turenko
Browse files

test/config: adjust expected default wal.dir path

It was forgotten in commit 6712ab9a ("config: change default paths
to var/<...>"). Overlooked, because the test case is to be run only on
Tarantool EE.

Part of #8862

NO_DOC=It is a fix of a testing problem.
NO_CHANGELOG=see NO_DOC
parent 7aceb82b
No related branches found
No related tags found
No related merge requests found
......@@ -805,7 +805,7 @@ g.test_wal_enterprise = function()
validate_fields(iconfig.wal, instance_config.schema.fields.wal)
local exp = {
dir = '{{ instance_name }}',
dir = 'var/lib/{{ instance_name }}',
mode = 'write',
max_size = 268435456,
dir_rescan_delay = 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment