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 plugin reloading before test start #258

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

deathaxe
Copy link
Member

@deathaxe deathaxe commented Apr 2, 2024

This commit ...

  1. refactors reloader's dummy plugin install/removal by using set_timeout() to check for dummy being loaded in order to not block the calling thread.
  2. uses an on_done callback to continue operation after dummy has been removed.
  3. always loads a dummy plugin as it is required to teach ST about new command and event instances. It does not work without that step.

Before this commit the whole UI thread was blocked, causing dummy plugin not being reloaded until timeout was hit. Running tests on worker thread had other negative impacts.

Reloading now behaves like "DefferableTextTestRunner" using set_timeout to schedule coroutines.

deathaxe added 2 commits April 2, 2024 20:41
This commit ...

1. refactors reloader's dummy plugin install/removal by using set_timeout()
   to check for dummy being loaded in order to not block the calling thread.
2. uses an `on_done` callback to continue operation after dummy has been
   removed.
3. always loads a dummy plugin as it is required to teach ST about new
   command and event instances. It does not work without that step.

Before this commit the whole UI thread was blocked, causing dummy plugin not
being reloaded until timeout was hit. Running tests on worker thread had other
negative impacts.

Reloading now behaves like "DefferableTextTestRunner" using set_timeout to
schedule coroutines.
@deathaxe deathaxe merged commit e5eaa8a into master Apr 2, 2024
15 checks passed
@deathaxe deathaxe deleted the fix/reloader-races branch April 2, 2024 18:50
@deathaxe deathaxe mentioned this pull request Apr 5, 2024
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

Successfully merging this pull request may close these issues.

1 participant