Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

PhoneHomeStatsTestCase.test_performance_100 seems flaky on SQLite #7627

Closed
babolivier opened this issue Jun 3, 2020 · 2 comments · Fixed by #7634
Closed

PhoneHomeStatsTestCase.test_performance_100 seems flaky on SQLite #7627

babolivier opened this issue Jun 3, 2020 · 2 comments · Fixed by #7634
Assignees

Comments

@babolivier
Copy link
Contributor

I've seen it fail quite a few times over the past couple of days in BuildKite, exclusively on SQLite tests, with:

Traceback (most recent call last):
  File "/src/tests/test_phone_home.py", line 51, in test_performance_100
    self.assertApproximates(stats["cpu_average"], 100, tolerance=2.5)
  File "/src/.tox/py36/lib/python3.6/site-packages/twisted/trial/_synctest.py", line 564, in assertApproximates
    raise self.failureException(msg or "%s ~== %s" % (first, second))
twisted.trial.unittest.FailTest: 103 ~== 100
@clokep
Copy link
Member

clokep commented Jun 3, 2020

Related to #6676 maybe?

@babolivier
Copy link
Contributor Author

Oops, yes, I forgot to link this one. Yeah, it might be related.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants