ZIm/crates/collab/src/tests
Conrad Irwin ee2a329981
Slow down reconnects on collab (#32418)
We believe that collab deploys currently cause outages because:

* All clients try to reconnect simultaneously
* This causes very high CPU usage on collab (and to some extent, the
database)
* This means that collab is slow to respond to clients
* So clients timeout and retry, over and over again.

We hope by letting clients in in buckets of 512, we can accept some
minor slowness to avoid
complete downtime, while we rewrite the system.

Release Notes:

- N/A
2025-06-09 19:59:04 -06:00
..
channel_buffer_tests.rs Add the ability to follow the agent as it makes edits (#29839) 2025-05-04 08:28:39 +00:00
channel_guest_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
channel_message_tests.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
channel_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
debug_panel_tests.rs zlog: Replace usages of env_logger in tests with zlog (#31436) 2025-05-26 11:48:50 -04:00
editor_tests.rs Select applicable positions for lsp_ext methods more leniently (#32272) 2025-06-06 22:47:20 +00:00
following_tests.rs Refactor item-closing actions (#31838) 2025-05-31 19:38:32 -04:00
git_tests.rs windows: Enable collab tests (#27587) 2025-03-27 20:42:22 +08:00
integration_tests.rs lsp: Implement support for the textDocument/diagnostic command (#19230) 2025-06-05 19:42:52 +00:00
notification_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
random_channel_buffer_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
random_project_collaboration_tests.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
randomized_test_helpers.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
remote_editing_collaboration_tests.rs zlog: Replace usages of env_logger in tests with zlog (#31436) 2025-05-26 11:48:50 -04:00
stripe_billing_tests.rs collab: Use StripeClient in sync_subscription (#31761) 2025-05-30 16:08:58 +00:00
test_server.rs Slow down reconnects on collab (#32418) 2025-06-09 19:59:04 -06:00