Patrick Doyle
Patrick Doyle
Thanks @javabrett. I've got a project that might one day go open source, and early on I used some sample data that, while not highly sensitive or confidential, wouldn't be...
What's the purpose of the `@AllArgsConstructor` annotation? Records already have such a constructor. Are you hoping Lombok will just ignore the annotation in this case?
Oh interesting! You mean that the source code would have CFLF pairs in it, and therefore the string compare would match? Great idea!
I now have my source file using dos newlines, but the text blocks are still using `\n` newlines instead, which I think is what the spec says they'll use. Even...
I suppose we can't necessarily get the `java.lang.Class` because we're running in a different JVM that might not have that class loaded. I wonder what's the best way to deal...
I can't really find a clean way to handle this. Facts: 1. We want our result set to contain a `RecordedClass` 2. `ResultSet.getString` calls `toString` 3. `RecordedClass.toString` is different on...
I came here to ask about `application/x-www-form-urlencoded`. Is this supported by YARC? I'm not even all that concerned about whether it's easy; just whether I can do it at all.
Created an instance using [agent-instance.sh](https://github.com/elastic/elasticsearch-infra/blob/master/buildkite-tools/agent-instance.sh) and hardcoding [here](https://github.com/elastic/elasticsearch-infra/blob/4b09ae5127cdbf9a4a561ae8c74eb84d79266ecc/buildkite-tools/agent-instance.sh#L23) it to use branch `main`. Ran the failing test directly with `./gradlew :qa:ccs-rolling-upgrade-remote-cluster:v7.17.22#oldClusterTest` (inside bash).
That passed. I can try again with SHA 9f757fb17f43ffeb8ebf1ee1b0b85b3f99d99b40
Just noticed I'm using a different `Random Testing Seed`. I should probably fix that. Also, a note: the download of Gradle takes a few minutes, and then the build takes...