Skip to content

[BUG] Getting DeadlineTimeoutException error during security tests after upgrading to 3.0 #583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

reta
Copy link
Contributor

@reta reta commented Dec 19, 2022

Signed-off-by: Andriy Redko [email protected]

Description

Getting DeadlineTimeoutException error during security tests after upgrading to 3.0. The test failures were caused by incorrect defaults SecureRestClientBuilder related to connectionRequestTimeout: the value was set t o0 which basically meant for strict connection pool to fail immediately if the connection is not available.

Issues Resolved

Closes #580

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@reta
Copy link
Contributor Author

reta commented Dec 19, 2022

@qreshi investigating the possible failures of the test cases (I cannot reproduce them locally yet), would appreciate your assistance in approving workflows, thank you

@reta reta force-pushed the issue-580 branch 20 times, most recently from d8e3f40 to d45519e Compare December 20, 2022 15:33
@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2022

Codecov Report

Merging #583 (e60bc14) into main (5b9ff98) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #583   +/-   ##
=========================================
  Coverage     61.36%   61.36%           
  Complexity      112      112           
=========================================
  Files            73       73           
  Lines          2472     2472           
  Branches        265      265           
=========================================
  Hits           1517     1517           
  Misses          778      778           
  Partials        177      177           
Flag Coverage Δ
opensearch-notifications 61.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@reta
Copy link
Contributor Author

reta commented Dec 23, 2022

The test failures seems to be "known" and not related to this pull request

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.

[BUG] Getting DeadlineTimeoutException error during security tests after upgrading to 3.0
4 participants