ganga
ganga copied to clipboard
Ganga is an easy-to-use frontend for job definition and management
Running unit tests on local machine throws logging error. Tests run successfully. No other side effects. I believe the `Logging error` occurs because of an IO error when `ShutdownManager.py` tries...
As CERN will start to see a significant deployment of Alma Linux 9 machines, we should do some testing there.
A deprecation system should be developed for Ganga. It should - Have a well defined way of marking plugins, functions etc as deprecated with a warning about when they will...
Passing arguments such as `Docker("docker://fedora:latest")` throws `TypeError`. **Steps to reproduce** ``` j = Job(name='dockertest') j.virtualization = Docker("docker://fedora:latest") ``` **Error** ``` ERROR !!Unknown/Unexpected ERROR!! ERROR If you're able to reproduce this...
If I submit a job interactively: ```python [11:17:55] Ganga In [4]: j = Job() [11:18:00] Ganga In [5]: j.backend = Dirac() [11:18:05] Ganga In [6]: j.submit() Ganga Out [6]: 1...
With the recent changes in the testing framework to allow tests to run for branches provided by external users after approval, the `setup.py` file (defining dependencies) and the `ci_push_testing.yml` file...
```python [12:13:11] Ganga In [5]: diracAPI_interactive() ERROR !!Unknown/Unexpected ERROR!! ERROR If you're able to reproduce this please report this to the Ganga developers! File :1 ###END-TRANS### ```
The regex to parse the output of `tokens` is here: https://github.com/ganga-devs/ganga/blob/develop/ganga/GangaCore/GPIDev/Credentials/AfsToken.py#L29 It is not generic enough as someone has a command that returns: ``` Tokens for [email protected] [Expires Jan 24...
After submitting a job to Dirac the ipython prompt doesn't show any print out and subsequent commands don't give any print out. I think it may be that the Dirac...
Since the project is small and can be easily be setup easily locally, without much dependencies, still is it good idea to have a Dockerfile? If yes I'll be glad...