while reading the db with dbe_read_multi() if the uuid is deleted in between,
api return NoIdError for list request. NoIdError for list is improper and it should
return empty list
Also note, if the uuid to read request is invalid or non existing, API returns empty
list
Fix is to return Empty List from such read request
Closes-Bug: 1433983
Reviewed: https:/ /review. opencontrail. org/8479 github. org/Juniper/ contrail- generateDS/ commit/ 0a09abea3cfaf48 bdc974c4d284640 38f8bf2cf2
Committed: http://
Submitter: Zuul
Branch: master
commit 0a09abea3cfaf48 bdc974c4d284640 38f8bf2cf2
Author: Prakash Bailkeri <email address hidden>
Date: Thu Mar 19 04:36:53 2015 -0700
Return empty list from bulk get API.
while reading the db with dbe_read_multi() if the uuid is deleted in between,
api return NoIdError for list request. NoIdError for list is improper and it should
return empty list
Also note, if the uuid to read request is invalid or non existing, API returns empty
list
Fix is to return Empty List from such read request
Closes-Bug: 1433983
Change-Id: I88956f395aa508 5f1f215b85c6dd5 d5ec46a6fba