Changeset 176404f


Ignore:
Timestamp:
07/11/2021 04:16:21 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9600ece, f399737
Parents:
c519d456
Message:

Work around a util-linux that can hang the tests.

If CONFIG_USER_NS or CONFIG_PID_NS are not set in the kernel, the tests will
hang forever. To work around the problem, delete one test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/util-linux.xml

    rc519d456 r176404f  
    9595<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
    9696    </warning>
     97
     98    <note><para>There is one test that depends on the configuration of the kernel.
     99    If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever.
     100    To work around the problem, delete one test:</para>
     101
     102    <screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>
     103    </note>
    97104
    98105<screen><userinput remap="test">chown -Rv tester .
Note: See TracChangeset for help on using the changeset viewer.