Skip to content

Commit 611d834

Browse files
committed
Revert "Test for double attribute issue in ADIOS2 v2.7.1"
This reverts commit a39b618. The test is added in PR #1302 which fixes the bug
1 parent a39b618 commit 611d834

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/SerialIOTest.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
#include <algorithm>
1818
#include <array>
19-
#include <chrono>
2019
#include <cmath>
2120
#include <complex>
2221
#include <fstream>
@@ -28,7 +27,6 @@
2827
#include <sstream>
2928
#include <stdexcept>
3029
#include <string>
31-
#include <thread>
3230
#include <tuple>
3331
#include <vector>
3432

@@ -5834,13 +5832,6 @@ void append_mode(
58345832
write.flush();
58355833
}
58365834
{
5837-
using namespace std::chrono_literals;
5838-
/*
5839-
* Put a little sleep here to trigger writing of a different /date
5840-
* attribute. ADIOS2 v2.7 does not like that so this test ensures that
5841-
* we deal with it.
5842-
*/
5843-
std::this_thread::sleep_for(1s);
58445835
Series write(filename, Access::APPEND, jsonConfig);
58455836
if (variableBased)
58465837
{

0 commit comments

Comments
 (0)