Open mleegwt opened 1 month ago
A new test seems to indicate that it's not as simple as that:
@Test
void testIssue() throws InterruptedException {
Thread.sleep(20_000);
}
Sorry you're running into this issue!
I've been trying to reproduce this issue locally but I haven't been able to reproduce it. Are you able to reproduce it in a public project that I can use? If so, it gives a much better shot that I'll be able to find the cause and fix it :)
I've followed https://github.com/craigatk/opentelemetry-gradle-plugin#jaeger to setup Jaeger to receive traces. When enabling this plugin on a (quite small) internal project using Gradle 8.8 and with or without parallel mode for execution I consistently encounter the following stacktrace (that does not occur without this plugin):
This also fails the build! This is the most annoying part of this issue. I don't seen any pointers towards anything specific apart from that it consistently happens during test execution. Some of these tests are kind of slow (approximately 20 seconds, sometimes more). Could that have anything to do with it?