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

#7254 increase poll retry count for cts #7255

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Conversation

planetf1
Copy link
Member

Signed-off-by: Nigel Jones nigel.l.jones+git@gmail.com

Description

  • Increases pollCount for CTS tests where used
  • Value was 100, now 200
  • results in total timeout going from 10s to 20s
  • speculative fix to try and prevent CTS failures

Related Issue(s)

See #7254

Testing

will test effect of change in github actions

Release Notes & Documentation

Additional notes

Timeout was initially increased as part of 7e4a909 in #6452
In #6435 we hit exactly the same issues as #7254, and doubling the timeout addressed the issue, at least for a well-specced k8s environment. This fix does a further doubling to cater for more constrained systems, including github actions.

It's hoped this is sufficient.

Selected cts tests have to wait for an event to be received so are intrinsically dependent on system performance. We should have sufficiently high timeouts that this is really only a protection against complete failure.

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
@planetf1 planetf1 merged commit cd468e7 into odpi:main Dec 20, 2022
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.

1 participant