Skip to content

Commit

Permalink
Added a comment in the micro test to indicate why the RepairBlockedTe…
Browse files Browse the repository at this point in the history
…st doesnt work yet
  • Loading branch information
Wuerstchen committed Aug 25, 2022
1 parent eb3bd98 commit 19b1ba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/XrdEcTests/MicroTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ class MicroTest: public CppUnit::TestCase
AlignedRepairTestImpl(true, 4, true, true);
}

/*
* Should work with non-local files. Check TryOpen for the kXR code that indicates
* that the file is locked by another operation.
*/
inline void RepairBlockedTest(){
AlignedRepairTestImpl(true, 5, false, true);
}
Expand Down

0 comments on commit 19b1ba4

Please sign in to comment.