Skip to content

Commit

Permalink
Revert "Test for double attribute issue in ADIOS2 v2.7.1"
Browse files Browse the repository at this point in the history
This reverts commit a39b618.

The test is added in PR openPMD#1302 which fixes the bug
  • Loading branch information
franzpoeschel committed Jul 19, 2022
1 parent a39b618 commit 611d834
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <algorithm>
#include <array>
#include <chrono>
#include <cmath>
#include <complex>
#include <fstream>
Expand All @@ -28,7 +27,6 @@
#include <sstream>
#include <stdexcept>
#include <string>
#include <thread>
#include <tuple>
#include <vector>

Expand Down Expand Up @@ -5834,13 +5832,6 @@ void append_mode(
write.flush();
}
{
using namespace std::chrono_literals;
/*
* Put a little sleep here to trigger writing of a different /date
* attribute. ADIOS2 v2.7 does not like that so this test ensures that
* we deal with it.
*/
std::this_thread::sleep_for(1s);
Series write(filename, Access::APPEND, jsonConfig);
if (variableBased)
{
Expand Down

0 comments on commit 611d834

Please sign in to comment.