Skip to content

C++ KVS requires hash file for defaults, but Rust does not #170

@Saumya-R

Description

@Saumya-R

Description:

When running C++ KVS tests, if a defaults file (like kvs_1_default.json) is present but the hash file is missing, the test fails. The Rust version works fine without the hash file.

Steps to reproduce:

  • Create a valid defaults file (e.g., kvs_1_default.json).
  • Do not create a hash file for it.
  • Run the C++ scenario.
  • It fails with an error about the missing hash file.

Expected:

C++ KVS should load the defaults file even if the hash file is missing, just like Rust.

Actual:

C++ KVS fails if the hash file is missing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions