Skip to content

Commit 8ee1d23

Browse files
jeremydmillerclaude
andcommitted
Add test reproductions from PR #4155 and #4003
PR #4155: Integration tests for bucketed multi-database tenancy with hash-based document partitioning across shard databases. PR #4003: Test for single-tenanted documents in multi-tenancy partitioned ancillary stores. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd47eef commit 8ee1d23

File tree

4 files changed

+437
-0
lines changed

4 files changed

+437
-0
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<PackageVersion Include="Shouldly" Version="4.3.0" />
5959
<PackageVersion Include="StronglyTypedId" Version="1.0.0-beta08" />
6060
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
61+
<PackageVersion Include="System.IO.Hashing" Version="10.0.3" />
6162
<PackageVersion Include="Vogen" Version="7.0.0" />
6263
<PackageVersion Include="Weasel.EntityFrameworkCore" Version="8.9.0" />
6364
<PackageVersion Include="Weasel.Postgresql" Version="8.9.0" />

src/MultiTenancyTests/MultiTenancyTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
<PackageReference Include="NSubstitute" />
3232
<PackageReference Include="Shouldly" />
33+
<PackageReference Include="System.IO.Hashing" />
3334
</ItemGroup>
3435

3536
<ItemGroup>

0 commit comments

Comments
 (0)