Yuyi Guo

Results 17 comments of Yuyi Guo

@bari12 Which rucio modules are good ones to start with?

@bari12 @ericvaandering and I tried to generated `RemovedIn20Warning`. We enabled cms rucio int server with ``` SetEnv PYTHONWARNINGS always::DeprecationWarning SetEnv SQLALCHEMY_WARN_20 1 ``` https://github.com/yuyiguo/containers/blob/set-python-envs/server/rucio.conf.j2#L96 https://github.com/yuyiguo/CMSKubernetes/blob/set-python-envs/docker/rucio-server/Dockerfile#L17 I ran below commands: ```...

CMS does not have` rucio-logs`. I did not find `RemovedIn20Warning` in `httpd-error-log`, but it has something like below: ``` [Mon Apr 04 16:05:04.863228 2022] [suexec:notice] [pid 15:tid 140611666167936] AH01232: suEXEC...

I created a pull request for db/sqla to migrate to SQLAlchemy 2.0 syntax [rucio#5853](https://github.com/rucio/rucio/pull/5853) . This is the first time I have created a PR in Rucio development. I am...

I use visual studio code that is configured with LSST python code format requirements, but these are just some basic stuff. It is Ok for me to check out a...

A newer [PR ](https://github.com/rucio/rucio/pull/5872/commits/3048a84a0a8bdba16139dba0fc356e1897d6f36d)replaced this one.

HI @bari12 , Can you look into the error from the unit tests? https://github.com/rucio/rucio/actions/runs/3086014413/jobs/4989944947#step:4:3219 Read the source I got: The test creates a file, uploads it to rucio, then downloads...

@rcarpa , I updated the code based on your review. Please review my changes.

@mlassnig Hi Mario, I am going to be off for almost two weeks starting this Friday afternoon. I hope that I can get the PR completed before I am off....