Skip to content

Commit 63758bf

Browse files
authored
fix docker chaos for chainlink nightly (#2484)
1 parent 2a84c16 commit 63758bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

framework/.changeset/v0.15.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix Docker chaos tool, allow container to be reused

framework/chaos/chaos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func NewDockerChaos(ctx context.Context) (*DockerChaos, error) {
7575
_, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
7676
ContainerRequest: req,
7777
Started: true,
78+
Reuse: true,
7879
})
7980
if err != nil {
8081
return nil, fmt.Errorf("failed to start docker-tc container: %w", err)

0 commit comments

Comments
 (0)