Skip to content

Commit

Permalink
Functional tests for execution context propagation in alerting and ta…
Browse files Browse the repository at this point in the history
…sk manager plugins (#111179) (#112066)

* move execution context tests to x-pack folder

* add execution context tests for alerts and tasks

* cleanup tests

* remove obsolete test folder

* use ToolingLog instead of console.log
# Conflicts:
#	scripts/functional_tests.js
#	x-pack/scripts/functional_tests.js
  • Loading branch information
mshustov authored Sep 14, 2021
1 parent e2d8773 commit 6eb230d
Show file tree
Hide file tree
Showing 15 changed files with 715 additions and 405 deletions.
1 change: 0 additions & 1 deletion scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/new_visualize_flow/config.ts'),
require.resolve('../test/security_functional/config.ts'),
require.resolve('../test/functional/config.legacy.ts'),
require.resolve('../test/functional_execution_context/config.ts'),
]);
11 changes: 0 additions & 11 deletions test/functional_execution_context/services.ts

This file was deleted.

374 changes: 0 additions & 374 deletions test/functional_execution_context/tests/execution_context.ts

This file was deleted.

1 change: 1 addition & 0 deletions x-pack/scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/fleet_functional/config.ts'),
require.resolve('../test/examples/config.ts'),
require.resolve('../test/performance/config.ts'),
require.resolve('../test/functional_execution_context/config.ts'),
]);
Loading

0 comments on commit 6eb230d

Please sign in to comment.