-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The following exception is being thrown while executing tests and showing the STDOUT:
br.unicamp.cst.core.exceptions.MemoryObjectNotFoundException: This Codelet could not find a memory object it needs: Disconnected Codelet
at br.unicamp.cst.core.entities.Codelet$CodeletTimerTask.run(Codelet.java:795)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
br.unicamp.cst.core.exceptions.MemoryObjectNotFoundException: This Codelet could not find a memory object it needs: Disconnected Codelet
at br.unicamp.cst.core.entities.Codelet$CodeletTimerTask.run(Codelet.java:795)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
br.unicamp.cst.core.exceptions.MemoryObjectNotFoundException: This Codelet could not find a memory object it needs: Disconnected Codelet
at br.unicamp.cst.core.entities.Codelet$CodeletTimerTask.run(Codelet.java:795)
at java.util.TimerThread.mainLoop(Timer.java:555)These messages continue for a long time. The interesting thing is that the actual code of the br.unicamp.cst.core.entities.DisconnectedCodeletTest should be preventing this exception being raised:
try {
disconnectedCodelet.getInput("TYPE", 0);
}catch(Exception e) {
assertEquals(e.getMessage(), "This Codelet could not find a memory object it needs: Disconnected Codelet");
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels