Chi Fujii

Results 41 comments of Chi Fujii

This will make updating `Scalars` dataset easier, since it will allow moving Bitwise query tests to compat

Added new data in https://github.com/FerretDB/FerretDB/pull/1697 8 tests failed and 4 are within the scope of the test `TestQueryEvaluationRegex` which is to be moved to compat. `TestCreateStress` and `TestCreateOnInsertStressDiffCollection` failed with...

:wave: Hi @teivah, is there any update on the progress?

> @chilagrow I'm not sure what would be the right way to verify this. > > * The problem is, the default cleanup interval is 1min (configurable through CLI). Because...

> MongoDB returns a rather cryptic error message when there's an invalid character found during the SASLPrep stage, see failure [here](https://github.com/FerretDB/FerretDB/actions/runs/8783663803/job/24100295498?pr=4248#step:10:91). Not sure why we didn't catch this earlier but...

> @chilagrow I DMd you (it was scheduled message if you cannot see it yet) with regards to [this](https://github.com/FerretDB/FerretDB/pull/4248#issuecomment-2071207250) I don't quite understand. Let me review it again

This is covered by https://github.com/FerretDB/FerretDB/blob/main/integration/findandmodify_compat_test.go#L249 and no issue number found in the code.

This is covered by `TestFindAndModifyCompatRemove` https://github.com/FerretDB/FerretDB/blob/main/integration/findandmodify_compat_test.go#L345 now and no issue number found in code.

> Let's have one more test/examples with something where `$$ROOT` is used in at least two stages, e.g.: > > ``` > db.coll.aggregate( [ {$addFields: {"new-field": "$$ROOT"}},{$addFields: {"new-field-1": "$$ROOT"}} ]...

Closing because it cannot be reproduce and works on other environment.