Riccardo Di Maio

Results 58 issues of Riccardo Di Maio

pomodor -> pomodoro

The documentation for [`list_replicas` ](https://rucio.github.io/documentation/client_api/replicaclient/#list_replicas) describes three sorting algorithms that have not been implemented yet: https://github.com/rucio/rucio/blob/0bbc069faf17f06eff1891aa90e634adea67b216/lib/rucio/core/replica_sorter.py#L340-L367 Opening this issue as I could not find an open issue tracking this work....

Replicas

The minor fixes are broken down into the different commits, other than f00fd6eb6c5bfe865a16e422d0503f0a2ef10b99 which is solely about type annotations. The `# type: ignore` comments are for `instance` being None before...

This class is not used anywhere: https://github.com/rucio/rucio/blob/dc1f30e2db48f2f1c5e5f89eb44bb61ee83e18f3/lib/rucio/daemons/c3po/utils/expiring_list.py#L23 Should it be removed?

Core & Internals

Part of #6588. On the test failure: ``` Found 1 new problems in /home/runner/work/rucio/rucio/lib/rucio/daemons/bb8/nuclei_background_rebalance.py - 1 errors with message """Argument of type "str | bool | None" cannot be assigned...