-
Notifications
You must be signed in to change notification settings - Fork 282
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
Conversation
Signed-off-by: Divya Madala <[email protected]>
@@ -35,7 +35,7 @@ def agent_nodes = [ | |||
|
|||
pipeline { | |||
options { | |||
timeout(time: 4, unit: 'HOURS') | |||
timeout(time: 5, unit: 'HOURS') |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There has been failing tests with pipeline timeout for OSD and components (Related to 2.11.1 release).
https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test-opensearch-dashboards/detail/integ-test-opensearch-dashboards/4572/pipeline, https://build.ci.opensearch.org/blue/organizations/jenkins/integ-test-opensearch-dashboa[…]detail/integ-test-opensearch-dashboards/4548/pipeline/114, want to allow increasing the time and run the tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this still timeouts, there needs a deep dive in https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/2.11/integtest.sh.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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.