[7.17] chore(dep): bump brace-expansion from 1.1.11 to 1.11.12 and 2.0.1 to 2.0.2 (#223589)#223621
Merged
kibanamachine merged 2 commits intoJun 13, 2025
Merged
Deleted GitHub App / Jest Integration Tests 3
succeeded
Jun 12, 2025 in 1m 6s
.buildkite/scripts/steps/test/jest_parallel.sh jest.integration.config.js
Details
--- $ node scripts/jest --config packages/kbn-optimizer/jest.integration.config.js
PASS packages/kbn-optimizer/src/integration_tests/basic_optimization.test.ts (13.033 s)
PASS packages/kbn-optimizer/src/integration_tests/bundle_cache.test.ts
PASS packages/kbn-optimizer/src/integration_tests/watch_bundles_for_changes.test.ts
Test Suites: 3 passed, 3 total
Tests: 11 passed, 11 total
Snapshots: 17 passed, 17 total
Time: 13.96 s
Ran all test suites.
--- $ node scripts/jest --config packages/kbn-test/jest.integration.config.js
PASS packages/kbn-test/src/jest/integration_tests/junit_reporter.test.ts
PASS packages/kbn-test/src/functional_test_runner/integration_tests/failure_hooks.test.js
PASS packages/kbn-test/src/functional_test_runner/integration_tests/basic.test.js
Test Suites: 3 passed, 3 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 9.015 s
Ran all test suites.
--- $ node scripts/jest --config src/dev/jest.integration.config.js
PASS src/dev/build/lib/integration_tests/fs.test.ts
PASS src/dev/build/lib/integration_tests/download.test.ts
PASS src/dev/typescript/ref_output_cache/integration_tests/archives.test.ts
PASS src/dev/typescript/ref_output_cache/integration_tests/ref_output_cache.test.ts
PASS src/dev/build/lib/integration_tests/scan_copy.test.ts
(node:5116) [DEP0170] DeprecationWarning: The URL https://github.com:crypto-browserify/browserify-rsa.git is invalid. Future versions of Node.js will throw an error.
(Use `node --trace-deprecation ...` to show where the warning was created)
PASS src/dev/npm/integration_tests/installed_packages.test.ts (7.058 s)
PASS src/dev/build/lib/integration_tests/version_info.test.ts
PASS src/dev/build/lib/integration_tests/watch_stdio_for_line.test.ts
Test Suites: 8 passed, 8 total
Tests: 65 passed, 65 total
Snapshots: 27 passed, 27 total
Time: 17.386 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/usage_collection/jest.integration.config.js
PASS src/plugins/usage_collection/server/routes/integration_tests/stats.test.ts (11.869 s)
/api/stats
✓ successfully returns data (87 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 12.361 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/global_search/jest.integration.config.js
PASS x-pack/plugins/global_search/server/routes/integration_tests/find.test.ts (5.515 s)
PASS x-pack/plugins/global_search/server/routes/integration_tests/get_searchable_types.test.ts
Test Suites: 2 passed, 2 total
Tests: 7 passed, 7 total
Snapshots: 0 total
Time: 6.829 s
Ran all test suites.
Loading