zed/crates/collab/tests/integration
Joseph T. Lyons a11af20495
Disable auto watch when leaving a call (#57196)
Auto watch's lifespan should be tied to that of the call and it should
not be assumed the user wants to have this on indefinitely (until app
restart), as it's more of a niche feature. This PR disables it when the
user leaves a call.

Self-Review Checklist:

- [X] I've reviewed my own diff for quality, security, and reliability
- [X] Unsafe blocks (if any) have justifying comments
- [X] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [X] Tests cover the new/changed behavior
- [X] Performance impact has been considered and is acceptable

Release Notes:

- N/A
2026-05-19 21:31:34 +00:00
..
db_tests collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
agent_sharing_tests.rs
auto_watch_tests.rs Disable auto watch when leaving a call (#57196) 2026-05-19 21:31:34 +00:00
channel_buffer_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
channel_guest_tests.rs collab: Introduce UserService (#55449) 2026-05-06 18:15:36 +00:00
channel_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
collab_panel_tests.rs Add the ability to reorder favorited collab channels (#52649) 2026-03-30 13:07:13 +00:00
collab_tests.rs Add ability to auto watch screens (#54839) 2026-05-01 17:29:27 +00:00
db_tests.rs collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
editor_tests.rs Fix resolved lens causing flickers (#56047) 2026-05-08 10:23:56 +00:00
following_tests.rs Fix crash when following into a multibuffer with recent edits (#55948) 2026-05-06 20:54:27 +00:00
git_tests.rs collab: Add request stream support (#56455) 2026-05-12 17:43:06 +00:00
integration_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
notification_tests.rs
random_channel_buffer_tests.rs
random_project_collaboration_tests.rs client: Rename UserId to LegacyUserId (#56185) 2026-05-08 15:53:40 +00:00
randomized_test_helpers.rs collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
remote_editing_collaboration_tests.rs agent_panel: Add new thread git worktree/branch pickers (#52979) 2026-04-07 05:21:47 -04:00
test_server.rs collab: Remove seeding infrastructure (#56562) 2026-05-13 15:44:55 +00:00