summaryrefslogtreecommitdiffstats
path: root/test/TEST-60-MOUNT-RATELIMIT (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Rework integration test definitionsDaan De Meyer2024-05-141-0/+7
| | | | | | | Let's make this behave more like all the rest of the meson stuff. This also is the first step to making it a bit more flexible so we can define integration tests in different ways as will be seen in the next commits.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: shellcheck-ify test scriptsFrantisek Sumsal2021-09-301-1/+3
|
* test: add extended test for triggering mount rate limitAnita Zhang2021-06-092-0/+8
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.