Comment 2 for bug 1950630

Revision history for this message
Cory Todd (corytodd) wrote :

I noticed this bug too on f/oracle-5.15 on Oracle BM.Standard2.52. The root cause is that $CGROUP may contain multiple lines, e.g.

tempfs
cgroup2
cgroup
cgroup

which doesn't make sense with the check. More concerning though is that if we fix this up (quote string then check for substring) we may hit another error if we cannot create the cgroup memory limit file. This makes the test run without any memory limits. I'm not not sure yet what the right fix is yet because I don't know if these tests are even valid without having a memory limit set.