This commit is contained in:
Mubelotix
2025-07-08 16:19:55 +02:00
parent 881c37393f
commit feb53104e5
4 changed files with 8 additions and 8 deletions

View File

@ -736,7 +736,7 @@ fn test_document_addition_mixed_rights_with_index() {
#[test]
fn test_document_addition_mixed_right_without_index_starts_with_cant_create() {
// We're going to autobatch multiple document addition.
// - The index does not exists
// - The index does not exist
// - The first document addition don't have the right to create an index
// - The second do. They should not batch together.
// - The second should batch with everything else as it's going to create an index.