Skip to content

Commit

Permalink
Do not wait in install command but after
Browse files Browse the repository at this point in the history
Issue: ZENKO-4775
  • Loading branch information
KillianG committed Aug 19, 2024
1 parent bc32046 commit 01f90f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ctst/steps/dr/drctl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ type InstallConfig = {
sinkSs3AccessKeyField?: string;
sinkS3SecretKeyField?: string;
sinkS3Region?: string;

wait?: boolean;
};

type BootstrapDumpConfig = {
Expand Down
1 change: 1 addition & 0 deletions tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async function installPRA(world: Zenko, sinkS3Endpoint = 'http://s3.zenko.local'
sourceZenkoInstance: 'end2end',
sourceZenkoNamespace: 'default',
sourceS3Endpoint: 'http://s3.zenko.local',
wait: false,
sinkS3Endpoint,
...kafkaExternalIpOption,
});
Expand Down

0 comments on commit 01f90f6

Please sign in to comment.