Skip to content

Cannot build lancoder - PoolTest.testDispatchingSingleWorker:98 null #41

@skydiscover

Description

@skydiscover

Hi, I tried to build lancoder from Windows (with modification to the hardcoded paths in the tests) and Linux and it fails most of the time (95%) from tests in PoolTest :
Running org.lancoder.common.pool.PoolTest Exception in thread "Thread-5" java.lang.NullPointerException at org.lancoder.common.pool.PoolWorker.run(PoolWorker.java:171) at java.lang.Thread.run(Thread.java:745) Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.056 sec <<< FAILURE! - in org.lancoder.common.pool.PoolTest testDispatchingSingleWorker(org.lancoder.common.pool.PoolTest) Time elapsed: 0.403 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertFalse(Assert.java:64) at org.junit.Assert.assertFalse(Assert.java:74) at org.lancoder.common.pool.PoolTest.testDispatchingSingleWorker(PoolTest.java:98)

And even when I am lucky enough for it to pass the tests, I always get the NullPointerException.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions