Skip to content

Conversation

@arangatang
Copy link
Contributor

Summary

Integ test is broken due to timeout, increasing it fixes the issue.

Changes

Timeout increased to 30 seconds.

User experience

N/a

Checklist

If your change doesn't seem to apply, please leave them unchecked.

  • I have reviewed the contributing guidelines
  • I have performed a self-review of this change
  • Changes have been tested
  • [] Changes are documented

Is this a breaking change? (Y/N)

  • Yes
  • No

Please add details about how this change was tested.

  • Did integration tests succeed?
  • If the feature is a new use case, is it necessary to add a new integration test case?

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@arangatang arangatang self-assigned this Oct 29, 2025
@arangatang arangatang marked this pull request as ready for review October 29, 2025 10:45
@arangatang arangatang requested a review from a team as a code owner October 29, 2025 10:45
@arangatang arangatang enabled auto-merge (squash) October 29, 2025 10:45
@arangatang arangatang merged commit c4c7484 into aws:main Oct 29, 2025
3 checks passed
wzxxing added a commit that referenced this pull request Nov 17, 2025
…t to 30 seconds to fix integration tests (#60)"

This reverts commit c4c7484.
wzxxing added a commit that referenced this pull request Nov 18, 2025
…t to 30 seconds to fix integration tests (#60)" (#89)

This reverts commit c4c7484.

Revert the change to increase timeout of integ tests. The timeout was actually an issue because with the transport being used, the proxy creates session for every requests.

Because we are using stdio which is not aware of the sessionId, the client calls proxy with session ID, and proxy creates a new session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants