jorkzijlstra

Results 8 issues of jorkzijlstra

In relation to #994, I noticed that the runCommands are not being instrumented, not even in the older 2.8.0 driver. I was expecting this command to show up in the...

mongo

running a gradle build will crash since its missing a dependency. Updating the build.gradle with ``` buildscript { repositories { jcenter() maven { url "https://plugins.gradle.org/m2/" } } dependencies { classpath...

Assert.assertEquals("File sets should match", expectedFiles, actualFiles); expectedFiles have the same order as the actualFiles ``` java.lang.AssertionError: File sets should match expected: but was: ```

Assert.assertTrue("MR job should succeed", mrJob.waitForCompletion(true)) returns a false ``` java.lang.AssertionError: MR job should succeed at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at com.netflix.bdp.s3.TestMRJob.testMRJob(TestMRJob.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at...

Hello, Currently I'm using a Rock Pi 4B with your arm_exporter. Its working great for the CPU temperature. Its only logging an exception for the gpu temperature: ``` time="2020-10-19T20:04:32Z" level=error...

I couldn't find any version of this library on mvnrepository. So I was wondering if I need to publish this to my own local artifactory or if it is available...

I trying to connect with a new device and that seems to fail on some sort of connectivity issues and was wondering if you might know what these are or...

## steps Add a resolver in the resolver Seq and return a resolver in the publishTo with the same name. When it tries to upload the files it uses the...