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

Failing test: Jest Tests.packages/kbn-es/src/utils - isSecurityEnabled returns false if 400 error returned #67736

Closed
kibanamachine opened this issue May 29, 2020 · 2 comments · Fixed by #69197
Labels
failed-test A test failure on a tracked branch, potentially flaky-test

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented May 29, 2020

A test failed on a tracked branch

: Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.Error: 
    at new Spec (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
    at new Spec (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/setup_jest_globals.js:80:9)
    at specFactory (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/Env.js:575:24)
    at Env.it (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/Env.js:644:24)
    at Env.it (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:132:23)
    at test (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/jasmineLight.js:93:21)
    at Suite.Object.<anonymous>.describe (/dev/shm/workspace/kibana/packages/kbn-es/src/utils/native_realm.test.js:79:3)
    at addSpecsToSuite (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/Env.js:496:51)
    at Env.describe (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/Env.js:466:11)
    at describe (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/jasmine/jasmineLight.js:81:18)
    at Object.<anonymous> (/dev/shm/workspace/kibana/packages/kbn-es/src/utils/native_realm.test.js:63:1)
    at Runtime._execModule (/dev/shm/workspace/kibana/node_modules/jest-runtime/build/index.js:867:68)
    at Runtime._loadModule (/dev/shm/workspace/kibana/node_modules/jest-runtime/build/index.js:577:12)
    at Runtime.requireModule (/dev/shm/workspace/kibana/node_modules/jest-runtime/build/index.js:433:10)
    at /dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:202:13
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:27:24)
    at _next (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:47:9)
    at /dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:52:7
    at new Promise (<anonymous>)
    at /dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:44:12
    at jasmine2 (/dev/shm/workspace/kibana/node_modules/jest-jasmine2/build/index.js:60:19)
    at /dev/shm/workspace/kibana/node_modules/jest-runner/build/runTest.js:385:24
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (/dev/shm/workspace/kibana/node_modules/jest-runner/build/runTest.js:161:24)
    at _next (/dev/shm/workspace/kibana/node_modules/jest-runner/build/runTest.js:181:9)
    at process._tickCallback (internal/process/next_tick.js:68:7)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label May 29, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants