Alexey Palazhchenko
Alexey Palazhchenko
With this patch, do you see 66 times in any UI / renderer like `go tool cover`, Jenkins Cobertura plugin, etc? When I added this case, `go tool cover` wasn't...
Hi. That percentage is printed by `go tool cover` itself. I think I can duplicate that logic.
@hetz https://github.com/FerretDB/FerretDB/pull/4274#pullrequestreview-2044711966
The first release candidate of FerretDB v2 is out, still under the Apache 2.0 license: https://github.com/FerretDB/FerretDB/releases/tag/v2.0.0-rc.1
Please try running FerretDB with debug logs. There should be messages about connection establishment, etc. It is hard to understand what is going on without logs.
Please download `http://127.0.0.1:8088/debug/pprof/profile?seconds=30` (address is configured by `--debug-addr` / `FERRETDB_DEBUG_ADDR`) and attach the file
This issue should be resolved by FerretDB v2: https://github.com/FerretDB/FerretDB/releases/tag/v2.0.0-rc.1
@AlphaB Techically, FerretDB doesn't use golang-tip since Go 1.18 is released. But you are welcome to work on that issue, of course :)
In my case, it is not about Windows or WSL. I have an app that, for some reason, always resolves `localhost` into IPv6 `[::1]`. And I can't use `tailscale serve`...
Duplicate of #67