Skip to content

Commit

Permalink
move everything out of ciGroup2 for flaky test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 12, 2020
1 parent 374814f commit db86c3b
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration_basic/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('apis', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');

loadTestFile(require.resolve('./ml'));
loadTestFile(require.resolve('./transform'));
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/case_api_integration/basic/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../common/ftr_provider_context';
export default ({ loadTestFile }: FtrProviderContext): void => {
describe('case api basic', function () {
// Fastest ciGroup for the moment.
this.tags('ciGroup2');
this.tags('ciGroup1');

loadTestFile(require.resolve('./cases/comments/delete_comment'));
loadTestFile(require.resolve('./cases/comments/find_comments'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('encryptedSavedObjects', function encryptedSavedObjectsSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./encrypted_saved_objects_api'));
});
}
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/advanced_settings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function advancedSettingsApp({ loadTestFile }: FtrProviderContext) {
describe('Advanced Settings', function canvasAppTestSuite() {
this.tags(['ciGroup2', 'skipFirefox']); // CI requires tags ヽ(゜Q。)ノ?
this.tags(['ciGroup1', 'skipFirefox']); // CI requires tags ヽ(゜Q。)ノ?
loadTestFile(require.resolve('./feature_controls/advanced_settings_security'));
loadTestFile(require.resolve('./feature_controls/advanced_settings_spaces'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./api_keys_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/canvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function canvasApp({ loadTestFile, getService }) {
await security.testUser.restoreDefaults();
});

this.tags('ciGroup2'); // CI requires tags ヽ(゜Q。)ノ?
this.tags('ciGroup1'); // CI requires tags ヽ(゜Q。)ノ?
loadTestFile(require.resolve('./smoke_test'));
loadTestFile(require.resolve('./expression'));
loadTestFile(require.resolve('./filters'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./ccr_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/grok_debugger/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export default function ({ loadTestFile }) {
describe('logstash', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');

loadTestFile(require.resolve('./grok_debugger'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./ilm_security'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./index_management_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/index_patterns/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function advancedSettingsApp({ loadTestFile }: FtrProviderContext) {
describe('Index Patterns', function indexPatternsTestSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./feature_controls'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./ingest_pipelines_security'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./license_management_security'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./logstash_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/logstash/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export default function ({ loadTestFile }) {
describe('logstash', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./pipeline_list'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./management_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('management', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./create_index_pattern_wizard'));
loadTestFile(require.resolve('./feature_controls'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./remote_clusters_security'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function savedObjectsManagementApp({ loadTestFile }: FtrProviderContext) {
describe('Saved objects management', function savedObjectsManagementAppTestSuite() {
this.tags(['ciGroup2', 'skipFirefox']);
this.tags(['ciGroup1', 'skipFirefox']);

loadTestFile(require.resolve('./spaces_integration'));
loadTestFile(require.resolve('./feature_controls/saved_objects_management_security'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./transform_security'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('feature controls', function () {
this.tags(['ciGroup2']);
this.tags(['ciGroup1']);

loadTestFile(require.resolve('./upgrade_assistant_security'));
});
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional_basic/apps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('apps', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');

loadTestFile(require.resolve('./ml'));
loadTestFile(require.resolve('./transform'));
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional_embedded/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('Kibana embedded', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./iframe_embedded'));
});
}
2 changes: 1 addition & 1 deletion x-pack/test/licensing_plugin/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../services';
// eslint-disable-next-line import/no-default-export
export default function ({ loadTestFile }: FtrProviderContext) {
describe('Licensing plugin public client', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./feature_usage'));
// MUST BE LAST! CHANGES LICENSE TYPE!
loadTestFile(require.resolve('./updates'));
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/licensing_plugin/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../services';
// eslint-disable-next-line import/no-default-export
export default function ({ loadTestFile }: FtrProviderContext) {
describe('Licensing plugin server client', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./info'));
loadTestFile(require.resolve('./header'));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('event_log', function taskManagerSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./public_api_integration'));
loadTestFile(require.resolve('./service_api_integration'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('Licensed feature usage APIs', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./feature_usage'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('platform', function taskManagerSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./elasticsearch_client'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('task_manager', function taskManagerSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./health_route'));
loadTestFile(require.resolve('./task_management'));
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ({ loadTestFile }: { loadTestFile: (file: string) => voi
* worth keeping around for future use, rather than being rewritten time and time again.
*/
describe.skip('task_manager_perf', function taskManagerSuite() {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./task_manager_perf_integration'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../ftr_provider_context';
// eslint-disable-next-line import/no-default-export
export default function ({ loadTestFile }: FtrProviderContext) {
describe('Reporting APIs', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./csv_job_params'));
loadTestFile(require.resolve('./csv_saved_search'));
loadTestFile(require.resolve('./network_policy'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../ftr_provider_context';
// eslint-disable-next-line import/no-default-export
export default function ({ loadTestFile }: FtrProviderContext) {
describe('Reporting APIs', function () {
this.tags('ciGroup2');
this.tags('ciGroup1');
loadTestFile(require.resolve('./job_apis'));
loadTestFile(require.resolve('./management'));
});
Expand Down

0 comments on commit db86c3b

Please sign in to comment.