- Jan 28, 2019
-
-
Eric Cano authored
-
- Jan 25, 2019
-
-
Steven Murray authored
Upgraded to EOS version 4.4.20-20190125160957gitfec7ad8 in order to get the better performance version of the MGM LRU tape aware garbage collector
-
- Jan 24, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
This reverts commit 5e55c15f. Conflicts: mediachanger/acs/AcsTest.cpp mediachanger/acs/CMakeLists.txt tests/CMakeLists.txt
-
Eric Cano authored
It allows running the unit tests in a build environement with: make -C CTA-build/tests/ -f parallelTestsMakefile.local
-
Eric Cano authored
This was based on the assumption that queue would be trimmed fast, leading to a tight loop. We now go one round on existing queues.
-
Eric Cano authored
Attempting to lock a non-existing object leads to the creation of a zero-sized one. When this happens, the locking code deletes the freshly created object immediately. Nevertheless, this prevented the creation of a new object with this name. The creation code now retries to overcome this race. In addition, reads finding a zero-sized object also consider it as absent.
-
Steven Murray authored
implementation of "cta-admin archivefile ls -all". A missing order by clause meant that non deterministic listings were given. This commit adds the missing "order by" clause.
-
- Jan 23, 2019
- Jan 22, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
all containers. Many failures were due to slow DNS name resolution by kube-dns. To solve this I am now scanning all registered services in the namespace and adding entries to /etc/hosts on all the `Running` containers in the namespace. This solution is valid for both systemd and non-systemd containers.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 21, 2019
-
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within oracle_catalogue_schema_header.sql
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within mysql_catalogue_schema_header.sql
-
Steven Murray authored
Changed common_catalogue_schema.sql for cta/CTA#371 'Change INTEGER columns of CTA catalogue schema to NUMERIC(20,0)'
-
Eric Cano authored
-
Eric Cano authored
While fixing #360
-
Michael Davis authored
-
- Jan 18, 2019
-
-
Michael Davis authored
-
Julien Leduc authored
moving core dumps to /var/log/tmp/%h-%t-%e-%p-%s.core so that they are available as artifacts for all pods AND in the log PV that has supposedly more space.
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
delete_instance.sh can write log to an alternate directory and not only /tmp as it may be too small for larger tests.
-
Julien Leduc authored
Adding systemd-resolved to all possible DNS intense pods to avoid Nameserver complaints for larger tests. client pod is now using systemd as well for this reason.
-
Julien Leduc authored
1 block per file and blocks >=256kB: more smaller blocks (min size). Do not mount a tape for less than 100 files.
-
Julien Leduc authored
-
Julien Leduc authored
-
- Jan 17, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
Michael Davis authored
-