Fix randomized test failure caused by unsharing while guest was joining
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
dd684d26a1
commit
5789aeea24
5 changed files with 73 additions and 63 deletions
|
@ -128,6 +128,7 @@ messages!(
|
|||
(ProjectEntryResponse, Foreground),
|
||||
(RegisterProjectResponse, Foreground),
|
||||
(Ping, Foreground),
|
||||
(ProjectUnshared, Foreground),
|
||||
(RegisterProject, Foreground),
|
||||
(RegisterWorktree, Foreground),
|
||||
(ReloadBuffers, Foreground),
|
||||
|
@ -225,6 +226,7 @@ entity_messages!(
|
|||
OpenBufferForSymbol,
|
||||
PerformRename,
|
||||
PrepareRename,
|
||||
ProjectUnshared,
|
||||
ReloadBuffers,
|
||||
RemoveProjectCollaborator,
|
||||
RequestJoinProject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue