Skip to content
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

Increase timeout for OSD Integtests #4228

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

Divyaasm
Copy link
Collaborator

Description

Increase timeout for OSD Integtests

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

@@ -35,7 +35,7 @@ def agent_nodes = [

pipeline {
options {
timeout(time: 4, unit: 'HOURS')
timeout(time: 5, unit: 'HOURS')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange! Why does OSD tests need 5 hours to run?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping it buffer for now Sayali, Wanted to check if the newly added tests are actually running. Currently the run is aborted due to timeout error.

Copy link
Member

@gaiksaya gaiksaya Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That timeout might be at the functional-test repo level

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (91f0c4a) 93.16% compared to head (6ea237b) 93.16%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4228   +/-   ##
=======================================
  Coverage   93.16%   93.16%           
=======================================
  Files         188      188           
  Lines        5912     5912           
=======================================
  Hits         5508     5508           
  Misses        404      404           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Divyaasm Divyaasm merged commit 24e4f6d into opensearch-project:main Nov 20, 2023
13 checks passed
@Divyaasm Divyaasm deleted the time branch February 27, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants