bibi21000 / janitoo

Janitoo commons tools
0 stars 1 forks source link

Fix the nodeman #3

Closed bibi21000 closed 8 years ago

bibi21000 commented 8 years ago

test_040_server_start_no_error_in_log (tests.test_server.TestPiSerser) ... Exception in thread Thread-140: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 760, in run self.function(_self.args, *_self.kwargs) File "/opt/janitoo/src/janitoo/src/janitoo/node.py", line 644, in finish_nodes_config self.fsm_state_next() File "/usr/local/lib/python2.7/dist-packages/transitions-0.2.9-py2.7.egg/transitions/core.py", line 222, in trigger
state_name)) MachineError: "Can't trigger event fsm_state_next from state ONLINE!"

ok

After checking code, only a duplicate thread_timer can cause this.