osrf / gazebojs

3 stars 3 forks source link

the js spawn makes the topic test fail. #19

Open osrf-migration opened 7 years ago

osrf-migration commented 7 years ago

Original report (archived issue) by Mohamd Ayman (Bitbucket: Mohamd Ayman).


The tests of the spawn works fine -already merged-, and the tests in the [topic_tests](Link https://bitbucket.org/mohamd_ayman/gazebojs/branch/test_topics) branch works fine, when merging and replacing the 'sim.spawn' -c++- by the -js- 'spawn' , not only does the topic_tests fail, but also the spawn test itself Sometimes fail.

osrf-migration commented 7 years ago

Original comment by Mohamd Ayman (Bitbucket: Mohamd Ayman).


my guess is that the more the tests the slower the code, maybe its because of the garbage collector, a leak in the test maybe.