Colin Alworth
Colin Alworth
I've added a fix that excludes server-jetty-*-11 from jacoco's reporting, this seems to resolve the issue locally.
@devinrsmith @cpwright I re-enabled the Java 11 testSerial/Parallel/OutOfBand tests, CI is just about finished for nightly and coverage builds: https://github.com/niloc132/deephaven-core/actions/runs/14228203468 https://github.com/niloc132/deephaven-core/actions/runs/14228200421
Unfortunately, at least for the "Merge" vs "Uncoalesce" button text difference, it isn't working, at least in my testing, and the uncoalesced tables are briefly loading the entire coalesced contents,...
https://bugs.openjdk.org/browse/JDK-8192647 has been marked as resolved in JDK 25, so this could be pending for a while yet.
This is one of those "we got lucky" sorts of situations, and I'm going to investigate putting up a guardrail to make this failure more obvious, rather than let it...
To be clear, the steps to reproduce specifically call out running the system with PyCharm, so pydevd_pycharm is provided automatically by the debugger right? We've historically found that sometimes pydevd...
Concrete changes for the js api to consider (follow-up for Colin): * Don't require window/document on global, but create them in the js api's own Scope shim * Stop using...
This is a longstanding bug, inherited (where it was by design) from DHE, and up until now DHC has applied it consistently with DHE. It isnt the web UI calling...
I think we'll accept the PR, but just use caution around expecting this to work long term. We have a refactor planned in our grpc calls from the JS API...
Would you replicate this change to the jetty11 package that has the same class as well? Just to cover all bases with ensuring consistent code.