Skip to content

fix: break deadlock in batcher when ConsumeClaim exits prematurely

e7d6968
Select commit
Loading
Failed to load commit list.
Open

feat: upgrade sarama from Shopify v1.30.1 to IBM v1.48.0 #274

fix: break deadlock in batcher when ConsumeClaim exits prematurely
e7d6968
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 19, 2026 in 12m 6s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the feat/upgrade-sarama-ibm branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Focal)
Go Version 1.25.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "go": [
    "1.25.x"
  ],
  "services": [
    "docker"
  ],
  "script": [
    "make build",
    "test -f bin/linux_amd64/redshiftbatcher",
    "test -f bin/linux_amd64/redshiftloader",
    "test -f bin/linux_amd64/redshiftsink",
    "make all-container",
    "docker images | grep \"^public.ecr.aws/practo/redshiftbatcher\"",
    "docker images | grep \"^public.ecr.aws/practo/redshiftloader\"",
    "docker images | grep \"^public.ecr.aws/practo/redshiftsink\"",
    "make test"
  ]
}