Skip to content

Fix command option for SWMR

Afonso Mukai requested to merge 217_fix_swmr_option into master

Created by: dominikwerder

Description of work

  • Add test for opening file in non-SWMR and SWMR mode
  • Fix the non-SWMR case

Issue

Closes #217 (closed)

Acceptance Criteria

  • Filewriter should respect the { "use_hdf_swmr": false } in the FileWriter_new command.

Unit Tests

CommandHandlertests.cpp: OpenFileInNonSWMRMode, OpenFileInSWMRMode

Merge request reports