- 26 Mar, 2014 4 commits
-
-
Eric Cano authored
We currently only cover the Recalls, and we still need to start the threads.
-
Eric Cano authored
intended for protyping. Retyped DiskWriteThreadPool's members to fixed length types.
-
Eric Cano authored
MemBlock, MemManager, MemManagerClient, MigrationJob, TapeReadFileTask, TapeReadTask, TapeSingleThreadInterface, TapeReadSingleThread, TapeWriteTask, TaskInjector into castor::tape::tapeserver::daemon
-
Eric Cano authored
-
- 24 Mar, 2014 3 commits
-
-
David COME authored
-
David COME authored
-
David COME authored
-
- 20 Mar, 2014 11 commits
-
-
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
ClientInterface gained reportMigrationResults,reportEndOfSession(WithError) and VolumeInfod moved also to ClientInterface
-
David COME authored
-
David COME authored
RecallJob has been substituted by FileToRecallStruct and MockTapeGateaway by ClientInterface
-
Eric Cano authored
The test and mount session have been adapted to the previous developments. Mount session now goes as far as opening the tape drive.
-
Eric Cano authored
This options allows us to prepare the contents of a drive for a unit test. This function is only implemented for the fake systems and the drives of type VIRTUAL, so it is only available for test environments.
-
Eric Cano authored
-
Eric Cano authored
Replaced the ad-hoc container castor::tape::drives::Drive by a factory function castor::tape::drives::DriveFactory. Adapted the use in all the tests (with auto_ptr).
-
- 19 Mar, 2014 18 commits
-
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
We need to make sure the coverage of the UT is enough
-
David COME authored
It now uses interfaces' types (TapeSingleThreadInterface<>, ClientInterface, and DiskThreadPoolInterface<>)instead of the types of the derived classes for its arguments
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
Thus the RecallTaskInjectorTest.cpp does not complain about link error
-
David COME authored
Indeed, there was a clash into auto_ptr destructor (which does a delete) and the allocation which was done using new[]
-
David COME authored
-
David COME authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Added explaination for more bare dynamic casts to reference. Also added cast to void for the result (to prevent compilation errors).
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Added explaination for a bare dynamic cast to reference, which is not to straightforward.
-
- 18 Mar, 2014 4 commits
-
-
David COME authored
does not compile yet
-
David COME authored
Also removed the nested Worker class to make the interface inheriting from Thread
-
David COME authored
and refactor a bit of code into the interface
-
David COME authored
-