Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.17] Remove Agent Debug Info (#187126) #187805

Merged
merged 1 commit into from
Jul 9, 2024

Remove Agent Debug Info (#187126)

a29ce7a
Select commit
Loading
Failed to load commit list.
Merged

[7.17] Remove Agent Debug Info (#187126) #187805

Remove Agent Debug Info (#187126)
a29ce7a
Select commit
Loading
Failed to load commit list.
checks-reporter / Jest Integration Tests 1 succeeded Jul 8, 2024 in 2m 1s

.buildkite/scripts/steps/test/jest_parallel.sh jest.integration.config.js

Details

--- $ node scripts/jest --config packages/kbn-babel-register/jest.integration.config.js
 PASS  packages/kbn-babel-register/src/integration_tests/cache.test.ts
  ✓ returns undefined until values are set (19 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   1 passed, 1 total
Time:        1.536 s
Ran all test suites.
--- $ node scripts/jest --config packages/kbn-plugin-generator/jest.integration.config.js
 PASS  packages/kbn-plugin-generator/src/integration_tests/generate_plugin.test.ts (7.998 s)
  ✓ generates a plugin (2047 ms)
  ✓ generates a plugin without UI (1944 ms)
  ✓ generates a plugin without server plugin (2033 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   3 passed, 3 total
Time:        8.215 s
Ran all test suites.
--- $ node scripts/jest --config src/cli/jest.integration.config.js
 PASS  src/cli/serve/integration_tests/invalid_config.test.ts (65.644 s)

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests:       4 skipped, 1 passed, 5 total
Snapshots:   0 total
Time:        68.547 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/kibana_usage_collection/jest.integration.config.js
     │ info starting elasticsearch
Test Suites: 1 skipped, 0 of 1 total
Tests:       1 skipped, 1 total
Snapshots:   0 total
Time:        11.822 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/fleet/jest.integration.config.js

Test Suites: 2 skipped, 0 of 2 total
Tests:       5 skipped, 5 total
Snapshots:   0 total
Time:        12.011 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/task_manager/jest.integration.config.js
Test Suites: 1 skipped, 0 of 1 total
Tests:       4 skipped, 4 total
Snapshots:   0 total
Time:        11.897 s
Ran all test suites.