beirtipol
beirtipol
Debugging through this, it appears that the PowerMockJunit4RunListener is explicitly invoking "clear" on the MockRepository after each test, which removes the statically mocked classes, preventing them being reused in subsequent...
The filthy way seems to work. Monkey Patching. Dropping this class in your project will stick it on the front of the classpath and prevent the "clear" from being performed...
Hitting problems as soon as I plug this in to a larger test suite with multithreaded tests. Tests that previously ran happily can no longer run in multiple threads, thus...
Switching the runtime of rancher desktop from containerd to dockerd and using 'docker push' works as expected so the issue only seems to affect nerdctl
Yes, specific to rancher desktop for windows. I've not tested on native linux
Gotcha. If I figure out some best practices I'll post them up here.
Further to above: - Remote SSH docker contexts work when I run VSCode on a different Windows machine - Restarting the remote SSH machine running the remote docker context had...
Stopping the OpenSSH Authentication Agent service and restarting VSCode causes it to pop up with the message `In order to use an SSH DOCKER_HOST, you must configure an ssh-agent`. The...
Hi, Yes I added the private key after regenerating my keypair but still hit the same issue. It doesn't prompt me to recognise the fingerprint as it's already in the...
Following up to previous, I've gone the whole hog and splatted all of my keypairs on all machines which has sorted the 'signature' warning above but still VSCode refuses to...