Tor Colvin

Results 28 issues of Tor Colvin

## Pre-review checklist - [x] Removed debug logging (`fmt.Print`, `log.Print`, ...) - [x] Logging sensitive data? Make sure it's tagged (e.g. `base.UD(docID)`, `base.MD(dbName)`) - [x] Updated relevant information in the...

This makes jenkins tests hang in rest sometimes, but this looks like it doesn't change behavior. It will pass if you run all the tests separately. ## Pre-review checklist -...

This allows for parametrized tests that might share a test bucket to use unique credentials, such as `TestServerlessDBSetupForceCreds`. ## Pre-review checklist - [x] Removed debug logging (`fmt.Print`, `log.Print`, ...) -...

This should roughly match the implementation of XDCR for couchbase server. This depends on https://github.com/couchbaselabs/rosmar/pull/24 Moved the tests that were couchbase server specific to work in both cases. There is...

https://github.com/couchbase/sg-bucket/pull/120 https://github.com/couchbaselabs/rosmar/pull/34 Changed APIs to support xattrs that are being upserted to include xattrs to be deleted. See sg-bucket API. - validate before gocb that we are never deleting that...

On startup, this will log as follows, which is confusing at best for what it is doing. ``` 2024-04-19T17:57:22.896+02:00 [INF] Config: GetDatabaseConfigs starting (attempt 1/5) 2024-04-19T17:57:32.894+02:00 [INF] Config: GetDatabaseConfigs starting...

This allows use of common editors that format with black or ruff. Adds CI to make sure it takes. Otherwise, I kept accidentally autoformatting files when I did a fix...

Depends on https://github.com/couchbase/sg-bucket/pull/122 and https://github.com/couchbase/sg-bucket/pull/123 - Consolidate tests into a table driven test, these tests exist in sg-bucket too with just `DecodeValueWithXattrs`. - Replace errors with sgbucket errors and use...

Populate RevNo from Couchbase Server. Only does this for DCPClient and not cbgt, we need an separate enhancement to make this possible. Depends on https://github.com/couchbase/sg-bucket/pull/124 ## Pre-review checklist - [x]...

This only includes the test cases that can be run on main branch with changes upcoming in CBG-3895. I'd like to commit these first, and then the reviewer can review...