irods / irods_testing_environment

BSD 3-Clause "New" or "Revised" License
8 stars 14 forks source link

[irods/irods#7191] Add Rocky Linux 9 support #171

Closed alanking closed 1 year ago

alanking commented 1 year ago

In service of irods/irods#7191

Copied from files for rockylinux:8. Unit tests pass, core tests are running (and passing, so far). Need to try out mysql

Same caveats apply here regarding irods/irods#7349

alanking commented 1 year ago

Somehow this was working on the first few runs, but a subsequent run revealed that procps is required for our scripts. Still working through this, apparently

alanking commented 1 year ago

Testing has been going well, so I think this is good to go. mysql works fine as well.

@korydraughn - I see that you requested a review from yourself, so I will hold off on merging until you give the green light.

korydraughn commented 1 year ago

So the issue with procps is all good now?

alanking commented 1 year ago

Yes, things are working now. We are using pkill and pgrep in our scripts, which are provided by procps.