Hi Pavol,I'm forwarding this to the dev-list, so that the whole team can read and help.Can you start by telling which version of RESTEasy was used in the previous and current integration?There's been a bunch of changes around async lately, which might possibly be related to the issue you're seeing.Cheers------------ Forwarded message ----------
From: Pavol Loffay <ploffay@redhat.com>
Date: Tue, Jul 10, 2018 at 6:15 PM
Subject: Microprofile-OpenTracing Async issues in TCK when running on Wildfly
To: Alessio Soldano <asoldano@redhat.com>
Cc: jean-frederic clere <jclere@redhat.com>Hi Alessio,Jean Frederic pointed me to you as the contact for issues related to Resteasy/undertow in Wildfly.I am migrating Microprofile-OpenTracing implementation from Thorntail [1] to SmallRye [2]. TCK in Thorntail was passing fine. Now when it's deployed on Wildfly a test for async endpoint is failing. Basically, the AsyncListener (added in filter) which reports some data is never called.The issue is described on the PR https://github.com/smallrye/smallrye-opentracing/pull/4#issu .ecomment-403847333 Could you please have a look and comment on the PR? Is it safe to rely on AsyncListener. Can it happen that the listener added in the filter will not be invoked?[1]: https://github.com/thorntail/thorntail/tree/master/ fractions/microprofile/micropr ofile-opentracing Regards,--