Skip to content

Commit

Permalink
WIP: add & use in-process test cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Sep 25, 2024
1 parent cc853ad commit 0d9ccf3
Show file tree
Hide file tree
Showing 13 changed files with 1,464 additions and 57 deletions.
2 changes: 0 additions & 2 deletions src/Orleans.Runtime/Silo/SiloControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using Orleans.Providers;
using Orleans.Runtime.GrainDirectory;
using Orleans.Runtime.Placement;
using Orleans.Runtime.GrainDirectory;
using Orleans.Runtime.Versions;
using Orleans.Runtime.Versions.Compatibility;
using Orleans.Runtime.Versions.Selector;
Expand All @@ -20,7 +19,6 @@
using Orleans.Versions.Compatibility;
using Orleans.Versions.Selector;


namespace Orleans.Runtime
{
internal class SiloControl : SystemTarget, ISiloControl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ public override async ValueTask DisposeAsync()

_connectionClosedTokenSource.Dispose();
}

public override string ToString() => $"InMem({LocalEndPoint}<->{RemoteEndPoint})";
}
Loading

0 comments on commit 0d9ccf3

Please sign in to comment.