Skip to content

Commit 31b76a6

Browse files
committed
Eliminate race condition in binary I/O test.
1 parent 907b823 commit 31b76a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/io/test_binary.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** TRACCC library, part of the ACTS project (R&D line)
22
*
3-
* (c) 2022 CERN for the benefit of the ACTS project
3+
* (c) 2022-2023 CERN for the benefit of the ACTS project
44
*
55
* Mozilla Public License Version 2.0
66
*/
@@ -29,7 +29,7 @@ TEST(io_binary, cell) {
2929

3030
// Set event configuration
3131
const std::size_t event = 0;
32-
const std::string cells_directory = "tml_full/ttbar_mu200/";
32+
const std::string cells_directory = "tml_full/ttbar_mu100/";
3333

3434
// Memory resource used by the EDM.
3535
vecmem::host_memory_resource host_mr;
@@ -171,7 +171,7 @@ TEST(io_binary, spacepoint) {
171171
TEST(io_binary, measurement) {
172172
// Set event configuration
173173
const std::size_t event = 0;
174-
const std::string measurements_directory = "tml_full/ttbar_mu200/";
174+
const std::string measurements_directory = "tml_full/ttbar_mu300/";
175175

176176
// Memory resource used by the EDM.
177177
vecmem::host_memory_resource host_mr;

0 commit comments

Comments
 (0)