ravendb-go-client
ravendb-go-client copied to clipboard
Is there a way to set [Load balance behavior](https://ravendb.net/docs/article-page/6.0/csharp/client-api/configuration/load-balance/load-balance-behavior#loadbalancebehavior-options) to something like `UseSessionContext` with this client
Please add support for this to the ravendb-go-client
The client 'panics' when OperationIDResult is not returned by the server. That should not be the case. There are various commands which do not return anything (`Send()` returns void) or...
> Codecov is barely adequate. For Go, they count non-code lines (comments etc.) as not executed. It's impossible to get 100% code coverage as reported by the tool. Coveralls seems...
repro in goTestBulkInsertCoverage. Generator looks like should be thread-safe but we didn't have tests that triggered that. ``` ================== WARNING: DATA RACE Write at 0x00c00037c100 by goroutine 28: github.com/ravendb/ravendb-go-client.(*HiLoIDGenerator).GetNextRange() /Users/kjk/src/ravendb-go-client/hi_lo_id_generator.go:101...
Putting this as a maybe. I've ported against 4.0 branch. There's a fair amount of changes in 4.1 branch and it's non-linear with 4.0 branch so it's harder to figure...
https://ci.appveyor.com/project/ravendb/ravendb-go-client/builds/23144627/job/ge467894jiqskbqv?fullLog=true#L4358 Could be just networking issue with the machine. ``` --- FAIL: TestSubscriptionsBasic (5.84s) subscriptions_basic_test.go:286: Error Trace: subscriptions_basic_test.go:286 asm_amd64.s:1333 Error: Not equal: expected: "Adam" actual : "James" Diff: --- Expected...
When `HTTP_PROXY` env variable is set, Go uses that for HTTP requests. If that is invalid or proxy server fails, we return rather unhelpful error message: ``` Tried to send...