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:
parent
74e3694234
commit
683170b007
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue