-
- Downloads
Validated and fixed RetrieveRequest::garbageCollect with a unit test
Created a unit test for RetrieveRequest garbage collection. Created a RetrieveQueue::addJobIfNecessary function. Fixed various bugs in RetrieveRequest::garbageCollect. Added basic functionnality to DummyCatalogue for GC unit tests. Cleaned up interace of RetrieveRequest for functions that are never used. Implemented missing function in RootEntry. Homogenized capitalisation of object names. Added support for RetrieveRequest in cta-objectstore-collect-orphaned-object.
Showing
- catalogue/DummyCatalogue.hpp 29 additions, 1 deletioncatalogue/DummyCatalogue.hpp
- objectstore/GarbageCollectorTest.cpp 181 additions, 0 deletionsobjectstore/GarbageCollectorTest.cpp
- objectstore/Helpers.cpp 2 additions, 2 deletionsobjectstore/Helpers.cpp
- objectstore/RetrieveQueue.cpp 43 additions, 0 deletionsobjectstore/RetrieveQueue.cpp
- objectstore/RetrieveQueue.hpp 5 additions, 0 deletionsobjectstore/RetrieveQueue.hpp
- objectstore/RetrieveRequest.cpp 8 additions, 2 deletionsobjectstore/RetrieveRequest.cpp
- objectstore/RetrieveRequest.hpp 2 additions, 6 deletionsobjectstore/RetrieveRequest.hpp
- objectstore/RootEntry.cpp 14 additions, 8 deletionsobjectstore/RootEntry.cpp
- objectstore/RootEntry.hpp 1 addition, 1 deletionobjectstore/RootEntry.hpp
- objectstore/cta-objectstore-collect-orphaned-object.cpp 21 additions, 2 deletionsobjectstore/cta-objectstore-collect-orphaned-object.cpp
- scheduler/OStoreDB/OStoreDB.cpp 1 addition, 1 deletionscheduler/OStoreDB/OStoreDB.cpp
Loading
Please register or sign in to comment