-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Migrate remaining core sensors tests to pytest
#28177
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
Migrate remaining core sensors tests to pytest
#28177
Conversation
| timeout=1, | ||
| timeout=0.001, | ||
| dag=self.dag, | ||
| poke_interval=0.1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default poke_interval is 60 second as result test wait 1 minute for timeout exception.
|
really strange error in test. I assume that some other test could change in logging and do not teardown correctly. |
|
I must have merged it by mistake, not seeing the failures. |
This reverts commit 529f11b.
|
@Taragolis #28193 (comment) these two tests together (prior to the revert) fail |
Follow-up with migration remaining unittests TestCases in core to pytest
Include just sensors because found long running test in it which actually could run less than second