Error in the middle of test for vmModule
GhazalSdn opened this issue · 3 comments
GhazalSdn commented
At some point after executing the tests, I got this error for the vmModule, but after that it was working.
Exception in thread Thread-2 (threaded_function):
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/home/ghazal/de-serverlessization/vm-agent/execution-agent/vmModule.py", line 81, in threaded_function
for key in lastexectimestamps:
RuntimeError: dictionary changed size during iteration
GhazalSdn commented
@mfouadga2 I guess we can close this issue as it seems it is solved in 359cac6, right?
mfouadga2 commented
@GhazalSdn I've tested on my end , please rerun your tests and if all is good , go ahead and close it
GhazalSdn commented
@mfouadga2 fixed this bug in 359cac6.