Jérémie
Jérémie
You're right, I have misunderstood the "placeholder" concept used in the RrdDbPool, my bad. After upgrading to rrd4j 3.4, my test suits has a lot of failing tests. However, the...
An example of a NPE for RrdDbPool.getInstance().getOpenFiles() : ``` java.lang.NullPointerException at org.rrd4j.core.RrdDbPool.getOpenFiles(RrdDbPool.java:117) at performance.rrd4j.impl.TestSamplerManager$1.failed(TestSamplerManager.java:58) at org.junit.rules.TestWatcher.failedQuietly(TestWatcher.java:84) at org.junit.rules.TestWatcher.access$300(TestWatcher.java:46) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:62) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)...
I have tested the patch, but the result is not very good.. 1. The NPE on getOpenFiles is already there 2. My unit test passes, but when I launch the...
It's probably related to the method RrdDbPool.requestRrdDb( ) : This method build a new uri by calling `backend.getCanonicalUri(rrdDef.getUri())` and request an entry with this uri, but the rrddb returned reference...
It's a great idea, whatever the syntax used. I'd like to add that it's not possible to properly implements this "in userland" today because there is no API for HOC...
Last time I have seen this error is when using keyed each block with duplicates keys.
Yes but only in dev mode iirc 😊
vite/snowpack uses 'import.meta', which is not supported by webpack 4. Sadly, webpack5 supports 'import.meta' but not 'import.meta.env' . You should probably mock '$app/env' (ie, aliasing $app/env to a file you...
> I updated this component like this: > > > And now, I don't have the error anymore. If it can help, you should take into account the parent creating...
I have the same issue on windows. My corporate environment require to use a windows junction. Every project is accessible under this junction. this plugin doesn't supports this symlink: tests...