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: API Integration Tests.test/api_integration/apis/search/bsearch·ts - apis search bsearch post should return 200 a single response #98245

Closed
kibanamachine opened this issue Apr 24, 2021 · 4 comments · Fixed by #99277
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Search Querying infrastructure in Kibana PR sent SharedUX/fix-it-week Bugs that have been groomed and queued up for the team's next fix it week

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Apr 24, 2021

A test failed on a tracked branch

Error: expected true to equal false
    at Assertion.assert (node_modules/@kbn/expect/expect.js:100:11)
    at Assertion.be.Assertion.equal (node_modules/@kbn/expect/expect.js:227:8)
    at Assertion.be (node_modules/@kbn/expect/expect.js:69:22)
    at Context.<anonymous> (test/api_integration/apis/search/bsearch.ts:49:46)
    at Object.apply (node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Apr 24, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Apr 24, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Apr 26, 2021
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@Dosant
Copy link
Contributor

Dosant commented Apr 29, 2021

Looks like this started being a bit flaky since #95811 because async search is used by default and sometimes that request could return isPartial: true now so this assertion fails:

expect(jsonBody.result.isPartial).to.be(false);

cc @lizozom @lukasolson

@Dosant Dosant added SharedUX/fix-it-week Bugs that have been groomed and queued up for the team's next fix it week Feature:Search Querying infrastructure in Kibana labels Apr 29, 2021
@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 Feature:Search Querying infrastructure in Kibana PR sent SharedUX/fix-it-week Bugs that have been groomed and queued up for the team's next fix it week
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants