We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44315c0 commit 68e4ca8Copy full SHA for 68e4ca8
tests/ctst/steps/azureArchive.ts
@@ -362,6 +362,7 @@ Then('the storage class of object {string} must stay {string} for {int} seconds'
362
When('i run sorbetctl to retry failed restore for {string} location',
363
{ timeout: 10 * 60 * 1000 }, async function (this: Zenko, location: string) {
364
const command = `/ctst/sorbetctl forward list failed --trigger-retry --skip-invalid \
365
+ --limit 1000 \
366
--kafka-dead-letter-topic=${this.parameters.KafkaDeadLetterQueueTopic} \
367
--kafka-object-task-topic=${this.parameters.KafkaObjectTaskTopic} \
368
--kafka-gc-request-topic=${this.parameters.KafkaGCRequestTopic} \
0 commit comments