You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BatchMappingDetectionTests.registerWithMaxBatchSize() test is flaky because DataLoader can dispatch batches concurrently - which is more likely on Java 21 with virtual threads support. The test is currently flaky because of this.
The
BatchMappingDetectionTests.registerWithMaxBatchSize()test is flaky becauseDataLoadercan dispatch batches concurrently - which is more likely on Java 21 with virtual threads support. The test is currently flaky because of this.