Skip to content

Commit

Permalink
Fixes testcases failure due to previously created namespace.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Pavithra1602 committed Jan 20, 2025
1 parent 3b4416d commit c62c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/ndctl.py.data/ndctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c62c123

Please sign in to comment.