You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Thanks for stopping by to let us know something could be better!
Is your feature request related to a problem? Please describe.
Due to transient service issues, CI tests for samples in this repo are flaky, which creates issues that are not actionable. Describe the solution you'd like
I think we should leverage our current testing framework and add mocha retries at the level of each test suite. Describe alternatives you've considered
I considered writing our own retry logic, as well as adding retries to all tests that are async functions. I also contemplated changing the testing framework. Additional context
This issue accompanies a PR that adds mocha retries to the sample tests.
Thanks for stopping by to let us know something could be better!
Is your feature request related to a problem? Please describe.
Due to transient service issues, CI tests for samples in this repo are flaky, which creates issues that are not actionable.
Describe the solution you'd like
I think we should leverage our current testing framework and add mocha retries at the level of each test suite.
Describe alternatives you've considered
I considered writing our own retry logic, as well as adding retries to all tests that are async functions. I also contemplated changing the testing framework.
Additional context
This issue accompanies a PR that adds mocha retries to the sample tests.