Skip to content

Commit

Permalink
test: or-2553 refresh index inside wait for non-stale data block
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored and emalfroy committed Nov 18, 2024
1 parent ff11b79 commit cf06200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ await retry.ExecuteAsync(
async () =>
{
await daemon.WaitForNonStaleData(TimeSpan.FromSeconds(60));
await ElasticClient.Indices.RefreshAsync(Indices.All);
});

await ElasticClient.Indices.RefreshAsync(Indices.All);
}

private static void ConfigureElasticClient(IElasticClient client, string verenigingenIndexName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ private static void CustomizeDateOnly(this IFixture fixture)
fixture.Customize<DateOnly>(composer => composer.FromFactory<DateTime>(DateOnly.FromDateTime));
}

// public static int VCodeNumber

private static int vCode = 10000;
private static void CustomizeVCode(this IFixture fixture)
{
Expand Down

0 comments on commit cf06200

Please sign in to comment.