Comment 1 for bug 1946201

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

This is a peculiar one, I can see this failure on B-gcp-4.15 with instance n1-highmem-16 as well.

And I think it's causing the following 22 cgroup_fj_* test to fail (just like the memcg_test_3 causing these to fail in bug 1836694)

I tried to run this manually on n1-highmem-16 and it looks like:
  1. This test will pass if you run it as the first test, e.g.
     echo "memcg_stress memcg_stress_test.sh" > /tmp/target
     sudo /opt/ltp/runltp -f /tmp/target
  2. This issue can be reproduced by just running cgroup test first:
     echo "cgroup cgroup_regression_test.sh" > /tmp/targets
     echo "memcg_stress memcg_stress_test.sh" >> /tmp/targets
     sudo /opt/ltp/runltp -f /tmp/target