There was a respin done of that particular version of netlet. It is not a usual practice and it was an exception.
On Sun, Apr 9, 2017 at 10:32 AM, Jean-Baptiste Onofré <[email protected]> wrote: > I found the cause. > > All tests failed with: > > java.lang.NullPointerException > at com.datatorrent.netlet.util.Slice.<init>(Slice.java:54) > > I purged the com.datatorrent.netlet artifacts on my local repo > (.m2/repository) and now it works. > > Sorry for the noise. > > Regards > JB > > On 04/09/2017 04:34 PM, Ted Yu wrote: > >> I used maven 3.3.9 with Java 8 on: >> >> 3.10.0-327.28.2.el7.x86_64 #1 SMP Wed Aug 3 11:11:39 UTC 2016 x86_64 >> x86_64 >> x86_64 GNU/Linux >> >> The test passed. >> >> FYI >> >> On Sat, Apr 8, 2017 at 11:55 PM, Thomas Weise <[email protected]> wrote: >> >> I'm not sure what the issue is, but that commit shouldn't affect the test >>> listed and the Apex tests pass when I run them. >>> >>> Thomas >>> >>> >>> On Sat, Apr 8, 2017 at 11:15 PM, Jean-Baptiste Onofré <[email protected]> >>> wrote: >>> >>> Hii huys, >>>> >>>> FYI, the build is failing on the Apex runner tests (due to >>>> NullPointerException): >>>> >>>> ParDoTranslatorTest.testSerialization:225 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> ApexStateInternalsTest.initStateInternals:83 » NullPointer >>>> >>>> I gonna submit a PR to fix that (it's due to commit >>>> 42f63342be667649eff5ea65dd9714c8b2f75cff). >>>> >>>> Regards >>>> JB >>>> -- >>>> Jean-Baptiste Onofré >>>> [email protected] >>>> http://blog.nanthrax.net >>>> Talend - http://www.talend.com >>>> >>>> >>> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
