mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
0c81900965
It's hard to trigger the failure to exit the rate limit state in isolation as it needs multiple event sources in order to show that it gets stuck in the queue. Hence why this is an extended test.
8 lines
180 B
Bash
Executable File
8 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Test that mount/unmount storms can enter/exit rate limit state and will not leak units"
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@"
|