From bd5806f7c7e59e9140034ee4120386f9f0d53f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Tue, 30 Aug 2022 13:48:09 +0200 Subject: [PATCH] Fix parallel tests after rebasing --- test/ParallelIOTest.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/ParallelIOTest.cpp b/test/ParallelIOTest.cpp index aaf1fd4378..6db77398fd 100644 --- a/test/ParallelIOTest.cpp +++ b/test/ParallelIOTest.cpp @@ -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 >= \