summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-08-06 08:57:42 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-06 16:58:26 +0000
commit606b5f9a614f188c500c684523e62683fae6f227 (patch)
tree53e3b4ad09b3819dea267c977a9b6c6f41d644fc /contrib
parentbd9d3a8fa5843dca49a4903d66f603f678ed0fa5 (diff)
downloadpodman-606b5f9a614f188c500c684523e62683fae6f227.tar.gz
podman-606b5f9a614f188c500c684523e62683fae6f227.tar.bz2
podman-606b5f9a614f188c500c684523e62683fae6f227.zip
Remove inotify work around
PR#1215 fixed issue with podman blowing up inotify Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1222 Approved by: baude
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/podman/test/test_runner.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/python/podman/test/test_runner.sh b/contrib/python/podman/test/test_runner.sh
index a9142d36d..4afbc260f 100755
--- a/contrib/python/podman/test/test_runner.sh
+++ b/contrib/python/podman/test/test_runner.sh
@@ -125,11 +125,6 @@ EOT
# Run podman in background without systemd for test purposes
set -x
-# Until podman issue#... is fixed.
-sysctl fs.inotify.max_user_watches=999999
-sysctl fs.inotify.max_user_instances=999999
-sysctl fs.inotify.max_queued_events=999999
-
$PODMAN varlink --timeout=0 ${PODMAN_HOST} >>/tmp/test_podman.output 2>&1 &
if [[ -z $1 ]]; then