Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shivramsrivastava opened this issue Jan 25, 2019 · 0 comments

Comments

@shivramsrivastava
Copy link

test case for RemoveTaskHelper is failed ,
Reason: While adding taskNode task is also added to the cost_model_ 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
cost_model_->RemoveTask(task_node->id_);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant