-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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.x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client - createApmEventClient cancels a search when a request is aborted #90155
Comments
Pinging @elastic/apm-ui (Team:apm) |
New failure: Jenkins Build |
I think this was fixed in #90728, closing. |
New failure: Jenkins Build |
Interesting... not super worried about this but it's very strange that this hasn't failed in so long and then failed twice, once in 7.13 (above) and once in this PR (#104747) at the same time... Spooky?
|
@dgieselaar Probably won't make a difference but perhaps the abort listener should be added immediately (instead of inside the await new Promise((resolve) => {
incomingRequest.on("abort", () => {
setTimeout(resolve, 100);
});
setTimeout(() => incomingRequest.abort(), 100);
}); |
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: