Skip to content

Commit

Permalink
Fix parallel tests after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Sep 30, 2022
1 parent b39aa1c commit bd5806f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1489,15 +1489,8 @@ void append_mode(
else
{
REQUIRE(read.iterations.size() == 5);
helper::listSeries(read);
}
/*
* Roadmap: for now, reading this should work by ignoring the last
* duplicate iteration.
* After merging https://github.com/openPMD/openPMD-api/pull/949, we
* should see both instances when reading.
* Final goal: Read only the last instance.
*/
helper::listSeries(read);
}
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
Expand Down

0 comments on commit bd5806f

Please sign in to comment.