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 autoreset_control_seconds_test on dev HA core #733

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
76a0f89
Fix autoreset_control_seconds_test on dev HA core
basnijholt Aug 10, 2023
a641f28
change times
basnijholt Aug 10, 2023
cf8bd94
remove loggin
basnijholt Aug 10, 2023
a591b23
Test working and non-working
basnijholt Aug 10, 2023
af6db3d
Merge remote-tracking branch 'origin/main' into fix-autoreset-dev-core
basnijholt Aug 10, 2023
34b3dee
more tests
basnijholt Aug 10, 2023
814bbd6
use full ref
basnijholt Aug 10, 2023
4508c39
verify error in 2023.8.0
basnijholt Aug 10, 2023
eb77863
more
basnijholt Aug 10, 2023
d5c0fe1
more
basnijholt Aug 10, 2023
bb09c73
more
basnijholt Aug 10, 2023
255b443
more
basnijholt Aug 10, 2023
163493b
one before 2023.7.3 and one after
basnijholt Aug 10, 2023
d910bf5
run a crazy amount of jobs
basnijholt Aug 10, 2023
82c57cc
test more
basnijholt Aug 10, 2023
3a79c8d
limit range
basnijholt Aug 10, 2023
11c4d72
limit range
basnijholt Aug 10, 2023
e179024
probably 3a06659120aa629e0db290ec9e83e2ad129baaf3 is the cause
basnijholt Aug 10, 2023
ad897fd
add more logging
basnijholt Aug 10, 2023
8ad56a3
add one more logging call
basnijholt Aug 10, 2023
1193f4d
remove logging call and use hass.async_create_task
basnijholt Aug 10, 2023
29ce84b
add log
basnijholt Aug 10, 2023
eb57209
await switch.manager.adaptation_tasks
basnijholt Aug 10, 2023
5648750
assert 0
basnijholt Aug 10, 2023
04b3c53
remove log statement
basnijholt Aug 10, 2023
6ef8d41
undo log
basnijholt Aug 10, 2023
98390a5
revert tests
basnijholt Aug 10, 2023
2f0223d
await in test again
basnijholt Aug 10, 2023
aeeddd0
shorter periods
basnijholt Aug 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
one before 2023.7.3 and one after
  • Loading branch information
basnijholt committed Aug 10, 2023
commit 163493b6d4cf8ef5b2067c8041f98b7f4e79fd42
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
- python-version: "3.11"
core-version: "2023.7.3"
- python-version: "3.11"
# One commit before 2023.7.3
core-version: "0b0f072faf5a08b6ab5e4543419e972b7d125a43" # 2023.7.3
- python-version: "3.11"
# 2023.7.3
core-version: "40b5605cafcf81925c6066545b0bc226ee78a4e4" # 2023.7.3
- python-version: "3.11"
# One commit after 2023.7.3
core-version: "4e300568303c34019ed26f25881591af80e60f99" # 2023.7.3
- python-version: "3.11"
core-version: "2023.8.0b0"
Expand Down