[Bugs] [Bug 1129939] NetBSD port

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 30 12:33:06 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1129939



--- Comment #281 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/10033 committed in master by Kaleb KEITHLEY
(kkeithle at redhat.com) 
------
commit aff367a601351ff7bfbfc572d6ae0d4ffafae0f0
Author: Emmanuel Dreyfus <manu at netbsd.org>
Date:   Mon Mar 30 05:43:12 2015 +0200

    Tests: portability fixes

    Fix various portability problems in mount-nfs-auth.t,
    quota-ancestry-building.t and trash.t:

    - dd bs=1M is not portable, use dd bs=1024k instead
    - dd bs=1MB is not portable iether, use dd bs=1000000 instead
    - After restarting NFS service, wait for it to become available
    - After killing a process, wait for it to terminate
    - BSD awk does not accept a=b="", use a=""; b="" instead
    - NetBSD displays the original program name in paenthesis at the end
      of ps output. Strip it using sed 's/ *([^()]*)$//' is we want just
      the command
    - Do no use umount $N0, which leads to many troubles solved by
      EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" umount_nfs $N0
    - The -p option for mkdir must be before the directory name
    - du -b is not portable. Use ls -l instead.

    BUG: 1129939
    Change-Id: I3d44a10a37d47ebb6a263c206566487e3ffb85d8
    Signed-off-by: Emmanuel Dreyfus <manu at netbsd.org>
    Reviewed-on: http://review.gluster.org/10033
    Reviewed-by: Krishnan Parthasarathi <kparthas at redhat.com>
    Reviewed-by: Anoop C S <achiraya at redhat.com>
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Kaleb KEITHLEY <kkeithle at redhat.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Bugs mailing list