Skip to content

Commit

Permalink
RavenDB-17793 : tmp commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
aviv86 committed Jan 16, 2024
1 parent 37c5b6d commit a4ebafd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/SlowTests/Sharding/PrefixedSharding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,8 @@ record = await store.Maintenance.Server.SendAsync(new GetDatabaseRecordOperation
Assert.NotNull(user);
}

// first we need to add new shard to prefix setting

await Sharding.Resharding.MoveShardForId(store, id, toShard);

var exists = WaitForDocument<User>(store, id, predicate: null, database: ShardHelper.ToShardName(store.Database, toShard));
Expand Down

0 comments on commit a4ebafd

Please sign in to comment.