Skip to content

Commit a05640d

Browse files
committed
Some comments
1 parent 433ce37 commit a05640d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/Files_SerialIO/close_and_reopen_test.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ auto run_test_filebased(
6565
REQUIRE(writeIterations(series)[1].closed() == !synchronous);
6666
// We are in file-based iteration encoding, so the old iteration should
6767
// remain accessible
68+
// Note: this will create a particlespath at iteration 0, which will
69+
// lead to parsing warnings in HDF5.
6870
writeIterations(series).at(0);
6971
}
7072
{
@@ -249,6 +251,10 @@ auto run_test_groupbased(
249251
}
250252
else
251253
{
254+
// Cannot go back to an old IO step
255+
// Since the other backends do not use IO steps,
256+
// going back to an old Iteration should remain possible even
257+
// in synchronous modes
252258
REQUIRE_THROWS(writeIterations(series).at(0));
253259
}
254260
}

0 commit comments

Comments
 (0)