huawei-cloudnative / firmament

The Firmament cluster scheduling platform
http://www.firmament.io
Apache License 2.0
19 stars 9 forks source link

AddTaskNode is adding task to cost_model, but not removing it when Task is not deleted. #29

Open shivramsrivastava opened 5 years ago

shivramsrivastava commented 5 years ago

test case for RemoveTaskHelper is failed , Reason: While adding taskNode task is also added to the costmodel but when removing the Task it is not removed from the cost_model //we are adding the task to cost_model when we addTask but not removing it when //we call removeTask node BUG costmodel->RemoveTask(tasknode->id);