Skip to content

Conversation

@alextwoods
Copy link
Contributor

Fix failing s3 regression tests for MRAP

Motivation and Context

S3 regression tests - specifically s3-regression-tests-upload-async and s3-regression-tests-upload-multi have been failing.

  • s3-regression-tests-upload-multi - This is failing because MRAP is not supported by the TM. Fails instantly with the error message "java.lang.IllegalArgumentException: upload does not support S3 multi-region access point ARN"
  • s3-regression-tests-upload-async - failing because the API call timeout sometimes is hit. Most uploads complete in under 30 seconds, but they can occasionally take longer, causing a failure.

Modifications

  • s3-regression-tests-upload-multi - Skip tests for MRAP - it is not supported for TM.
  • s3-regression-tests-upload-async - Increase the api timeout from 30 seconds to 90. Most transfers complete in under 10 seconds, but occasionally take 30-45 seconds. The increased timeout should make this less flaky.

Testing

Ran tests locally.

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

License

  • I confirm that this pull request can be released under the Apache 2 license

@alextwoods alextwoods requested a review from a team as a code owner December 24, 2025 20:06
@alextwoods alextwoods enabled auto-merge December 24, 2025 20:13
@sonarqubecloud
Copy link

@alextwoods alextwoods added this pull request to the merge queue Dec 24, 2025
Merged via the queue into master with commit 61686a0 Dec 24, 2025
41 of 47 checks passed
@github-actions
Copy link

This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants