Skip to content

Commit

Permalink
Use a fixed version for the archive utils (otherwise tests will start…
Browse files Browse the repository at this point in the history
… failing on next minor)
  • Loading branch information
gsoldevila committed Sep 26, 2024
1 parent e7deb81 commit 600d336
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ const execPromise = promisify(exec);
import { SavedObjectsBulkCreateObject } from '@kbn/core-saved-objects-api-server';
import { SavedObjectsType } from '@kbn/core-saved-objects-server';
import {
currentVersion,
defaultKibanaIndex,
getKibanaMigratorTestKit,
startElasticsearch,
} from './kibana_migrator_test_kit';
import { delay } from './test_utils';
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';

export const BASELINE_ELASTICSEARCH_VERSION = currentVersion;
export const BASELINE_ELASTICSEARCH_VERSION = '9.0.0';
export const BASELINE_DOCUMENTS_PER_TYPE_1K = 200;
export const BASELINE_DOCUMENTS_PER_TYPE_500K = 100_000;
// we discard the second half with exclude on upgrade (firstHalf !== true)
Expand Down

0 comments on commit 600d336

Please sign in to comment.