Skip to content

Commit

Permalink
fix(unit-tests): adds data_directory to node_info golden files.
Browse files Browse the repository at this point in the history
  • Loading branch information
VAveryanov8 committed Dec 18, 2024
1 parent f851f3d commit 58ed47c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"rpc_port":"9160",
"sstable_uuid_format":true,
"consistent_cluster_management":true,
"enable_tablets":true
}
"enable_tablets":true,
"data_directory": "/var/lib/scylla/data"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"rpc_address":"192.168.100.101",
"rpc_port":"9160",
"sstable_uuid_format":false,
"consistent_cluster_management":false
}
"consistent_cluster_management":false,
"data_directory": "/var/lib/scylla/data"
}

0 comments on commit 58ed47c

Please sign in to comment.