From: Yu Watanabe Date: Wed, 20 Mar 2024 06:43:25 +0000 (+0900) Subject: Revert "test: temporarily adjust the default mount rate limit" X-Git-Tag: v256-rc1~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8e8ec0ff4107c14e05aebf5eb5f60f3f837440;p=thirdparty%2Fsystemd.git Revert "test: temporarily adjust the default mount rate limit" This reverts commit 3f4b00a34a425566ca8494846b0e74ca8c7693d3. The issue #30573 seems to be fixed somehow. Let's revert the workaround. --- diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index d870d57dccf..2ee4a7533ab 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -8,9 +8,6 @@ NSPAWN_ARGUMENTS="--private-network" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -# (Hopefully) a temporary workaround for https://github.com/systemd/systemd/issues/30573 -KERNEL_APPEND="${KERNEL_APPEND:-} SYSTEMD_DEFAULT_MOUNT_RATE_LIMIT_BURST=100" - # Make sure vsock is available in the VM CID=$((RANDOM + 3)) QEMU_OPTIONS+=" -device vhost-vsock-pci,guest-cid=$CID"