Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 19:08:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 243649] [patch] devel/libepoll-shim: Update to 0.0.20191117 version to unbreak re-plugging input devices
Message-ID:  <bug-243649-7141-HsdrOoFflb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243649-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243649-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243649

--- Comment #12 from Michael Gmelin <grembo@FreeBSD.org> ---
(In reply to Jan Beich from comment #11)

I don't think running unit tests within the poudriere build phase
(=3D contained jail) is helpful, as it has many restrictions.

I usually run tests by doing:

  poudriere testport -j<jailname> -i <category>/<name>
  ...
  cd /usr/ports/<category>/<name>
  make test

The reason the tests are failing in this specific case is the
default per build jail file descriptor limitation of 1024
open file descriptors imposed by poudriere.

To run tests successfully the way you do, you need to raise
that limit, e.g. by doing:

  sysrc -f /usr/local/etc/poudriere.conf MAX_FILES=3D500000

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243649-7141-HsdrOoFflb>