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/11563 github. org/Juniper/ contrail- generateDS/ commit/ 0c96060264871cd c9220b10f2dccbb 59bfbc8315
Committed: http://
Submitter: Zuul
Branch: R2.0
commit 0c96060264871cd c9220b10f2dccbb 59bfbc8315
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