David Arthur

Results 19 issues of David Arthur

When we switched to using a reusable workflow with `workflow_call` and `uses`, it broke the GH opt-in flag. The input is defined as a string and its "truthiness" does not...

build

Since we are using the Develocity retry test feature, it is possible to see a test fail and also pass in the same suite. Add support to this for the...

build

This patch adds a "deflake" github action which can be used to run a single JUnit test or suites. It works by parameterizing the `--tests` Gradle option. If the test...

build

Testing out leaving a comment on a PR

When reverting the ZK migration, we must also remove the `/migration` ZNode in order to allow the migration to be re-attempted in the future.

I have tried running some tests with the async-profiler, but it seems that the profile is mainly composed of the compiler and Gradle runtime classes. Can this profiler be used...

Today, we have the following cache entry resolution: 1) An exact match on OS, job id, workflow name, matrix, and Git SHA 2) The most recent entry saved for the...

enhancement
in:caching

We have seen a few OOM errors on trunk lately. This patch adds the ability to capture a heap dump when this happens so we can better determine if the...

core
kraft
stale
build
small