Testing environment tries to install irods packages in database container when --project-name
argument has underscores
#226
Labels
bug
Something isn't working
We have a few functions in
context.py
that try to pull information from container names by splitting them by underscores:irods_testing_environment/irods_testing_environment/context.py
Lines 147 to 175 in 615a2e2
However, the
--project-name
argument to the runner scripts allows the user to specify a string that will, among other things, be used as the first part of the container names. If the user specifies a name with underscores, these functions will return the wrong values. This causes the testing environment to attempt to install irods packages in the database container, which will fail under most circumstances due to distro mismatch.The text was updated successfully, but these errors were encountered: