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

Brittle integration tests #20

Open
clagms opened this issue Mar 8, 2022 · 0 comments
Open

Brittle integration tests #20

clagms opened this issue Mar 8, 2022 · 0 comments

Comments

@clagms
Copy link
Contributor

clagms commented Mar 8, 2022

Currently, the integration test 'test_1_basic_components' is brittle.
Sometimes is passes, and sometimes it fails, with the following log:
"""
Traceback (most recent call last):
File "C:\work\github\Example_Digital-Twin_Incubator\software\integration_tests\dt_integration_test.py", line 113, in test_1_basic_components
self.assertEqual(room_temp_results.size, average_temp_results.size)
AssertionError: 108000 != 107991
"""

I'm not sure what the culprit is, but it seems that influxdb is not make all the data that was generated available.

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

1 participant