Increase the number of indexed documents to increase a chance that there are at least 2 training rows. (#51607) (#51615)

This commit is contained in:
Przemysław Witek 2020-01-29 17:17:19 +01:00 committed by GitHub
parent 74e3694234
commit 683170b007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ public class RegressionIT extends MlNativeDataFrameAnalyticsIntegTestCase {
public void testTwoJobsWithSameRandomizeSeedUseSameTrainingSet() throws Exception {
String sourceIndex = "regression_two_jobs_with_same_randomize_seed_source";
indexData(sourceIndex, 10, 0);
indexData(sourceIndex, 100, 0);
String firstJobId = "regression_two_jobs_with_same_randomize_seed_1";
String firstJobDestIndex = firstJobId + "_dest";