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 flapping of state timeout tests #261

Merged

Conversation

ol-imorozko
Copy link
Collaborator

Previous verisons were relying on the fact that fw cli check prints 2sec ago when seening states. But that depends on many factors, and sometimes it can be faster so we see 1sec ago, which results in "cli_check" step fail.

Now we just check whether the state is present with "grep -q"

Previous verisons were relying on the fact that `fw cli check` prints
2sec ago when seening states. But that depends on many factors, and
sometimes it can be faster so we see 1sec ago, which results in
"cli_check" step fail.

Now we just check whether the state is present with "grep -q"
@ol-imorozko ol-imorozko force-pushed the fix-statetimeout-test branch from ba6ee61 to 31dfd3d Compare December 13, 2024 15:59
@GeorgyKirichenko GeorgyKirichenko merged commit af3531a into yanet-platform:main Dec 16, 2024
8 checks passed
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