Open ghost opened 8 years ago
Yes.
Master branch is currently broken. Go for a release tag.
On Sat, Oct 1, 2016 at 12:35 AM, Jérôme Radix notifications@github.com wrote:
I'm on Windows 10 64-bit version 1607 OS Build 14393.187, using jdk1.8.0_102:
mvn --version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: C:\tools\apache-maven-3.3.9 Java version: 1.8.0_102, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_102\jre Default locale: en_GB, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"
When I do a mvn package, the test com.mapr.synth.samplers.VectorSamplerTest fails with the following message :
Test set: com.mapr.synth.samplers.VectorSamplerTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec <<< FAILURE! testVector(com.mapr.synth.samplers.VectorSamplerTest) Time elapsed: 0.511 sec <<< FAILURE! java.lang.AssertionError: expected:<0.0> but was:<-0.3083262151155839> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:443) at org.junit.Assert.assertEquals(Assert.java:512) at com.mapr.synth.samplers.VectorSamplerTest.testVector(VectorSamplerTest.java:103) 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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) at org.junit.runners.ParentRunner.run(ParentRunner.java:300) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) 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 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tdunning/log-synth/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPSep4NZmesQfTgapOxZEkrYyyhMhvXks5qveMSgaJpZM4KLqpr .
There aren’t any releases or tags.
Hmm...
I see lots of tags:
t-digest[master*]$ git tag
t-digest-1.0
t-digest-2.0
t-digest-2.0.1
t-digest-2.0.2
t-digest-3.0
t-digest-3.1
On Sun, Oct 2, 2016 at 3:32 PM, Jérôme Radix notifications@github.com wrote:
There aren’t any releases or tags.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tdunning/log-synth/issues/25#issuecomment-250990319, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPSetR39Lk6TJyesiVttDCLpseARC9Cks5qwAaygaJpZM4KLqpr .
I'm on Windows 10 64-bit version 1607 OS Build 14393.187, using jdk1.8.0_102:
I'm on commit 79f16ac17f39fe679065b65f8980903ad949aca1 which is the last commit at the time I've made a git clone.
When I do a
mvn package
, the test com.mapr.synth.samplers.VectorSamplerTest fails with the following message :