Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ x-pack/platform/test/serverless/api_integration/test_suites/platform_security @e
/src/platform/test/functional/fixtures/es_archiver/discover @elastic/kibana-data-discovery
/src/platform/test/api_integration/apis/saved_queries @elastic/kibana-data-discovery
/x-pack/platform/test/api_integration/apis/kibana/kql_telemetry @elastic/kibana-data-discovery @elastic/kibana-visualizations
/x-pack/test_serverless/functional/es_archives/pre_calculated_histogram @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/fixtures/es_archives/pre_calculated_histogram @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/fixtures/es_archives/kibana_sample_data_flights_index_pattern @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/functional/configs/security/config.examples.ts @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/functional/configs/security/config.examples.context_awareness.ts @elastic/kibana-data-discovery
/src/platform/test/accessibility/apps/discover.ts @elastic/kibana-data-discovery
Expand Down Expand Up @@ -1337,7 +1337,7 @@ src/platform/plugins/shared/discover/public/context_awareness/profile_providers/
/x-pack/platform/test/functional/apps/graph @elastic/kibana-visualizations
/src/platform/test/api_integration/apis/event_annotations @elastic/kibana-visualizations
/x-pack/platform/test/serverless/functional/test_suites/visualizations/ @elastic/kibana-visualizations
/x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/ @elastic/kibana-visualizations
/x-pack/platform/test/serverless/fixtures/kbn_archives/lens/ @elastic/kibana-visualizations

# ES|QL
/src/platform/test/api_integration/apis/esql/*.ts @elastic/kibana-esql
Expand Down Expand Up @@ -1365,7 +1365,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
/x-pack/platform/test/accessibility/apps/group3/reporting.ts @elastic/response-ops
/x-pack/platform/test/functional/page_objects/reporting_page.ts @elastic/response-ops
/x-pack/platform/test/upgrade/apps/reporting @elastic/response-ops
/x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting @elastic/response-ops
/x-pack/platform/test/serverless/fixtures/kbn_archives/reporting @elastic/response-ops

### Global Experience Tagging
/x-pack/platform/test/saved_object_tagging/ @elastic/appex-sharedux
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ export default function ({ getService }: FtrProviderContext) {
},
logs: {
data: 'x-pack/platform/test/fixtures/es_archives/logstash_functional',
savedObjects: 'x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting/logs',
savedObjects: 'x-pack/platform/test/serverless/fixtures/kbn_archives/reporting/logs',
},
nanos: {
data: 'x-pack/platform/test/fixtures/es_archives/reporting/nanos',
savedObjects: 'x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting/logs',
savedObjects: 'x-pack/platform/test/serverless/fixtures/kbn_archives/reporting/logs',
},
sales: {
data: 'x-pack/platform/test/fixtures/es_archives/reporting/sales',
savedObjects: 'x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting/logs',
savedObjects: 'x-pack/platform/test/serverless/fixtures/kbn_archives/reporting/logs',
},
bigIntIdField: {
data: 'x-pack/platform/test/fixtures/es_archives/reporting/big_int_id_field',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// logs SOs include a canvas SO which is not supported in Serverless
await esArchiver.load('x-pack/platform/test/fixtures/es_archives/logstash_functional');
await kibanaServer.importExport.load(
'x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting/logs'
'x-pack/platform/test/serverless/fixtures/kbn_archives/reporting/logs'
);
await PageObjects.common.navigateToApp('discover');
await PageObjects.discover.loadSavedSearch('Sparse Columns');
Expand All @@ -225,7 +225,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// instead of using `reportingAPI.teardownLogs()` since the original
// logs SOs include a canvas SO which is not supported in Serverless
await kibanaServer.importExport.unload(
'x-pack/test_serverless/functional/fixtures/kbn_archiver/reporting/logs'
'x-pack/platform/test/serverless/fixtures/kbn_archives/reporting/logs'
);
await esArchiver.unload('x-pack/platform/test/fixtures/es_archives/logstash_functional');
await reset();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
// TODO: Loading this from `es_archives` in `test_serverless`
// instead since minor modifications were required
await esArchiver.loadIfNeeded(
'x-pack/test_serverless/functional/es_archives/pre_calculated_histogram'
'x-pack/platform/test/serverless/fixtures/es_archives/pre_calculated_histogram'
);
await PageObjects.common.navigateToApp('unifiedFieldListExamples');
await PageObjects.header.waitUntilLoadingHasFinished();
Expand All @@ -61,7 +61,7 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
// TODO: Loading this from `es_archives` in `test_serverless`
// instead since minor modifications were required
await esArchiver.unload(
'x-pack/test_serverless/functional/es_archives/pre_calculated_histogram'
'x-pack/platform/test/serverless/fixtures/es_archives/pre_calculated_histogram'
);
await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.unifiedFieldList.cleanSidebarLocalStorage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// TODO: Loading this from `es_archives` in `test_serverless`
// instead since minor modifications were required
await esArchiver.loadIfNeeded(
'x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern'
'x-pack/platform/test/serverless/fixtures/es_archives/kibana_sample_data_flights_index_pattern'
);
await kibanaServer.importExport.load(
'src/platform/test/functional/fixtures/kbn_archiver/kibana_sample_data_flights_index_pattern'
Expand All @@ -49,7 +49,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// instead since minor modifications were required

await esArchiver.unload(
'x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern'
'x-pack/platform/test/serverless/fixtures/es_archives/kibana_sample_data_flights_index_pattern'
);
await kibanaServer.importExport.unload(
'src/platform/test/functional/fixtures/kbn_archiver/kibana_sample_data_flights_index_pattern'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Gauge', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/gauge.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/gauge.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Goal', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/goal.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/goal.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Heatmap', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/heatmap.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/heatmap.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Metric', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/metric.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/metric.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Pie', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/pie.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/pie.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Table', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/table.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/table.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('XY', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/xy.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/agg_based/xy.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Dashboard to TSVB to Lens', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/dashboard.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/dashboard.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Gauge', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/gauge.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/gauge.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Metric', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/metric.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/metric.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Table', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/table.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/table.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Time Series', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/timeseries.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/timeseries.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('Top N', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/tsvb/top_n.json';
'x-pack/platform/test/serverless/fixtures/kbn_archives/lens/open_in_lens/tsvb/top_n.json';

before(async () => {
await kibanaServer.importExport.load(fixture);
Expand Down