| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| ) | ||
|
|
||
| @CrossSync.pytest | ||
| async def test_no_leaks_over_repeated_lifecycles(self, instance_id, table_id): |
There was a problem hiding this comment.
This only tests normal close (happy path). How about all the other failure scenarios? e.g. python SDK crashed
Sorry, something went wrong.
There was a problem hiding this comment.
Added two non-happy-path leak tests (commit e024e78):
Both reuse the existing _harness leak helpers (daemon_pid, pid_alive, ProcessIntrospector). Regenerated the CrossSync sync twin.
Sorry, something went wrong.
Change-Id: Ib7073ae88b1716361626214367a7eee08f1d1daf
…rash teardown Change-Id: I6f3990ee58926fd6ac6e1d83999e817bd4cd15f0
| Back | FazBrowse Home | New Git URL |
Adds accelerator lifecycle and leak tests (async + autogen).
Part of the accelerator test stack. Stacked on top of #10.