From c62c123aa5b19dc758d3d672b0f3bdf167d149d2 Mon Sep 17 00:00:00 2001 From: Pavithra Date: Mon, 20 Jan 2025 18:38:42 +0530 Subject: [PATCH] Fixes testcases failure due to previously created namespace. test_fsdax_write, test_map_sync and test_devdax_write tests are failing with error 'Namespace create command failed' because of previously created namespace so changing preserve_change to false. Signed-off-by: Pavithra --- memory/ndctl.py.data/ndctl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/ndctl.py.data/ndctl.yaml b/memory/ndctl.py.data/ndctl.yaml index bdd23163b..f695685d4 100644 --- a/memory/ndctl.py.data/ndctl.yaml +++ b/memory/ndctl.py.data/ndctl.yaml @@ -3,7 +3,7 @@ size: "null" map: git_branch: 'pending' ndctl_project_version: '73' -preserve_change: True +preserve_change: False mnt_point: '/mnt/pmem' fio_job: version: !mux