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

fix: allow propagation time for async conditions #111

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

pendo324
Copy link
Member

Issue #, if available: Seen several tests fail (especially on Windows) because of these types of checks. See: https://github.com/runfinch/finch/actions/runs/7493150724/job/20398226027 and https://github.com/runfinch/finch/actions/runs/7493200344/job/20398390738

Description of changes:

  • Adds a timeout and polling to these checks. This should have no impact when the condition is achieved quickly, but allow it to take up to 15 seconds at the worst case

Testing done:

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@pendo324 pendo324 self-assigned this Jan 12, 2024
tests/logs.go Outdated Show resolved Hide resolved
Signed-off-by: Justin Alvarez <[email protected]>
Copy link
Member

@mharwani mharwani left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@pendo324 pendo324 merged commit 8aeb41a into runfinch:main Jan 12, 2024
3 checks passed
mharwani pushed a commit that referenced this pull request Jan 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.7.12](v0.7.11...v0.7.12)
(2024-01-13)


### Build System or External Dependencies

* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0
([#112](#112))
([ece5ec6](ece5ec6))


### Bug Fixes

* allow propagation time for async conditions
([#111](#111))
([8aeb41a](8aeb41a))
* increase nginx pull timeout
([#114](#114))
([33308d0](33308d0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants