Ignore:
Timestamp:
11/17/2022 07:58:32 AM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
11c62aa
Parents:
41f908a (diff), 84f972c1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r41f908a r4f406ea  
    77  <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
    88  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "6728bfc66ffc554ba9fc9ae47edd53c5">
    10   <!ENTITY lvm2-size          "2.5 MB">
    11   <!ENTITY lvm2-buildsize     "37 MB (add 19 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
     9  <!ENTITY lvm2-md5sum        "cf6927fcf772b15d5b00f4db938f496a">
     10  <!ENTITY lvm2-size          "2.6 MB">
     11  <!ENTITY lvm2-buildsize     "45 MB (add 25 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
    1212  <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
    1313       The files in /tmp are transient. I monitor /tmp with a loop during
     
    175175
    176176<screen role="root"
    177         remap="test"><userinput>LC_ALL=en_US.UTF-8 make S=lvconvert-repair-replace check_local</userinput></screen>
    178 
    179     <para>
    180       The <command>S=...</command> option allows to skip tests. The
    181       <command>lvconvert-repair-replace</command> test has been reported
    182       to hang.
     177        remap="test"><userinput>LC_ALL=en_US.UTF-8 make check_local</userinput></screen>
     178
     179    <para>
     180      Some tests may hang. In this case they can be skipped by adding
     181      <command>S=&lt;testname&gt;</command> to the <command>make</command>
     182      command.
    183183      Other targets are available and can be listed with
    184184      <command>make -C test help</command>. The test timings are very dependent
     
    206206    Results for LVM2.2.03.16:
    207207    ### 395 tests: 241 passed, 145 skipped, 0 timed out, 1 warned, 8 failed
     208
     209    Results for LVM2.2.03.17:
     210    ### 403 tests: 333 passed, 61 skipped, 0 timed out, 3 warned, 6 failed
    208211    -->
    209212
     
    250253
    251254<screen role="root" revision="sysv"><userinput>make install
    252 rm /usr/lib/udev/rules.d/69-dm-lvm.rules</userinput></screen>
     255rm -fv /usr/lib/udev/rules.d/69-dm-lvm.rules</userinput></screen>
    253256
    254257<screen role="root" revision="systemd"><userinput>make install
Note: See TracChangeset for help on using the changeset viewer.