Investigate the need for 10 seconds delays after multiple saved_objects tests #130240
Labels
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
technical debt
Improvement of the software architecture and operational architecture
Multiple tests within the
src/core/server/saved_objects
folder have a 10 second delay at the es.stop() step, define on theafterEach()
andafterAll()
hooks.The purpose is not clear, but it seems like an attempt to overcome problems that may arise if ES is not completely stopped (e.g. still holding some open handles or resources).
If we find and solve the underlying problem, and remove these 10sec delays between tests... the whole set of tests will execute much faster.
Originally posted by @gsoldevila in #97222 (comment)
The text was updated successfully, but these errors were encountered: