Skip to content

Commit

Permalink
HSEARCH-4965 Make OutboxPollingAutomaticIndexingDynamicShardingRebala…
Browse files Browse the repository at this point in the history
…ncingIT more robust

Especially on Windows
  • Loading branch information
yrodiere committed Mar 27, 2024
1 parent b44f7c8 commit 976ee90
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ private void createEntitiesToIndex(SessionFactory sessionFactory, int entityCoun
backendMock.expectWorks( IndexedEntity.NAME )
.add( String.valueOf( i ), b -> b.field( "text", "initial" ) );
}

// The filter is there to make sure we don't consume all events while we're creating them,
// which apparently can happen on Windows.
eventFilter.showAllEvents();
}

Expand Down

0 comments on commit 976ee90

Please sign in to comment.