Vladimir Sitnikov

Results 1323 comments of Vladimir Sitnikov

>My PR do break backwark compatibility, as the former JTL file was stored in ms format, My PR will change it to ns format. So that the former tests wold...

It would be great if we could support both formats at the same time, however, keeping the old scripts workable and old files parseable is important

I do not care if log4j wants using spotbugs. However, I do not like how log4j brings spotbugs-annotations to jmeter compile classpath.

Just in case, this PR does not prevent Log4j from using SpotBugs if they still want it.

Why in Caffeine's case map.entrySet().stream().toList() results in an exception? I wonder why that illegalstateexception does not reproduce with testlib tests.

Requires a fix in `com.github.vlsi.crlf`: ``` Caused by: java.lang.NoSuchMethodError: 'void org.eclipse.jgit.util.io.AutoLFInputStream.(java.io.InputStream, boolean)' at com.github.vlsi.gradle.git.CrLfFiltersKt.filterLf(CrLfFilters.kt:50) at com.github.vlsi.gradle.git.CrLfFiltersKt.access$filterLf(CrLfFilters.kt:1) at com.github.vlsi.gradle.git.FilterTextLf.(CrLfFilters.kt:55) ```

We plan using ESO for K8S workloads, however, we need something to access the stores from outside of the k8s (e.g. deployment scenarios). It would be nice to have the...

Hi, thanks for discussing this and for the candid feedback. I couldn’t join the call—will try to make the next one. I hear the concerns about not breaking ESO’s contracts...

Nice catch about printing something during long running tasks that are silent otherwise. It would probably make sense logging something once every say 10 minutes unless there are logs otherwise.

As a workaround, I've added the following to my `~/.claude/CLAUDE.md`: ``` - always pass `--quiet` when calling gradle to reduce output ``` However, having the concise output by default would...