Chi Fujii
Chi Fujii
Is this still an existing issue? Some of the existing tests seem to pass.
@wqhhust thanks for the update 🤗 it seems using Rest API is the recommendation.
> @chilagrow Let's simplify it even more and merge `orderTypes` and `orderTags`. After all, we don't check if that's a `types` or `bson` package, etc. They are just strings as...
@AlekSi any reason `tag*` are different order from `types` package? `types` uses order from https://github.com/FerretDB/FerretDB/blob/main/internal/bson/bson.go#L15. I would use the same order for tags. ``` const ( tagFloat64 = tag(0x01) //...
> That code should use slog, not zap @noisersup this comment was missed.
localhost exception is removed by https://github.com/FerretDB/FerretDB/issues/4365
Thanks for reporting this @repetitioestmaterstudiorum 🙏 I reproduced this, below are FerretDB logs. ``` 2025-05-22 16:40:00.001 | 2025-05-22 07:40:00.001 UTC [92] LOG: cron job 1 starting: CALL documentdb_api_internal.delete_expired_rows(); 2025-05-22 16:40:00.010...
Some tests pass! Even though, CI ends with panic :sweat_smile: ``` INFO PASS TestFindOtelComment (2.12s/2.12s) 1/63 INFO PASS TestCreateStressSameCollection (3.56s/3.56s) 2/63 ERROR FAIL TestServerStatusCommandFreeMonitoring/Disable (0.01s/0.01s): ERROR === RUN TestServerStatusCommandFreeMonitoring/Disable ```...
The test that does not finish is `TestGetMoreCommandBatchSize`. The failure indicates the test was running for 1200+ seconds (`FAIL github.com/FerretDB/FerretDB/v2/integration/cursor 1200.212s`). https://github.com/yugabyte/yugabyte-db/issues/27989 ``` 2025-07-16T02:39:39.8756946Z ERROR FAIL TestGetMoreCommandBatchSize/DefaultBatchSize (0.05s/0.07s/0.03s): 2025-07-16T02:39:39.8758907Z ERROR...
Some basic interaction, pretty cool. ``` $ task mcpclient task: [mcpclient] bin/mcphost --config build/mcp/.mcp.json --model ollama:mistral 2025/06/02 12:50:27 INFO Model loaded provider=ollama model=mistral 2025/06/02 12:50:27 INFO Initializing server... name=server_name 2025/06/02...