Tor Colvin

Results 4 comments of Tor Colvin

i think using `pytest.hookimpl(trylast=True)` could be a good idea in the use case I have this case, but if more than one plugin registers a teardown hook, we can end...

> Hm, got a single test failure: in "test v8 (ubuntu) (pull_request)" the test TestReconnectReplicator failed: > > ``` > 2023-06-07T23:42:31.2727087Z utilities_testing_resttester.go:199: > 2023-06-07T23:42:31.2727596Z Error Trace: /home/runner/work/sync_gateway/sync_gateway/rest/utilities_testing_resttester.go:199 > 2023-06-07T23:42:31.2728496Z /home/runner/work/sync_gateway/sync_gateway/rest/utilities_testing_resttester.go:203...

I was thinking about changing `sgbucket.DecodeValueWithXattrs` to return `map[string][]byte` for xattr values so the caller doesn't have to loop over them again.