Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add await on deletion queries that are blowing up in FTR tests (elast…
…ic#182949) ## Summary We've seen several cases of FTR tests dying of unhandled promise rejections. (https://buildkite.com/elastic/kibana-on-merge/builds/44936#018f56c3-184a-4cd6-98fc-4342d713e52a) I've managed to locate the place where these requests come from - ideally with this addition, the tests should fail earlier, and not way after the test have been marked successful. Further problems/questions: - [ ] The FTR runner should not mark these runs successful if there are unhandled promise rejections, rather wait for the promises to settle before concluding - [ ] Why did this call suddenly start to fail?
- Loading branch information