Skip to content

Commit 54b4950

Browse files
committed
roachtest: deflake azure backup fixture roachtest
I suspect our azure external storage reader doesn't currently retry read timeouts. This patch disables the timeout to see if that deflakes the test. Informs #155427 Release note: none
1 parent 49f3056 commit 54b4950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/backup_fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ func (bd *backupDriver) prepareCluster(ctx context.Context) {
195195
"kv.snapshot_rebalance.max_rate": "256 MiB",
196196
"server.debug.default_vmodule": "s3_storage=2",
197197
"cloudstorage.s3.client_retry_token_bucket.enabled": "false",
198+
"cloudstorage.azure.try.timeout": "0s",
198199
},
199200
install.EnvOption{
200201
fmt.Sprintf("COCKROACH_AZURE_APPLICATION_CREDENTIALS_FILE=%s", azureCredentialsFilePath),

0 commit comments

Comments
 (0)