Skip to content

Fix auto-recovery when reload table is missing during release

c558e28
Select commit
Loading
Failed to load commit list.
Open

Fix auto-recovery when reload table is missing during release #273

Fix auto-recovery when reload table is missing during release
c558e28
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 2, 2026 in 11m 18s

Build Passed

The build passed.

Details

This is a normal build for the fix/auto-recovery-missing-reload-table 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.17.1
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "go": [
    "1.17.1"
  ],
  "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"
  ]
}