Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: c5af67b3e5471e03123d72fe6d9271635317de04
https://github.com/Checkmk/checkmk/commit/c5af67b3e5471e03123d72fe6d9271635…
Author: Moritz Kirschner <moritz.kirschner(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M tests/testlib/crawler.py
Log Message:
-----------
XSS crawl: Limit browser to task and batch urls
The previous version created a task per url test. This on one hand broke
the asyncio implementation as multiple tasks accessed the same browser
context concurrently. On the other hand this created costly overhead, we
are now splitting the urls into batches and let each task take over one
batch.
Change-Id: Id05dcf1de3e2542470ac4da0acaa4e7532a1a855
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications