You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by harshach <gi...@git.apache.org> on 2017/02/01 21:41:36 UTC

[GitHub] storm issue #1898: STORM 2324 - Fix toplogy deployment failure if resources ...

Github user harshach commented on the issue:

    https://github.com/apache/storm/pull/1898
  
    @roshannaik I am facing the following unit test failure after merging in the patch
    {code}
    Wanted but not invoked:
    
    advancedFSOps.createSymlink(
    
        /tmp/testing/workers/worker_id/resources,
    
        /tmp/testing/supervisor/stormdist/test_topology/resources
    
    );
    
    -> at org.apache.storm.daemon.supervisor.ContainerTest.testSetup(ContainerTest.java:218)
    
    However, there were other interactions with this mock:
    
    -> at org.apache.storm.daemon.supervisor.Container.<init>(Container.java:131)
    
    -> at org.apache.storm.daemon.supervisor.Container.setup(Container.java:301)
    
    -> at org.apache.storm.daemon.supervisor.Container.setup(Container.java:308)
    
    -> at org.apache.storm.daemon.supervisor.Container.setup(Container.java:309)
    
    -> at org.apache.storm.daemon.supervisor.Container.setup(Container.java:310)
    
    -> at org.apache.storm.daemon.supervisor.Container.setup(Container.java:313)
    
    -> at org.apache.storm.daemon.supervisor.Container.getWorkerUser(Container.java:452)
    
    -> at org.apache.storm.daemon.supervisor.Container.writeLogMetadata(Container.java:368)
    
    -> at org.apache.storm.daemon.supervisor.Container.saveWorkerUser(Container.java:471)
    
    -> at org.apache.storm.daemon.supervisor.Container.createArtifactsLink(Container.java:381)
    
    -> at org.apache.storm.daemon.supervisor.Container.createArtifactsLink(Container.java:383)
    {code}


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---