mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
MongoDB's maxIndexLength (1024) allows the 512+512 index to succeed, resulting in 5 indexes instead of 4. Use conditional count and assertContains for position-independent key checks. Verified: 830/830 Database tests pass locally on MongoDB with paratest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>