rcarpa

Results 45 issues of rcarpa

Motivation ---------- The receiver has logic to filter activemq messages by vo. Right now this is hard-coded to be equal to the policy name. Some people may desired to use...

Transfers
Multi VO

Motivation ---------- multiple instances start working on the same data because the partition wait time is very small https://github.com/rucio/rucio/blob/75f1a1d3d0fe761fd8dd163ab05caeac80b3c52a/lib/rucio/daemons/undertaker/undertaker.py#L57 Modification ------------ Increase partition wait time

enhancement
Dataset deletion

Motivation ---------- _list_replicas() has some logic to prioritize xroot for archives. This logic relies on appending the 'root' scheme to the list of accepted schemes when building the protocol for...

bug
Replicas

Motivation ---------- Some places in clients indirectly (via imports) try to access cache values. The old library used for memcache silently ignored those accesses, but pymemcache doesn't like it. For...

bug
Clients

Motivation ---------- The receiver waits for a "Completion" message from FTS. And there is a very simple condition to transition the transfer to a "DONE" state on reception of such...

bug
Transfers

Motivation ---------- For some reason, dataset size is only re-evaluated on oracle: https://github.com/rucio/rucio/blob/b10d485fd31555d17ac1e4143380a3b09ab83a4a/lib/rucio/core/rule.py#L1487 Modification ------------ Remove oracle constrain

bug
Rules

This allows to only give a directory, similarly to frequently used 'conf.d/' convention. The directory is then iterated in the string order of file names and files with correct extension...

Motivation ---------- It puts many restrictions on usage of fixtures : https://docs.pytest.org/en/7.1.x/how-to/unittest.html#pytest-features-in-unittest-testcase-subclasses

Testing