nextcloud/apps/user_ldap/tests/Mapping
Anna Larch dbb82b0bc2 test(user_ldap): speed up AbstractMappingTestCase chunking test
Reduce mapped entries from 3332 to 14 (every 5000th instead of every
20th) so the test exercises the chunking path without inserting thousands
of rows. Move the explanatory comment above the loop where it belongs.

Note: the implementation chunks at its own 65000 total-parameter limit
(not Postgres's 65535 IN-list limit), so the comment uses 65000.

Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 08:11:29 +00:00
..
AbstractMappingTestCase.php test(user_ldap): speed up AbstractMappingTestCase chunking test 2026-06-01 08:11:29 +00:00
GroupMappingTest.php fix(psalm): Fix static analysis issues in apps/*/tests 2026-01-16 12:00:51 +01:00
UserMappingTest.php fix: Remove static vars usage in user_ldap 2026-03-23 16:48:31 +01:00