Fabian Meumertzheim

Results 1687 comments of Fabian Meumertzheim

I took the JavaDoc to mean that a `Session` is not reusable, but if it is indeed the `SSHClient` that is not reusable, this fully explains why I am seeing...

> I took the JavaDoc to mean that a `Session` is not reusable, but if it is indeed the `SSHClient` that is not reusable, this fully explains why I am...

Not working on the OnePlus 5, although it works with YubiKeys and my Solo Tap passes the FIDO test suite with an external NFC reader.

This is my current workaround: https://github.com/CodeIntelligenceTesting/jazzer/blob/main/bazel/kotlin.bzl

@rickeylev I briefly looked into this, but already failed to get the actual test action in Starlark. All I'm seeing is: ``` [action 'Writing script test/undertest', action 'Creating source manifest...

The issue arises because `ByteBuddyAgent.install()` returns `null` in all but one of the concurrent test runs: https://github.com/raphw/byte-buddy/issues/1111

This is likely caused by https://github.com/bazelbuild/bazel/issues/3236, with the preferred workaround being to pass the option `--sandbox_tmpfs_path=/tmp` to Bazel, e.g. by adding the following line to `.bazelrc`: ``` test --sandbox_tmpfs_path=/tmp ```...

@aschaich I just reran your reproduction steps and am not hitting a `VerifyError`. Could you try this again? `INFO: Instrumented org.postgresql.jdbc.PgConnection (took 78 ms, size +15%)` `INFO: Instrumented org.postgresql.jdbc.PgStatement (took...

@devnev @Helcaraxan Friendly ping. Could you review this change? It's very small, but would unblock using this package with Bazel's new [external dependency management](https://bazel.build/docs/external).

@devnev Thanks for the approval! Could you merge?