Operational Defect Database

BugZero found this defect 62 days ago.

MongoDB | 2611645

random_DDL_CRUD_operations.js bulk insert should perform max internalInsertMaxBatchSize inserts

Last update date:

3/18/2024

Affected products:

MongoDB Server

Affected releases:

No affected releases provided.

Fixed releases:

No fixed releases provided.

Description:

Info

SERVER-78556 changed the internal batch size we use on insert. The bulk insert executed by random_DDL_CRUD_operations.js gets broken down in multiple batches internally. In case of a rename happening after the first batch, but before the second, the read would only see the second batch. However, the tests expects to see all or nothing. The test should be improved to: be more verbose (as part of BF-31993 this was quite hard to verify as the assertion does not print any information on the nss and what is the expected value). make the a bulk insert size less then the internalInsertMaxBatchSize

Top User Comments


Steps to Reproduce


Additional Resources / Links

Share:

BugZero® Risk Score

What's this?

Coming soon

Status

Needs Scheduling

Learn More

Search:

...