Skip to content

Commit 3bdfe22

Browse files
committed
Fix parallel tests after rebasing
1 parent c9eebe5 commit 3bdfe22

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/ParallelIOTest.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,15 +1489,8 @@ void append_mode(
14891489
else
14901490
{
14911491
REQUIRE(read.iterations.size() == 5);
1492+
helper::listSeries(read);
14921493
}
1493-
/*
1494-
* Roadmap: for now, reading this should work by ignoring the last
1495-
* duplicate iteration.
1496-
* After merging https://github.com/openPMD/openPMD-api/pull/949, we
1497-
* should see both instances when reading.
1498-
* Final goal: Read only the last instance.
1499-
*/
1500-
helper::listSeries(read);
15011494
}
15021495
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
15031496
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \

0 commit comments

Comments
 (0)