Tags: immanuwell/kraken
Tags
build(deps): bump google.golang.org/grpc from 1.40.0 to 1.79.3 (uber#579 ) * build(deps): bump google.golang.org/grpc from 1.40.0 to 1.79.3 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.40.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * add 1.24 to test action * fix golangcilint make rule * make go version to 1.24.0 * fix scheduler test * bump go version in CLAUDE.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sambhav Jain <jnsmbhv@gmail.com>
Add unit tests for cluster_client.go Locations function (uber#539) * Add unit tests for cluster_client.go Locations function - Add table-driven tests for blobclient.Locations() - Test cases: empty cluster, single node, multiple nodes, failover, all fail - Use t.Cleanup() for automatic test server cleanup - Add mock hostlist.List implementation for testing * Simplify slice comparison: replace reflect.DeepEqual with require.Equal --------- Co-authored-by: gauravk <gauravk@uber.com>
Fixing lint errors (uber#527) ## Summary - Fix golangci-lint errcheck violations by properly handling errors. ## Changes - Use `closers.Close()` for deferred Close() calls in non-test code - Use `require.NoError()` for error checks in test files - Update `localdb.Fixture()` to accept `*testing.T` for proper test error handling - Fix type assertion checks in `file_map.go` Signed-off-by: egorikas <egorgrishechko@gmail.com>
feat: Metrics for writeback queue (uber#520) * feat: Metrics for writeback queue * Update lib/persistedretry/manager.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Report metric interval * Remove 0 checks * Update --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PreviousNext