- Oct 18, 2019
-
-
Cedric CAFFY authored
-
Steven Murray authored
Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors
-
- Oct 17, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Increased the time to lock a Rados object from 300ms to 1 sec. This correction is due to CI repack error (caused by BackendRados::lockBackoff(): timeout)
-
Cedric CAFFY authored
Removed objectstore initialization agent after objectstore initialization (cta-objectstore-initialize.cpp) Catched other exceptions in continuousintegration/orchestration/tests/client-ar-abortPrepare.cpp
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Oct 15, 2019
-
-
Steven Murray authored
-
- Oct 10, 2019
-
- Oct 08, 2019
-
-
Cedric CAFFY authored
-
Julien Leduc authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Julien Leduc authored
Should be archiving a different file for every xrdcp. Need to add some comments as it starts to be really really bad...
-
Eric Cano authored
- Oct 04, 2019
- Oct 02, 2019
-
- Sep 30, 2019
-
-
Steven Murray authored
-
- Sep 27, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Sep 26, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Revert "Revert "Renamed TAPE.ENCRYPTION_KEY to TAPE.ENCRYPTION_KEY_NAME in and only in the CTA database schema"" This reverts commit a1bc7400.
-
- Sep 25, 2019
-
-
Steven Murray authored
Revert "Renamed TAPE.ENCRYPTION_KEY to TAPE.ENCRYPTION_KEY_NAME in and only in the CTA database schema" This reverts commit 7c8d0e8d.
-
Steven Murray authored
-
Eric Cano authored
-
Steven Murray authored
-
Eric Cano authored
Some tests saw no repack subrequests (and not retrieve queue) created, which is what the backpressure test relies on.
-
Steven Murray authored
-
Eric Cano authored
Disk reservation where cleaned up in states when they should be kept. Added disk reservation logs.
-