Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Python example framework produces a message like
Failed to call scheduler's statusUpdate
Traceback (most recent call last):
File "/scratch/charles/mesos2/build-linux/bin/examples/python/test_framework.py", line 74, in statusUpdate
driver.stop()
TypeError: function takes exactly 1 argument (0 given)
before exiting. Due to a different bug, this doesn't cause the PythonFramework external test to fail.