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

Real pebble tests failing intermittently #1524

Open
benhoyt opened this issue Jan 8, 2025 · 0 comments
Open

Real pebble tests failing intermittently #1524

benhoyt opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@benhoyt
Copy link
Collaborator

benhoyt commented Jan 8, 2025

Example failed run here.

The failure is:

  File "/home/runner/work/operator/operator/test/test_real_pebble.py", line 132, in test_checks_and_health
    assert bad_check.failures == 2
AssertionError: assert 3 == 2
 +  where 3 = CheckInfo(name='bad', level=CheckLevel.READY, status=CheckStatus.DOWN, failures=3, threshold=2, change_id=ChangeID('12')).failures
=========================== short test summary info ============================
FAILED test/test_real_pebble.py::TestRealPebble::test_checks_and_health - AssertionError: assert 3 == 2

I assume it's because test_checks_and_health has some code in it that's too timing-sensitive. Not sure why it just started happening recently. It's happened a couple of times today, but I don't remember seeing it before that.

@IronCore864 IronCore864 self-assigned this Jan 10, 2025
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

No branches or pull requests

2 participants