Skip to content

Commit 68e4ca8

Browse files
increase sorbetclt limit to 1000 from default 100, as it was found the DLQ was ~250 in the tests, stopping sorbetclt from restoring objects
Issue: ZENKO-5203
1 parent 44315c0 commit 68e4ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ctst/steps/azureArchive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ Then('the storage class of object {string} must stay {string} for {int} seconds'
362362
When('i run sorbetctl to retry failed restore for {string} location',
363363
{ timeout: 10 * 60 * 1000 }, async function (this: Zenko, location: string) {
364364
const command = `/ctst/sorbetctl forward list failed --trigger-retry --skip-invalid \
365+
--limit 1000 \
365366
--kafka-dead-letter-topic=${this.parameters.KafkaDeadLetterQueueTopic} \
366367
--kafka-object-task-topic=${this.parameters.KafkaObjectTaskTopic} \
367368
--kafka-gc-request-topic=${this.parameters.KafkaGCRequestTopic} \

0 commit comments

Comments
 (0)